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

Issue 242483003: Move CaptivePortalDetector to src/components/captive_portal (Closed)

Created:
6 years, 8 months ago by stevenjb
Modified:
6 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, sadrul, nkostylev+watch_chromium.org, pam+watch_chromium.org, ben+ash_chromium.org, oshima+watch_chromium.org, kalyank, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move CaptivePortalDetector to src/chomponents/captive_portal BUG=364894 For trivial header file renaming in c/b and c/test: R=mmenke@chromium.org, ygorshenin@chromium.org TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266920

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Move CaptivePortalDetector to a component #

Total comments: 16

Patch Set 4 : Feedback + compile fixes #

Patch Set 5 : Elim captive_portal namespace from src/chrome #

Patch Set 6 : Move CaptivePortalStatus back #

Total comments: 3

Patch Set 7 : Rebase #

Patch Set 8 : Compile fixes #

Patch Set 9 : Fix captive_portal.gypi #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -941 lines) Patch
A chrome/browser/captive_portal/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_browsertest.cc View 1 2 3 4 18 chunks +24 lines, -23 lines 0 comments Download
D chrome/browser/captive_portal/captive_portal_detector.h View 1 chunk +0 lines, -118 lines 0 comments Download
D chrome/browser/captive_portal/captive_portal_detector.cc View 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/browser/captive_portal/captive_portal_detector_unittest.cc View 1 chunk +0 lines, -205 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_login_detector.h View 1 2 3 4 3 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_login_detector.cc View 1 2 3 4 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_service.h View 1 2 3 4 7 chunks +13 lines, -15 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_service.cc View 1 2 3 4 12 chunks +17 lines, -20 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_factory.h View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_factory.cc View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_unittest.cc View 1 2 3 4 18 chunks +43 lines, -35 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_helper.h View 1 2 3 4 3 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_helper.cc View 1 2 3 4 4 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_helper_unittest.cc View 1 2 3 4 6 chunks +21 lines, -14 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_reloader.h View 1 2 3 4 3 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_reloader.cc View 1 2 3 4 4 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc View 1 2 3 4 25 chunks +89 lines, -64 lines 0 comments Download
D chrome/browser/captive_portal/testing_utils.h View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/browser/captive_portal/testing_utils.cc View 1 chunk +0 lines, -66 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/DEPS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/captive_portal_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/chromeos/net/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_detector_impl.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/net/network_portal_detector_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/tab_helpers.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 3 chunks +1 line, -3 lines 0 comments Download
M chrome/test/base/in_process_browser_test.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A components/captive_portal.gypi View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
A + components/captive_portal/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + components/captive_portal/OWNERS View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A + components/captive_portal/captive_portal_detector.h View 1 2 5 chunks +10 lines, -21 lines 0 comments Download
A + components/captive_portal/captive_portal_detector.cc View 1 2 5 chunks +5 lines, -27 lines 0 comments Download
A + components/captive_portal/captive_portal_detector_unittest.cc View 1 2 3 7 chunks +32 lines, -23 lines 0 comments Download
A components/captive_portal/captive_portal_export.h View 1 2 3 4 5 6 7 8 1 chunk +29 lines, -0 lines 0 comments Download
A + components/captive_portal/captive_portal_testing_utils.h View 1 2 3 2 chunks +4 lines, -8 lines 0 comments Download
A + components/captive_portal/captive_portal_testing_utils.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -4 lines 0 comments Download
A components/captive_portal/captive_portal_types.h View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
A components/captive_portal/captive_portal_types.cc View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
M components/components.gyp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
stevenjb
Moved to a component. PTAL
6 years, 8 months ago (2014-04-18 21:02:46 UTC) #1
willchan no longer on Chromium
I defer the review to mmenke. That said, the CL description is wrong (the message ...
6 years, 8 months ago (2014-04-18 22:09:20 UTC) #2
ygorshenin1
lgtm https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_service.cc File chrome/browser/captive_portal/captive_portal_service.cc (right): https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_service.cc#newcode67 chrome/browser/captive_portal/captive_portal_service.cc:67: captive_portal::CaptivePortalResultToString(result), Why do you need to explicitly specify ...
6 years, 8 months ago (2014-04-21 13:36:44 UTC) #3
mmenke
https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_browsertest.cc File chrome/browser/captive_portal/captive_portal_browsertest.cc (right): https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_browsertest.cc#newcode56 chrome/browser/captive_portal/captive_portal_browsertest.cc:56: using captive_portal::CaptivePortalDetector; If we're going to share the captive_portal ...
6 years, 8 months ago (2014-04-21 14:32:42 UTC) #4
stevenjb
PTAL https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_browsertest.cc File chrome/browser/captive_portal/captive_portal_browsertest.cc (right): https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_browsertest.cc#newcode56 chrome/browser/captive_portal/captive_portal_browsertest.cc:56: using captive_portal::CaptivePortalDetector; On 2014/04/21 14:32:43, mmenke wrote: > ...
6 years, 8 months ago (2014-04-21 16:42:26 UTC) #5
willchan no longer on Chromium
https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_login_detector.h File chrome/browser/captive_portal/captive_portal_login_detector.h (right): https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_login_detector.h#newcode13 chrome/browser/captive_portal/captive_portal_login_detector.h:13: namespace captive_portal { On 2014/04/21 16:42:27, stevenjb wrote: > ...
6 years, 8 months ago (2014-04-21 17:06:06 UTC) #6
mmenke
https://codereview.chromium.org/242483003/diff/40001/components/captive_portal/captive_portal_types.h File components/captive_portal/captive_portal_types.h (right): https://codereview.chromium.org/242483003/diff/40001/components/captive_portal/captive_portal_types.h#newcode26 components/captive_portal/captive_portal_types.h:26: enum CaptivePortalStatus { On 2014/04/21 16:42:27, stevenjb wrote: > ...
6 years, 8 months ago (2014-04-21 17:46:49 UTC) #7
stevenjb
On 2014/04/21 17:06:06, willchan wrote: > https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_login_detector.h > File chrome/browser/captive_portal/captive_portal_login_detector.h (right): > > https://codereview.chromium.org/242483003/diff/40001/chrome/browser/captive_portal/captive_portal_login_detector.h#newcode13 > ...
6 years, 8 months ago (2014-04-21 18:32:59 UTC) #8
stevenjb
On 2014/04/21 17:46:49, mmenke wrote: > https://codereview.chromium.org/242483003/diff/40001/components/captive_portal/captive_portal_types.h > File components/captive_portal/captive_portal_types.h (right): > > https://codereview.chromium.org/242483003/diff/40001/components/captive_portal/captive_portal_types.h#newcode26 > ...
6 years, 8 months ago (2014-04-21 19:18:11 UTC) #9
mmenke
On 2014/04/21 19:18:11, stevenjb wrote: > On 2014/04/21 17:46:49, mmenke wrote: > > > https://codereview.chromium.org/242483003/diff/40001/components/captive_portal/captive_portal_types.h ...
6 years, 8 months ago (2014-04-22 14:56:15 UTC) #10
stevenjb
1) I'm not sure what you mean, unless you mean effectively a separate enum (or ...
6 years, 8 months ago (2014-04-22 15:47:43 UTC) #11
mmenke
On 2014/04/22 15:47:43, stevenjb wrote: > 1) I'm not sure what you mean, unless you ...
6 years, 8 months ago (2014-04-22 16:14:13 UTC) #12
stevenjb
OK, I have reverted the CaptivePortalState changes. Alas, this CL will no longer help my ...
6 years, 8 months ago (2014-04-22 21:34:49 UTC) #13
mmenke
LGTM https://codereview.chromium.org/242483003/diff/100001/chrome/browser/chromeos/net/network_portal_detector_impl.h File chrome/browser/chromeos/net/network_portal_detector_impl.h (right): https://codereview.chromium.org/242483003/diff/100001/chrome/browser/chromeos/net/network_portal_detector_impl.h#newcode24 chrome/browser/chromeos/net/network_portal_detector_impl.h:24: #include "components/captive_portal/captive_portal_detector.h" optional: While you're here, could just ...
6 years, 8 months ago (2014-04-23 14:56:35 UTC) #14
stevenjb
https://codereview.chromium.org/242483003/diff/100001/chrome/browser/chromeos/net/network_portal_detector_impl.h File chrome/browser/chromeos/net/network_portal_detector_impl.h (right): https://codereview.chromium.org/242483003/diff/100001/chrome/browser/chromeos/net/network_portal_detector_impl.h#newcode24 chrome/browser/chromeos/net/network_portal_detector_impl.h:24: #include "components/captive_portal/captive_portal_detector.h" On 2014/04/23 14:56:36, mmenke wrote: > optional: ...
6 years, 8 months ago (2014-04-23 19:48:33 UTC) #15
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 8 months ago (2014-04-23 19:50:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/242483003/120001
6 years, 8 months ago (2014-04-23 19:51:16 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-23 20:48:25 UTC) #18
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=135073
6 years, 8 months ago (2014-04-23 20:48:26 UTC) #19
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 8 months ago (2014-04-25 19:49:56 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/242483003/140001
6 years, 8 months ago (2014-04-25 21:40:44 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 23:57:36 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 8 months ago (2014-04-25 23:57:36 UTC) #23
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 7 months ago (2014-04-28 21:45:14 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/242483003/160001
6 years, 7 months ago (2014-04-28 21:46:42 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 23:39:03 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_x64_rel
6 years, 7 months ago (2014-04-28 23:39:04 UTC) #27
stevenjb
6 years, 7 months ago (2014-04-29 18:05:54 UTC) #28
Message was sent while issue was closed.
Committed patchset #11 manually as r266920 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698