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

Issue 750153002: ChromeOS: bypass proxy for captive portal authorization. (Closed)

Created:
6 years, 1 month ago by Alexander Alekseev
Modified:
6 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

ChromeOS: bypass proxy for captive portal authorization. This CL enables captive portal authorization in a separate window ignoring proxy settings. BUG=386837 TEST=manual Committed: https://crrev.com/94e69ad2dbb8d9cbc87154930e2a1eaf201a2c0d Cr-Commit-Position: refs/heads/master@{#306004}

Patch Set 1 #

Total comments: 25

Patch Set 2 : Update after review. #

Patch Set 3 : Cleanup. #

Patch Set 4 : Restore comment. #

Total comments: 2

Patch Set 5 : Update after review. #

Total comments: 10

Patch Set 6 : Update after review. #

Patch Set 7 : Update string. #

Patch Set 8 : Update histograms. #

Patch Set 9 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -33 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller.h View 1 2 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller.cc View 1 2 3 4 5 9 chunks +50 lines, -16 lines 0 comments Download
A + chrome/browser/chromeos/net/network_portal_web_dialog.h View 1 2 3 4 5 2 chunks +24 lines, -16 lines 0 comments Download
A chrome/browser/chromeos/net/network_portal_web_dialog.cc View 1 2 3 4 5 1 chunk +105 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
Alexander Alekseev
This CL is incomplete without policy to disable it. I am going to add policy ...
6 years, 1 month ago (2014-11-21 22:09:16 UTC) #2
ygorshenin1
https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_notification_controller.cc File chrome/browser/chromeos/net/network_portal_notification_controller.cc (right): https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_notification_controller.cc#newcode104 chrome/browser/chromeos/net/network_portal_notification_controller.cc:104: controller_->ShowDialog(); I'm proposing to add a return statement at ...
6 years ago (2014-11-24 15:02:09 UTC) #3
Alexander Alekseev
https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_notification_controller.cc File chrome/browser/chromeos/net/network_portal_notification_controller.cc (right): https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_notification_controller.cc#newcode104 chrome/browser/chromeos/net/network_portal_notification_controller.cc:104: controller_->ShowDialog(); On 2014/11/24 15:02:07, ygorshenin1 wrote: > I'm proposing ...
6 years ago (2014-11-26 00:26:29 UTC) #4
Alexander Alekseev
https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_web_dialog.h File chrome/browser/chromeos/net/network_portal_web_dialog.h (left): https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_web_dialog.h#oldcode26 chrome/browser/chromeos/net/network_portal_web_dialog.h:26: // ui::WebDialogDelegate: On 2014/11/24 15:02:09, ygorshenin1 wrote: > nit: ...
6 years ago (2014-11-26 00:28:04 UTC) #5
ygorshenin1
lgtm https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_notification_controller.cc File chrome/browser/chromeos/net/network_portal_notification_controller.cc (right): https://codereview.chromium.org/750153002/diff/1/chrome/browser/chromeos/net/network_portal_notification_controller.cc#newcode104 chrome/browser/chromeos/net/network_portal_notification_controller.cc:104: controller_->ShowDialog(); On 2014/11/26 00:26:28, Alexander Alekseev wrote: > ...
6 years ago (2014-11-26 16:33:50 UTC) #6
Alexander Alekseev
https://codereview.chromium.org/750153002/diff/60001/chrome/browser/chromeos/net/network_portal_web_dialog.cc File chrome/browser/chromeos/net/network_portal_web_dialog.cc (right): https://codereview.chromium.org/750153002/diff/60001/chrome/browser/chromeos/net/network_portal_web_dialog.cc#newcode43 chrome/browser/chromeos/net/network_portal_web_dialog.cc:43: : controller_(controller), widget_(NULL) { On 2014/11/26 16:33:50, ygorshenin1 wrote: ...
6 years ago (2014-11-26 17:51:00 UTC) #7
Nikita (slow)
lgtm with nits https://codereview.chromium.org/750153002/diff/80001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/750153002/diff/80001/chrome/app/generated_resources.grd#newcode14075 chrome/app/generated_resources.grd:14075: + If proxy is configured, it ...
6 years ago (2014-11-26 18:02:57 UTC) #8
Alexander Alekseev
https://codereview.chromium.org/750153002/diff/80001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/750153002/diff/80001/chrome/app/generated_resources.grd#newcode14075 chrome/app/generated_resources.grd:14075: + If proxy is configured, it usually prevents from ...
6 years ago (2014-11-26 19:42:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750153002/120001
6 years ago (2014-11-26 19:45:42 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/2495)
6 years ago (2014-11-26 20:52:04 UTC) #13
Alexander Alekseev
asvitkine@ please review histograms.xml.
6 years ago (2014-11-27 14:30:24 UTC) #15
Alexei Svitkine (slow)
histograms lgtm
6 years ago (2014-11-27 15:57:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750153002/160001
6 years ago (2014-11-27 16:31:12 UTC) #18
commit-bot: I haz the power
Committed patchset #9 (id:160001)
6 years ago (2014-11-27 17:30:36 UTC) #19
commit-bot: I haz the power
6 years ago (2014-11-27 17:31:22 UTC) #20
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/94e69ad2dbb8d9cbc87154930e2a1eaf201a2c0d
Cr-Commit-Position: refs/heads/master@{#306004}

Powered by Google App Engine
This is Rietveld 408576698