Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Issue 1093153002: Fix to allow the proxy authentication dialog to appear when hosting gaia in webview. (Closed)

Created:
5 years, 8 months ago by paulmeyer
Modified:
5 years, 8 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix to allow the proxy authentication dialog to appear when hosting gaia in webview. BUG=452452 Committed: https://crrev.com/830f9093200af7528fb0930ab823f247e539ac40 Cr-Commit-Position: refs/heads/master@{#326936}

Patch Set 1 #

Patch Set 2 : Autofill is now only enabled for webviews in WebUI. #

Total comments: 2

Patch Set 3 : Addressed comment; Reenabled some tests. #

Total comments: 2

Patch Set 4 : Restricted changes to only the ChromeOS login case. #

Patch Set 5 : Totally different solution, as suggested by vabr@. #

Patch Set 6 : Fix for test. #

Patch Set 7 : Rebased and put extensions code behind a guard. #

Total comments: 2

Patch Set 8 : Addressed nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -20 lines) Patch
M chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.cc View 1 2 3 4 5 6 7 3 chunks +26 lines, -14 lines 0 comments Download

Messages

Total messages: 38 (12 generated)
paulmeyer
+fsamuel@
5 years, 8 months ago (2015-04-20 19:00:34 UTC) #2
engedy
On 2015/04/20 19:00:34, Paul Meyer wrote: > +fsamuel@ Adding vabr@ and myself as reviewers. As ...
5 years, 8 months ago (2015-04-21 14:35:45 UTC) #4
vabr (Chromium)
Thanks for looping me in, Balazs. Paul, could you please check by running, that this ...
5 years, 8 months ago (2015-04-22 09:53:56 UTC) #5
paulmeyer
https://codereview.chromium.org/1093153002/diff/20001/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc File chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc (right): https://codereview.chromium.org/1093153002/diff/20001/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc#newcode111 chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc:111: // Autofill is currently only be enabled for webview ...
5 years, 8 months ago (2015-04-22 17:21:06 UTC) #6
paulmeyer
On 2015/04/22 09:53:56, vabr (back by 23 April) wrote: > Thanks for looping me in, ...
5 years, 8 months ago (2015-04-22 17:27:18 UTC) #7
Fady Samuel
https://codereview.chromium.org/1093153002/diff/40001/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc File chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc (right): https://codereview.chromium.org/1093153002/diff/40001/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc#newcode112 chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc:112: if (!web_view_guest_->owner_web_contents()->GetWebUI()) I just realized this isn't a good ...
5 years, 8 months ago (2015-04-23 03:03:29 UTC) #8
vabr (Chromium)
Thanks, Paul, For your answers. And also thanks for your testing, much appreciated! I understand ...
5 years, 8 months ago (2015-04-23 09:45:05 UTC) #9
paulmeyer
On 2015/04/23 09:45:05, vabr (Chromium) wrote: > Thanks, Paul, > For your answers. And also ...
5 years, 8 months ago (2015-04-23 14:09:15 UTC) #10
vabr (Chromium)
Thanks for explaining more, Paul! My answers inline. On 2015/04/23 14:09:15, Paul Meyer wrote: > ...
5 years, 8 months ago (2015-04-23 15:22:36 UTC) #11
Nikita (slow)
chrome/browser/chromeos/* lgtm
5 years, 8 months ago (2015-04-23 16:48:23 UTC) #13
paulmeyer
https://codereview.chromium.org/1093153002/diff/40001/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc File chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc (right): https://codereview.chromium.org/1093153002/diff/40001/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc#newcode112 chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc:112: if (!web_view_guest_->owner_web_contents()->GetWebUI()) On 2015/04/23 03:03:29, Fady Samuel wrote: > ...
5 years, 8 months ago (2015-04-23 23:35:27 UTC) #14
vabr (Chromium)
Hi Paul, After reading the design doc you shared (thanks!), I believe that instead of ...
5 years, 8 months ago (2015-04-24 15:49:36 UTC) #15
paulmeyer
On 2015/04/24 15:49:36, vabr (in transit---no reviews) wrote: > Hi Paul, > > After reading ...
5 years, 8 months ago (2015-04-24 16:59:10 UTC) #16
vabr (Chromium)
Thanks, Paul. Patch set 5 LGTM, although I'm unfortunately not an OWNER of login_prompt.cc. Thanks ...
5 years, 8 months ago (2015-04-24 17:40:37 UTC) #17
paulmeyer
+msw@ for OWNER review of login_prompt.cc
5 years, 8 months ago (2015-04-24 17:52:39 UTC) #19
msw
lgtm
5 years, 8 months ago (2015-04-24 18:03:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1093153002/80001
5 years, 8 months ago (2015-04-24 18:05:43 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/50502)
5 years, 8 months ago (2015-04-24 19:23:40 UTC) #25
paulmeyer
On 2015/04/24 19:23:40, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 8 months ago (2015-04-24 20:06:01 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1093153002/100001
5 years, 8 months ago (2015-04-24 20:08:03 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/9850) linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 8 months ago (2015-04-24 20:31:10 UTC) #31
msw
lgtm with a nit. https://codereview.chromium.org/1093153002/diff/120001/chrome/browser/ui/login/login_prompt.cc File chrome/browser/ui/login/login_prompt.cc (right): https://codereview.chromium.org/1093153002/diff/120001/chrome/browser/ui/login/login_prompt.cc#newcode484 chrome/browser/ui/login/login_prompt.cc:484: nit: remove extra blank line
5 years, 8 months ago (2015-04-24 21:45:50 UTC) #32
paulmeyer
https://codereview.chromium.org/1093153002/diff/120001/chrome/browser/ui/login/login_prompt.cc File chrome/browser/ui/login/login_prompt.cc (right): https://codereview.chromium.org/1093153002/diff/120001/chrome/browser/ui/login/login_prompt.cc#newcode484 chrome/browser/ui/login/login_prompt.cc:484: On 2015/04/24 21:45:50, msw wrote: > nit: remove extra ...
5 years, 8 months ago (2015-04-24 21:53:39 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1093153002/140001
5 years, 8 months ago (2015-04-24 21:55:26 UTC) #36
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 8 months ago (2015-04-24 23:52:29 UTC) #37
commit-bot: I haz the power
5 years, 8 months ago (2015-04-24 23:53:21 UTC) #38
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/830f9093200af7528fb0930ab823f247e539ac40
Cr-Commit-Position: refs/heads/master@{#326936}

Powered by Google App Engine
This is Rietveld 408576698