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

Issue 2964293002: CrOS Settings: Add skeleton page for multidevice section. (Closed)

Created:
3 years, 5 months ago by Oren Blasberg
Modified:
3 years, 5 months ago
Reviewers:
Lei Zhang, dpapad
CC:
dpapad, arv+watch_chromium.org, chromium-reviews, John Heroy, Jeremy Klein, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, srahim+watch_chromium.org, stevenjb+watch-md-settings_chromium.org, scottchen
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

CrOS Settings: Add skeleton page for multidevice section. This is gated on a Finch feature (enable with "--enable-features=Multidevice"). BUG=718617 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2964293002 Cr-Commit-Position: refs/heads/master@{#486647} Committed: https://chromium.googlesource.com/chromium/src/+/c23f8d441fb8c5924fbfa0fb32742a664d2c33cb

Patch Set 1 #

Patch Set 2 : Simplify #

Patch Set 3 #

Patch Set 4 : Add route #

Patch Set 5 : Gate the page on the Feature #

Patch Set 6 : Minor cleanups #

Total comments: 17

Patch Set 7 : Address comments #

Patch Set 8 : Update browsertest #

Total comments: 6

Patch Set 9 : Address second round of comments #

Total comments: 4

Patch Set 10 : Address nits #

Patch Set 11 : Updating sms connect section with summary text #

Total comments: 4

Patch Set 12 : HTML cleanup #

Patch Set 13 : Sync and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -0 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/basic_page/basic_page.html View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/basic_page/basic_page.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +14 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/multidevice_page/compiled_resources2.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/multidevice_page/multidevice_page.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/multidevice_page/multidevice_page.js View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/page_visibility.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/route.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_main/settings_main.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_main/settings_main.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_menu/settings_menu.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_ui/settings_ui.html View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_ui/settings_ui.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/cr_settings_browsertest.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/test/data/webui/settings/multidevice_page_tests.js View 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
Oren Blasberg
Thanks for having a look! Note 1: I noticed one issue perhaps you can help ...
3 years, 5 months ago (2017-06-30 22:28:42 UTC) #4
Oren Blasberg
Err.. just realized I forgot to gate this on a flag. Will do that, then ...
3 years, 5 months ago (2017-06-30 22:29:30 UTC) #6
Oren Blasberg
This is ready for review now! Thanks for your patience, General. :) Btw, the strings ...
3 years, 5 months ago (2017-07-06 00:32:09 UTC) #9
dpapad
https://codereview.chromium.org/2964293002/diff/90001/chrome/browser/resources/settings/basic_page/basic_page.js File chrome/browser/resources/settings/basic_page/basic_page.js (right): https://codereview.chromium.org/2964293002/diff/90001/chrome/browser/resources/settings/basic_page/basic_page.js#newcode21 chrome/browser/resources/settings/basic_page/basic_page.js:21: showAndroidApps: Boolean, Should lines 21-25 be wrapped in an ...
3 years, 5 months ago (2017-07-06 01:26:50 UTC) #10
Oren Blasberg
https://codereview.chromium.org/2964293002/diff/90001/chrome/browser/resources/settings/basic_page/basic_page.js File chrome/browser/resources/settings/basic_page/basic_page.js (right): https://codereview.chromium.org/2964293002/diff/90001/chrome/browser/resources/settings/basic_page/basic_page.js#newcode21 chrome/browser/resources/settings/basic_page/basic_page.js:21: showAndroidApps: Boolean, On 2017/07/06 01:26:50, dpapad wrote: > Should ...
3 years, 5 months ago (2017-07-06 18:17:59 UTC) #11
dpapad
https://codereview.chromium.org/2964293002/diff/90001/chrome/browser/resources/settings/basic_page/basic_page.js File chrome/browser/resources/settings/basic_page/basic_page.js (right): https://codereview.chromium.org/2964293002/diff/90001/chrome/browser/resources/settings/basic_page/basic_page.js#newcode21 chrome/browser/resources/settings/basic_page/basic_page.js:21: showAndroidApps: Boolean, On 2017/07/06 at 18:17:58, Oren Blasberg wrote: ...
3 years, 5 months ago (2017-07-06 18:59:03 UTC) #12
Oren Blasberg
https://codereview.chromium.org/2964293002/diff/130001/chrome/browser/resources/settings/basic_page/basic_page.js File chrome/browser/resources/settings/basic_page/basic_page.js (right): https://codereview.chromium.org/2964293002/diff/130001/chrome/browser/resources/settings/basic_page/basic_page.js#newcode196 chrome/browser/resources/settings/basic_page/basic_page.js:196: showMultidevicePage_: function(visibility) { On 2017/07/06 18:59:02, dpapad wrote: > ...
3 years, 5 months ago (2017-07-06 19:20:30 UTC) #13
dpapad
LGTM with nits. +scottchen as FYI, since some changes in this CL will conflict with ...
3 years, 5 months ago (2017-07-06 20:44:48 UTC) #14
dpapad
+scottchen, see previous comment (as FYI).
3 years, 5 months ago (2017-07-06 20:45:09 UTC) #15
Oren Blasberg
Scott, no need to wait on this/me to land your cl. :) https://codereview.chromium.org/2964293002/diff/150001/chrome/browser/resources/settings/multidevice_page/compiled_resources2.gyp File chrome/browser/resources/settings/multidevice_page/compiled_resources2.gyp ...
3 years, 5 months ago (2017-07-06 21:22:11 UTC) #16
Oren Blasberg
thestig@chromium.org: Please review changes in strings grdp and localized strings provider. dpapad@: The UX have ...
3 years, 5 months ago (2017-07-13 18:37:54 UTC) #18
Lei Zhang
lgtm https://codereview.chromium.org/2964293002/diff/190001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc File chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc (right): https://codereview.chromium.org/2964293002/diff/190001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc#newcode2032 chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc:2032: LocalizedString localized_strings[] = { Can this be const? ...
3 years, 5 months ago (2017-07-13 20:56:59 UTC) #19
Oren Blasberg
On 2017/07/13 20:56:59, Lei Zhang (OOO) wrote: > lgtm > > https://codereview.chromium.org/2964293002/diff/190001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc > File chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ...
3 years, 5 months ago (2017-07-13 21:16:13 UTC) #20
dpapad
Still LGTM. Regarding making localized_strings const, if it can be const, my preference would be ...
3 years, 5 months ago (2017-07-13 21:26:17 UTC) #21
Oren Blasberg
https://codereview.chromium.org/2964293002/diff/190001/chrome/browser/resources/settings/multidevice_page/multidevice_page.html File chrome/browser/resources/settings/multidevice_page/multidevice_page.html (right): https://codereview.chromium.org/2964293002/diff/190001/chrome/browser/resources/settings/multidevice_page/multidevice_page.html#newcode13 chrome/browser/resources/settings/multidevice_page/multidevice_page.html:13: <div class="secondary"> On 2017/07/13 21:26:17, dpapad wrote: > Nit: ...
3 years, 5 months ago (2017-07-13 23:07:06 UTC) #22
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/2964293002/230001
3 years, 5 months ago (2017-07-14 00:40:59 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/258287)
3 years, 5 months ago (2017-07-14 01:36:12 UTC) #27
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/2964293002/230001
3 years, 5 months ago (2017-07-14 02:22:10 UTC) #29
commit-bot: I haz the power
3 years, 5 months ago (2017-07-14 02:51:57 UTC) #32
Message was sent while issue was closed.
Committed patchset #13 (id:230001) as
https://chromium.googlesource.com/chromium/src/+/c23f8d441fb8c5924fbfa0fb3274...

Powered by Google App Engine
This is Rietveld 408576698