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

Issue 2927273002: Move code for old, deprecated Options UI to only ChromeOS (Closed)

Created:
3 years, 6 months ago by Dan Beam
Modified:
3 years, 6 months ago
Reviewers:
Lei Zhang, wychen
CC:
chromium-reviews, arv+watch_chromium.org, Devlin
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move code for old, deprecated Options UI to only ChromeOS ChromeOS has a few UIs that still use /options/ code. The goal is to eventually remove the code completely. R=thestig@chromium.org BUG=728353 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2927273002 Cr-Commit-Position: refs/heads/master@{#478470} Committed: https://chromium.googlesource.com/chromium/src/+/fbc499463c31aaa00a4180d11ec348a12650065b

Patch Set 1 #

Patch Set 2 : font utils #

Total comments: 11

Patch Set 3 : thestig@ and tests #

Total comments: 2

Patch Set 4 : namespace #

Total comments: 2

Patch Set 5 : gn headers #

Patch Set 6 : check_gn_headers #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -300 lines) Patch
M chrome/BUILD.gn View 1 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.cc View 1 4 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/policy/policy_prefs_browsertest.cc View 1 2 8 chunks +15 lines, -5 lines 0 comments Download
M chrome/browser/resources/BUILD.gn View 1 2 2 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/signin/signin_promo.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 5 chunks +106 lines, -105 lines 2 comments Download
M chrome/browser/ui/chrome_pages.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 5 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.cc View 1 2 7 chunks +14 lines, -12 lines 0 comments Download
D chrome/browser/ui/webui/options/font_settings_utils.h View 1 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/ui/webui/options/font_settings_utils.cc View 1 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/ui/webui/options/font_settings_utils_linux.cc View 1 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/browser/ui/webui/options/font_settings_utils_mac.mm View 1 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/browser/ui/webui/options/font_settings_utils_win.cc View 1 1 chunk +0 lines, -27 lines 0 comments Download
M chrome/browser/ui/webui/settings/font_handler.cc View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/settings_utils.h View 1 2 3 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings_utils.cc View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings_utils_mac.mm View 1 2 3 2 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings_utils_win.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/uber/uber_ui.cc View 1 2 3 chunks +6 lines, -1 line 0 comments Download
M chrome/chrome_paks.gni View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (34 generated)
Dan Beam
3 years, 6 months ago (2017-06-09 03:55:34 UTC) #9
Dan Beam
3 years, 6 months ago (2017-06-09 03:55:49 UTC) #12
Lei Zhang
https://codereview.chromium.org/2927273002/diff/20001/chrome/BUILD.gn File chrome/BUILD.gn (left): https://codereview.chromium.org/2927273002/diff/20001/chrome/BUILD.gn#oldcode1531 chrome/BUILD.gn:1531: public_deps += [ "//chrome/browser/resources/chromeos/switch_access" ] :-\ https://codereview.chromium.org/2927273002/diff/20001/chrome/browser/resources/BUILD.gn File chrome/browser/resources/BUILD.gn ...
3 years, 6 months ago (2017-06-09 04:22:54 UTC) #13
Dan Beam
https://codereview.chromium.org/2927273002/diff/20001/chrome/browser/resources/BUILD.gn File chrome/browser/resources/BUILD.gn (right): https://codereview.chromium.org/2927273002/diff/20001/chrome/browser/resources/BUILD.gn#newcode109 chrome/browser/resources/BUILD.gn:109: if (is_chromeos) { On 2017/06/09 04:22:53, Lei Zhang wrote: ...
3 years, 6 months ago (2017-06-09 06:32:55 UTC) #16
Lei Zhang
lgtm https://codereview.chromium.org/2927273002/diff/40001/chrome/browser/ui/webui/settings_utils_mac.mm File chrome/browser/ui/webui/settings_utils_mac.mm (right): https://codereview.chromium.org/2927273002/diff/40001/chrome/browser/ui/webui/settings_utils_mac.mm#newcode33 chrome/browser/ui/webui/settings_utils_mac.mm:33: } } // namespace
3 years, 6 months ago (2017-06-09 06:47:01 UTC) #19
Dan Beam
+rdevlin.cronin@ for extensions/ https://codereview.chromium.org/2927273002/diff/40001/chrome/browser/ui/webui/settings_utils_mac.mm File chrome/browser/ui/webui/settings_utils_mac.mm (right): https://codereview.chromium.org/2927273002/diff/40001/chrome/browser/ui/webui/settings_utils_mac.mm#newcode33 chrome/browser/ui/webui/settings_utils_mac.mm:33: } On 2017/06/09 06:47:01, Lei Zhang ...
3 years, 6 months ago (2017-06-09 06:49:21 UTC) #21
Devlin
https://codereview.chromium.org/2927273002/diff/60001/extensions/browser/api/runtime/runtime_apitest.cc File extensions/browser/api/runtime/runtime_apitest.cc (right): https://codereview.chromium.org/2927273002/diff/60001/extensions/browser/api/runtime/runtime_apitest.cc#newcode101 extensions/browser/api/runtime/runtime_apitest.cc:101: #if defined(OS_CHROMEOS) Why? This refers to the extensions options ...
3 years, 6 months ago (2017-06-09 14:56:34 UTC) #26
Dan Beam
Devlin: moving you to CC (not changing extensions/ any more) https://codereview.chromium.org/2927273002/diff/60001/extensions/browser/api/runtime/runtime_apitest.cc File extensions/browser/api/runtime/runtime_apitest.cc (right): https://codereview.chromium.org/2927273002/diff/60001/extensions/browser/api/runtime/runtime_apitest.cc#newcode101 ...
3 years, 6 months ago (2017-06-09 19:23:29 UTC) #28
wychen
https://codereview.chromium.org/2927273002/diff/100001/chrome/browser/ui/BUILD.gn File chrome/browser/ui/BUILD.gn (right): https://codereview.chromium.org/2927273002/diff/100001/chrome/browser/ui/BUILD.gn#newcode217 chrome/browser/ui/BUILD.gn:217: # TODO(dbeam): why are all these /chromeos/ files on ...
3 years, 6 months ago (2017-06-09 23:07:55 UTC) #36
Dan Beam
https://codereview.chromium.org/2927273002/diff/100001/chrome/browser/ui/BUILD.gn File chrome/browser/ui/BUILD.gn (right): https://codereview.chromium.org/2927273002/diff/100001/chrome/browser/ui/BUILD.gn#newcode217 chrome/browser/ui/BUILD.gn:217: # TODO(dbeam): why are all these /chromeos/ files on ...
3 years, 6 months ago (2017-06-09 23:45:22 UTC) #37
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/2927273002/100001
3 years, 6 months ago (2017-06-09 23:54:35 UTC) #42
commit-bot: I haz the power
3 years, 6 months ago (2017-06-10 00:01:15 UTC) #46
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/fbc499463c31aaa00a4180d11ec3...

Powered by Google App Engine
This is Rietveld 408576698