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

Issue 2655043005: MD Settings: Bluetooth: Move device list to subpage (Closed)

Created:
3 years, 11 months ago by stevenjb
Modified:
3 years, 10 months ago
Reviewers:
fukino
CC:
chromium-reviews, 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, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Bluetooth: Move device list to subpage This CL: * Moves the bulk of the Bluettoth UI to a subpage (see issue). * Moves the (more compact) bletooth section to the Basic page, below Internet, as requested by UX. * Adds support for a spinner to settings-subpage (we will eventually use this for Internet also). Review notes: * pairingEvent_ and bluetoothPrivateOnPairingListener_ were moved to bluetooth-device-dialog where they are actually used. BUG=673946 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2655043005 Cr-Commit-Position: refs/heads/master@{#447287} Committed: https://chromium.googlesource.com/chromium/src/+/ecc211d2da5e50c3b4483849a325795fd0072baa

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Fix tests #

Patch Set 4 : . #

Total comments: 10

Patch Set 5 : Rebase, Fix pairing #

Patch Set 6 : Fix clang, ES6 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+613 lines, -1145 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/basic_page/basic_page.html View 2 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html View 1 2 3 4 5 3 chunks +17 lines, -15 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js View 1 2 3 4 5 18 chunks +115 lines, -44 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html View 1 2 1 chunk +23 lines, -82 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js View 1 2 3 10 chunks +38 lines, -480 lines 0 comments Download
A chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html View 1 2 3 4 1 chunk +73 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js View 1 2 3 4 5 17 chunks +83 lines, -295 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/compiled_resources2.gyp View 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/route.js View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_menu/settings_menu.html View 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_subpage.html View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_subpage.js View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/test/data/webui/settings/advanced_page_browsertest.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/settings/basic_page_browsertest.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/settings/bluetooth_page_browsertest_chromeos.js View 1 2 1 chunk +0 lines, -198 lines 0 comments Download
A chrome/test/data/webui/settings/bluetooth_page_tests.js View 1 2 1 chunk +170 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/cr_settings_browsertest.js View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/fake_bluetooth.js View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/test/data/webui/settings/settings_subpage_browsertest.js View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
stevenjb
3 years, 10 months ago (2017-01-28 05:46:21 UTC) #5
fukino
I'm sorry for a late response! https://codereview.chromium.org/2655043005/diff/80001/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js File chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js (right): https://codereview.chromium.org/2655043005/diff/80001/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js#newcode153 chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js:153: startPairing: function() { ...
3 years, 10 months ago (2017-01-30 08:44:01 UTC) #6
stevenjb
https://codereview.chromium.org/2655043005/diff/80001/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js File chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js (right): https://codereview.chromium.org/2655043005/diff/80001/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js#newcode153 chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js:153: startPairing: function() { On 2017/01/30 08:44:01, fukino wrote: > ...
3 years, 10 months ago (2017-01-30 19:19:26 UTC) #7
fukino
lgtm. Thanks!
3 years, 10 months ago (2017-01-31 01:58:12 UTC) #9
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/2655043005/100001
3 years, 10 months ago (2017-01-31 16:43:39 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/5860)
3 years, 10 months ago (2017-01-31 17:02:14 UTC) #13
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/2655043005/120001
3 years, 10 months ago (2017-01-31 17:55:25 UTC) #16
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 19:08:58 UTC) #19
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/ecc211d2da5e50c3b4483849a325...

Powered by Google App Engine
This is Rietveld 408576698