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

Issue 2715403005: MD Settings Fix associated-control for bluetooth, people, device subpage (Closed)

Created:
3 years, 9 months ago by stevenjb
Modified:
3 years, 9 months ago
Reviewers:
jdufault, michaelpg, dpapad
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings Fix associated-control for bluetooth, people, device subpage BUG=695195 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2715403005 Cr-Commit-Position: refs/heads/master@{#454143} Committed: https://chromium.googlesource.com/chromium/src/+/f2de54cd096549323fd45c469f62831c5fe90f6f

Patch Set 1 #

Total comments: 6

Patch Set 2 : Feedback #

Patch Set 3 : Set subpage no-search #

Patch Set 4 : Make quick ulock subpages no-search #

Total comments: 2

Patch Set 5 : Restore dom-if #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -7 lines) Patch
M chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/device_page/device_page.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.html View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 25 (6 generated)
stevenjb
3 years, 9 months ago (2017-02-28 23:34:55 UTC) #3
jdufault
https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html#newcode105 chrome/browser/resources/settings/device_page/device_page.html:105: <template is="dom-if" route-path="/stylus"> Does navigating directly to the stylus ...
3 years, 9 months ago (2017-02-28 23:41:00 UTC) #4
dpapad
Can you verify that searching for 'a' does not result in any errors in the ...
3 years, 9 months ago (2017-02-28 23:56:12 UTC) #5
stevenjb
https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html#newcode105 chrome/browser/resources/settings/device_page/device_page.html:105: <template is="dom-if" route-path="/stylus"> On 2017/02/28 23:41:00, jdufault wrote: > ...
3 years, 9 months ago (2017-03-01 00:03:16 UTC) #6
stevenjb
https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html#newcode105 chrome/browser/resources/settings/device_page/device_page.html:105: <template is="dom-if" route-path="/stylus"> On 2017/03/01 00:03:16, stevenjb wrote: > ...
3 years, 9 months ago (2017-03-01 00:10:33 UTC) #7
stevenjb
On 2017/02/28 23:56:12, dpapad wrote: > Can you verify that searching for 'a' does not ...
3 years, 9 months ago (2017-03-01 00:10:50 UTC) #8
stevenjb
https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/people_page/people_page.html File chrome/browser/resources/settings/people_page/people_page.html (right): https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/people_page/people_page.html#newcode330 chrome/browser/resources/settings/people_page/people_page.html:330: <template is="dom-if" route-path="/lockScreen" no-search> On 2017/02/28 23:56:12, dpapad wrote: ...
3 years, 9 months ago (2017-03-01 00:20:31 UTC) #9
stevenjb
PTAL https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html#newcode105 chrome/browser/resources/settings/device_page/device_page.html:105: <template is="dom-if" route-path="/stylus"> On 2017/03/01 00:10:33, stevenjb wrote: ...
3 years, 9 months ago (2017-03-01 00:31:37 UTC) #10
dpapad
On 2017/03/01 at 00:31:37, stevenjb wrote: > PTAL > > https://codereview.chromium.org/2715403005/diff/1/chrome/browser/resources/settings/device_page/device_page.html > File chrome/browser/resources/settings/device_page/device_page.html (right): ...
3 years, 9 months ago (2017-03-01 00:34:47 UTC) #11
stevenjb
Ah. It looks like it is the subpage itself that is triggering the result. We ...
3 years, 9 months ago (2017-03-01 00:55:52 UTC) #12
stevenjb
ptal
3 years, 9 months ago (2017-03-01 00:56:17 UTC) #13
stevenjb
Since the lock screen (quick unlock) subpages show modal dialogs unconditionally, rendering them for search ...
3 years, 9 months ago (2017-03-01 01:13:56 UTC) #14
dpapad
LGTM with question. https://codereview.chromium.org/2715403005/diff/60001/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2715403005/diff/60001/chrome/browser/resources/settings/device_page/device_page.html#newcode39 chrome/browser/resources/settings/device_page/device_page.html:39: <div id="stylusRow" class="settings-box" on-tap="onStylusTap_" Is this ...
3 years, 9 months ago (2017-03-01 02:08:05 UTC) #15
dpapad
On 2017/03/01 at 02:08:05, dpapad wrote: > LGTM with question. > > https://codereview.chromium.org/2715403005/diff/60001/chrome/browser/resources/settings/device_page/device_page.html > File ...
3 years, 9 months ago (2017-03-01 02:09:31 UTC) #16
stevenjb
On 2017/03/01 02:09:31, dpapad wrote: > On 2017/03/01 at 02:08:05, dpapad wrote: > > LGTM ...
3 years, 9 months ago (2017-03-01 16:43:25 UTC) #17
stevenjb
https://codereview.chromium.org/2715403005/diff/60001/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2715403005/diff/60001/chrome/browser/resources/settings/device_page/device_page.html#newcode39 chrome/browser/resources/settings/device_page/device_page.html:39: <div id="stylusRow" class="settings-box" on-tap="onStylusTap_" On 2017/03/01 02:08:05, dpapad wrote: ...
3 years, 9 months ago (2017-03-01 16:49:57 UTC) #18
michaelpg
lgtm too
3 years, 9 months ago (2017-03-02 00:00:21 UTC) #19
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/2715403005/80001
3 years, 9 months ago (2017-03-02 00:10:55 UTC) #22
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 01:47:41 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/f2de54cd096549323fd45c469f62...

Powered by Google App Engine
This is Rietveld 408576698