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

Issue 1814703004: MD Settings: implement "RESTART" button for hardware acceleration to take effect (Closed)

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

Description

MD Settings: implement "RESTART" button for hardware acceleration to take effect R=dpapad@chromium.org BUG=595779 Committed: https://crrev.com/dec8672509fbf27ad2aa14dbc83f0512cff34677 Cr-Commit-Position: refs/heads/master@{#382637}

Patch Set 1 : tests #

Total comments: 22

Patch Set 2 : friend #

Total comments: 4

Patch Set 3 : reviews #

Patch Set 4 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+298 lines, -87 lines) Patch
M chrome/app/settings_strings.grdp View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_accessor.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/advanced_page/advanced_page.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/advanced_page/advanced_page.js View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/system_page/compiled_resources2.gyp View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/system_page/system_page.html View 1 chunk +25 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/system_page/system_page.js View 1 chunk +17 lines, -6 lines 0 comments Download
A chrome/browser/resources/settings/system_page/system_page_browser_proxy.html View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/system_page/system_page_browser_proxy.js View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
D chrome/browser/resources/settings/system_page/system_page_delegate.html View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/system_page/system_page_delegate.js View 1 chunk +0 lines, -33 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 6 chunks +9 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 4 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/settings/system_handler.h View 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/system_handler.cc View 2 chunks +41 lines, -5 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/webui/settings/cr_settings_browsertest.js View 1 2 2 chunks +27 lines, -2 lines 0 comments Download
A chrome/test/data/webui/settings/system_page_tests.js View 1 2 1 chunk +87 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
Dan Beam
4 years, 9 months ago (2016-03-19 03:42:33 UTC) #5
dpapad
Looking pretty good, few comments/questions. https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp File chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp (right): https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp#newcode14 chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp:14: '../system_page/compiled_resources2.gyp:system_page_browser_proxy', advanced_page does not ...
4 years, 9 months ago (2016-03-21 18:17:38 UTC) #6
michaelpg
https://codereview.chromium.org/1814703004/diff/100001/chrome/test/data/webui/settings/system_page_tests.js File chrome/test/data/webui/settings/system_page_tests.js (right): https://codereview.chromium.org/1814703004/diff/100001/chrome/test/data/webui/settings/system_page_tests.js#newcode71 chrome/test/data/webui/settings/system_page_tests.js:71: systemPage.set('prefs', settingsPrefs.prefs); this won't bind systemPage.prefs to settingsPrefs.prefs, so ...
4 years, 9 months ago (2016-03-22 00:43:50 UTC) #8
michaelpg
https://codereview.chromium.org/1814703004/diff/100001/chrome/browser/resources/settings/advanced_page/advanced_page.js File chrome/browser/resources/settings/advanced_page/advanced_page.js (left): https://codereview.chromium.org/1814703004/diff/100001/chrome/browser/resources/settings/advanced_page/advanced_page.js#oldcode57 chrome/browser/resources/settings/advanced_page/advanced_page.js:57: this.scroller = this.parentElement; noooooooooooooooooooooooo
4 years, 9 months ago (2016-03-22 01:00:00 UTC) #9
Dan Beam
https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp File chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp (right): https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp#newcode14 chrome/browser/resources/settings/advanced_page/compiled_resources2.gyp:14: '../system_page/compiled_resources2.gyp:system_page_browser_proxy', On 2016/03/21 18:17:38, dpapad wrote: > advanced_page does ...
4 years, 9 months ago (2016-03-22 02:17:00 UTC) #10
dpapad
LGTM https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js File chrome/browser/resources/settings/system_page/system_page_browser_proxy.js (right): https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js#newcode13 chrome/browser/resources/settings/system_page/system_page_browser_proxy.js:13: changeProxySettings: assertNotReached, On 2016/03/22 at 02:16:59, Dan Beam ...
4 years, 9 months ago (2016-03-22 02:40:04 UTC) #11
Dan Beam
+asvitkine@ for chrome/browser/metrics https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js File chrome/browser/resources/settings/system_page/system_page_browser_proxy.js (right): https://codereview.chromium.org/1814703004/diff/80001/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js#newcode13 chrome/browser/resources/settings/system_page/system_page_browser_proxy.js:13: changeProxySettings: assertNotReached, On 2016/03/22 02:40:04, dpapad ...
4 years, 9 months ago (2016-03-22 03:06:36 UTC) #13
Dan Beam
-asvitkine (because "no revs" message) +rkaplow for chrome/browser/metrics stamp
4 years, 9 months ago (2016-03-22 04:26:31 UTC) #16
rkaplow
lgtm
4 years, 9 months ago (2016-03-22 14:57:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1814703004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1814703004/140001
4 years, 9 months ago (2016-03-22 19:16:12 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:140001)
4 years, 9 months ago (2016-03-22 19:34:07 UTC) #22
commit-bot: I haz the power
4 years, 9 months ago (2016-03-22 19:36:02 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dec8672509fbf27ad2aa14dbc83f0512cff34677
Cr-Commit-Position: refs/heads/master@{#382637}

Powered by Google App Engine
This is Rietveld 408576698