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

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)

Created:
4 years, 1 month ago by stevenjb
Modified:
4 years, 1 month ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, dbeam+watch-options_chromium.org, cbentzel+watch_chromium.org, alemate+watch_chromium.org, yusukes+watch_chromium.org, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, hidehiko+watch_chromium.org, sdefresne+watchlist_chromium.org, achuith+watch_chromium.org, michaelpg+watch-options_chromium.org, lhchavez+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move some proxy config code out of src/chrome BUG=658015 Committed: https://crrev.com/100c620bb32532fce5683c052cdfebc141e18df3 Cr-Commit-Position: refs/heads/master@{#428257}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Rebase on 2445153002 #

Patch Set 4 : Rebase #

Total comments: 11

Patch Set 5 : Fix comment #

Patch Set 6 : ONC_EXPORT #

Patch Set 7 : Rebase #

Patch Set 8 : Fix component build #

Patch Set 9 : Remove unnecessary policy/core/common dependency. #

Patch Set 10 : Fix DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+519 lines, -1679 lines) Patch
M chrome/browser/chromeos/BUILD.gn View 1 2 3 4 5 3 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_settings_service_browsertest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/net/onc_utils.h View 1 1 chunk +0 lines, -76 lines 0 comments Download
D chrome/browser/chromeos/net/onc_utils.cc View 1 2 1 chunk +0 lines, -349 lines 0 comments Download
D chrome/browser/chromeos/net/proxy_config_handler.h View 1 2 1 chunk +0 lines, -43 lines 0 comments Download
D chrome/browser/chromeos/net/proxy_config_handler.cc View 1 2 1 chunk +0 lines, -132 lines 0 comments Download
M chrome/browser/chromeos/options/vpn_config_view.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/options/wifi_config_view.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/options/wimax_config_view.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_network_configuration_updater.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/proxy_config_service_impl.h View 1 2 1 chunk +0 lines, -110 lines 0 comments Download
D chrome/browser/chromeos/proxy_config_service_impl.cc View 1 2 1 chunk +0 lines, -296 lines 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl_unittest.cc View 1 2 5 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/proxy_cros_settings_parser.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/ui_proxy_config.h View 1 chunk +0 lines, -111 lines 0 comments Download
D chrome/browser/chromeos/ui_proxy_config.cc View 1 chunk +0 lines, -160 lines 0 comments Download
D chrome/browser/chromeos/ui_proxy_config_service.h View 1 chunk +0 lines, -78 lines 0 comments Download
D chrome/browser/chromeos/ui_proxy_config_service.cc View 1 chunk +0 lines, -186 lines 0 comments Download
M chrome/browser/net/proxy_service_factory.cc View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/network_state_informer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/preferences_browsertest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chromeos/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chromeos/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M chromeos/network/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_utils.h View 1 2 3 4 5 6 7 3 chunks +49 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_utils.cc View 1 5 chunks +330 lines, -0 lines 0 comments Download
A + chromeos/network/proxy/proxy_config_handler.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -6 lines 0 comments Download
A + chromeos/network/proxy/proxy_config_handler.cc View 1 2 5 chunks +12 lines, -16 lines 0 comments Download
A + chromeos/network/proxy/proxy_config_service_impl.h View 1 2 3 4 5 6 7 4 chunks +11 lines, -7 lines 0 comments Download
A + chromeos/network/proxy/proxy_config_service_impl.cc View 1 2 3 4 5 6 7 8 9 chunks +30 lines, -32 lines 0 comments Download
A + chromeos/network/proxy/ui_proxy_config.h View 1 2 3 4 5 6 7 4 chunks +11 lines, -10 lines 0 comments Download
A + chromeos/network/proxy/ui_proxy_config.cc View 1 2 5 chunks +8 lines, -11 lines 0 comments Download
A + chromeos/network/proxy/ui_proxy_config_service.h View 1 2 3 4 5 6 7 3 chunks +6 lines, -5 lines 0 comments Download
A + chromeos/network/proxy/ui_proxy_config_service.cc View 1 2 4 chunks +10 lines, -16 lines 0 comments Download

Messages

