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

Issue 1707613002: MD Settings: Start device page (Closed)

Created:
4 years, 10 months ago by michaelpg
Modified:
4 years, 10 months ago
Reviewers:
dschuyler, *tommycli
CC:
chromium-reviews, extensions-reviews_chromium.org, michaelpg+watch-md-settings_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_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: Start device page Add the Device section, with a partially implemented Touchpad page. Device section: http://i.imgur.com/AYLFAQa.png Touchpad settings: http://i.imgur.com/Lu3lxnO.png BUG=546834 Committed: https://crrev.com/9013bd49fd7992393947eb6661457ef0d7636e74 Cr-Commit-Position: refs/heads/master@{#376532}

Patch Set 1 #

Patch Set 2 : fixup #

Total comments: 2

Patch Set 3 : fix compiled_resources2.gyp #

Total comments: 4

Patch Set 4 : comments, rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -8 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/prefs_util.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/basic_page/basic_page.html View 1 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/compiled_resources2.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/device_page/compiled_resources2.gyp View 1 2 1 chunk +7 lines, -3 lines 0 comments Download
A chrome/browser/resources/settings/device_page/device_page.html View 1 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/device_page/device_page.js View 1 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/device_page/touchpad.html View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/device_page/touchpad.js View 1 chunk +22 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/settings_page/compiled_resources2.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_router.js View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 2 chunks +26 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/basic_page_browsertest.js View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/webui/settings/device_page_browsertest_chromeos.js View 1 chunk +44 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/settings_subpage_browsertest.js View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/webui/resources/js/compiled_resources2.gyp View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
michaelpg
Dave, could you take a preliminary look, let me know if I'm using the new ...
4 years, 10 months ago (2016-02-17 05:05:12 UTC) #3
dschuyler
On 2016/02/17 05:05:12, michaelpg wrote: > Dave, could you take a preliminary look, let me ...
4 years, 10 months ago (2016-02-17 20:11:17 UTC) #5
dschuyler
https://codereview.chromium.org/1707613002/diff/20001/chrome/browser/resources/settings/device_page/compiled_resources2.gyp File chrome/browser/resources/settings/device_page/compiled_resources2.gyp (right): https://codereview.chromium.org/1707613002/diff/20001/chrome/browser/resources/settings/device_page/compiled_resources2.gyp#newcode10 chrome/browser/resources/settings/device_page/compiled_resources2.gyp:10: #'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', Can this line be removed or commented to ...
4 years, 10 months ago (2016-02-17 20:11:24 UTC) #6
michaelpg
+tommycli for full review https://codereview.chromium.org/1707613002/diff/20001/chrome/browser/resources/settings/device_page/compiled_resources2.gyp File chrome/browser/resources/settings/device_page/compiled_resources2.gyp (right): https://codereview.chromium.org/1707613002/diff/20001/chrome/browser/resources/settings/device_page/compiled_resources2.gyp#newcode10 chrome/browser/resources/settings/device_page/compiled_resources2.gyp:10: #'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', On 2016/02/17 20:11:24, dschuyler ...
4 years, 10 months ago (2016-02-17 23:33:40 UTC) #9
tommycli
lgtm. I didn't find any flaws in it. https://codereview.chromium.org/1707613002/diff/40001/chrome/browser/resources/settings/device_page/touchpad.html File chrome/browser/resources/settings/device_page/touchpad.html (right): https://codereview.chromium.org/1707613002/diff/40001/chrome/browser/resources/settings/device_page/touchpad.html#newcode9 chrome/browser/resources/settings/device_page/touchpad.html:9: <!-- ...
4 years, 10 months ago (2016-02-17 23:56:37 UTC) #10
michaelpg
https://codereview.chromium.org/1707613002/diff/40001/chrome/test/data/webui/settings/device_page_browsertest_chromeos.js File chrome/test/data/webui/settings/device_page_browsertest_chromeos.js (right): https://codereview.chromium.org/1707613002/diff/40001/chrome/test/data/webui/settings/device_page_browsertest_chromeos.js#newcode38 chrome/test/data/webui/settings/device_page_browsertest_chromeos.js:38: expectTrue(!!deviceSection); On 2016/02/17 23:56:37, tommycli wrote: > This test ...
4 years, 10 months ago (2016-02-17 23:57:42 UTC) #11
michaelpg
https://codereview.chromium.org/1707613002/diff/40001/chrome/browser/resources/settings/device_page/touchpad.html File chrome/browser/resources/settings/device_page/touchpad.html (right): https://codereview.chromium.org/1707613002/diff/40001/chrome/browser/resources/settings/device_page/touchpad.html#newcode9 chrome/browser/resources/settings/device_page/touchpad.html:9: <!-- TODO(michaelpg): touchpad speed slider. --> On 2016/02/17 23:56:37, ...
4 years, 10 months ago (2016-02-19 08:03:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707613002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707613002/60001
4 years, 10 months ago (2016-02-19 08:04:51 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/25677)
4 years, 10 months ago (2016-02-19 10:21:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707613002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707613002/60001
4 years, 10 months ago (2016-02-19 19:35:30 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-19 21:10:05 UTC) #21
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 21:11:17 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9013bd49fd7992393947eb6661457ef0d7636e74
Cr-Commit-Position: refs/heads/master@{#376532}

Powered by Google App Engine
This is Rietveld 408576698