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

Issue 1775803002: MD Settings: add a semi-functional System page (Closed)

Created:
4 years, 9 months ago by Dan Beam
Modified:
4 years, 9 months ago
Reviewers:
stevenjb
CC:
chromium-reviews, extensions-reviews_chromium.org, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@v2-md_history
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: add a semi-functional System page Still need to: * take an action when "Change proxy settings" is tapped * show a "Restart" button for hardware acceleration to take effect * write tests? R=stevenjb@chromium.org BUG=546844 Committed: https://crrev.com/d16965f44f689e8a7863ab3fbfd9773836067bd6 Cr-Commit-Position: refs/heads/master@{#380059}

Patch Set 1 : fixes #

Total comments: 7

Patch Set 2 : stevenjb@ review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -38 lines) Patch
M chrome/app/settings_chromium_strings.grdp View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/app/settings_google_chrome_strings.grdp View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/prefs_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/prefs_util.cc View 3 chunks +18 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/advanced_page/advanced_page.html View 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/advanced_page/advanced_page.js View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 3 chunks +44 lines, -30 lines 0 comments Download
A + chrome/browser/resources/settings/system_page/compiled_resources2.gyp View 1 chunk +7 lines, -4 lines 0 comments Download
A chrome/browser/resources/settings/system_page/system_page.html View 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/system_page/system_page.js View 1 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/system_page/system_page_delegate.html View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/system_page/system_page_delegate.js View 1 1 chunk +33 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/settings/system_handler.h View 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/settings/system_handler.cc View 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
Dan Beam
https://codereview.chromium.org/1775803002/diff/60001/chrome/browser/extensions/api/settings_private/prefs_util.cc File chrome/browser/extensions/api/settings_private/prefs_util.cc (right): https://codereview.chromium.org/1775803002/diff/60001/chrome/browser/extensions/api/settings_private/prefs_util.cc#newcode569 chrome/browser/extensions/api/settings_private/prefs_util.cc:569: g_browser_process->local_state()->FindPreference(pref_name); i guess this is the first local_state() pref ...
4 years, 9 months ago (2016-03-08 07:13:21 UTC) #7
stevenjb
lgtm w/ nits https://codereview.chromium.org/1775803002/diff/60001/chrome/browser/resources/settings/system_page/system_page.js File chrome/browser/resources/settings/system_page/system_page.js (right): https://codereview.chromium.org/1775803002/diff/60001/chrome/browser/resources/settings/system_page/system_page.js#newcode4 chrome/browser/resources/settings/system_page/system_page.js:4: While the @fileoverview comments are mostly ...
4 years, 9 months ago (2016-03-08 23:13:31 UTC) #8
Dan Beam
https://codereview.chromium.org/1775803002/diff/60001/chrome/browser/resources/settings/system_page/system_page.js File chrome/browser/resources/settings/system_page/system_page.js (right): https://codereview.chromium.org/1775803002/diff/60001/chrome/browser/resources/settings/system_page/system_page.js#newcode4 chrome/browser/resources/settings/system_page/system_page.js:4: On 2016/03/08 23:13:31, stevenjb wrote: > While the @fileoverview ...
4 years, 9 months ago (2016-03-09 02:31:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1775803002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1775803002/80001
4 years, 9 months ago (2016-03-09 03:23:48 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:80001)
4 years, 9 months ago (2016-03-09 04:00:34 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-09 04:01:48 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d16965f44f689e8a7863ab3fbfd9773836067bd6
Cr-Commit-Position: refs/heads/master@{#380059}

Powered by Google App Engine
This is Rietveld 408576698