Total messages: 55 (35 generated)
stevenjb
mnissler@ - This CL mostly just moves chromeos proxy code from src/chrome to src/chromeos. Note, ...
4 years, 1 month ago (2016-10-25 00:05:48 UTC) #5
stevenjb
+mmenke@ for chrome/browser/ui/webui/net_internals/
4 years, 1 month ago (2016-10-25 00:08:01 UTC) #9
battre
lgtm
4 years, 1 month ago (2016-10-25 08:26:17 UTC) #14
mmenke
https://codereview.chromium.org/2442313003/diff/80001/chrome/browser/ui/webui/net_internals/net_internals_ui.cc File chrome/browser/ui/webui/net_internals/net_internals_ui.cc (left): https://codereview.chromium.org/2442313003/diff/80001/chrome/browser/ui/webui/net_internals/net_internals_ui.cc#oldcode89 chrome/browser/ui/webui/net_internals/net_internals_ui.cc:89: #include "chrome/browser/chromeos/net/onc_utils.h" This header looks like it's needed for ...
4 years, 1 month ago (2016-10-25 09:33:14 UTC) #15
Mattias Nissler (ping if slow)
Code move looks fine, however I'm not sure whether it's OK to pull in the ...
4 years, 1 month ago (2016-10-25 09:53:17 UTC) #16
stevenjb
https://codereview.chromium.org/2442313003/diff/80001/chrome/browser/ui/webui/net_internals/net_internals_ui.cc File chrome/browser/ui/webui/net_internals/net_internals_ui.cc (left): https://codereview.chromium.org/2442313003/diff/80001/chrome/browser/ui/webui/net_internals/net_internals_ui.cc#oldcode89 chrome/browser/ui/webui/net_internals/net_internals_ui.cc:89: #include "chrome/browser/chromeos/net/onc_utils.h" On 2016/10/25 09:33:14, mmenke wrote: > This ...
4 years, 1 month ago (2016-10-25 17:26:22 UTC) #17
mmenke
chrome/browser/ui/webui/net_internals/net_internals_ui.cc LGTM https://codereview.chromium.org/2442313003/diff/80001/chrome/browser/ui/webui/net_internals/net_internals_ui.cc File chrome/browser/ui/webui/net_internals/net_internals_ui.cc (left): https://codereview.chromium.org/2442313003/diff/80001/chrome/browser/ui/webui/net_internals/net_internals_ui.cc#oldcode89 chrome/browser/ui/webui/net_internals/net_internals_ui.cc:89: #include "chrome/browser/chromeos/net/onc_utils.h" On 2016/10/25 17:26:22, stevenjb wrote: ...
4 years, 1 month ago (2016-10-25 17:28:28 UTC) #18
stevenjb
+emaxx@, can you review this too? This is more re-factoring, but this actually moves some ...
4 years, 1 month ago (2016-10-26 00:22:33 UTC) #20
stevenjb
Rebased after previous CL was committed. emaxx@ - waiting on your review, thanks.
4 years, 1 month ago (2016-10-26 22:21:58 UTC) #21
emaxx
lgtm
4 years, 1 month ago (2016-10-27 03:22:04 UTC) #26
stevenjb
+atwilson@ - I needed to modify the components/policy GN config to avoid the following circular ...
4 years, 1 month ago (2016-10-27 18:57:15 UTC) #30
stevenjb
+xiyuan@ for chromeos/network/DEPS change to include user_manager. (Note: other chromeos/ code already includes user_manager).
4 years, 1 month ago (2016-10-27 20:23:34 UTC) #37
xiyuan
On 2016/10/27 20:23:34, stevenjb wrote: > +xiyuan@ for chromeos/network/DEPS change to include user_manager. (Note: other ...
4 years, 1 month ago (2016-10-27 20:35:56 UTC) #38
stevenjb
+michaelpg@ FYI
4 years, 1 month ago (2016-10-27 23:52:42 UTC) #42
stevenjb
-atwilson@ - Nevermind, it turns out we don't actually need the policy dependency (and the ...
4 years, 1 month ago (2016-10-28 00:32:11 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442313003/200001
4 years, 1 month ago (2016-10-28 00:32:58 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/291633)
4 years, 1 month ago (2016-10-28 00:47:38 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442313003/220001
4 years, 1 month ago (2016-10-28 01:01:50 UTC) #52
commit-bot: I haz the power
Committed patchset #10 (id:220001)
4 years, 1 month ago (2016-10-28 02:28:27 UTC) #53
commit-bot: I haz the power
4 years, 1 month ago (2016-10-28 02:30:23 UTC) #55
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/100c620bb32532fce5683c052cdfebc141e18df3
Cr-Commit-Position: refs/heads/master@{#428257}

Powered by Google App Engine
This is Rietveld 408576698