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

Issue 2731403005: MD Settings: Privacy: Show dialog when changing do-not-track (Closed)

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

Description

MD Settings: Privacy: Show dialog when changing do-not-track BUG=691843 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2731403005 Cr-Commit-Position: refs/heads/master@{#457128} Committed: https://chromium.googlesource.com/chromium/src/+/aaaf9b612ae3aa0a8d148feecd950009d9433fe5

Patch Set 1 #

Total comments: 5

Patch Set 2 : dom-if dialog and move near toggle #

Patch Set 3 : . #

Total comments: 5

Patch Set 4 : Test event.path in dom-change handler #

Patch Set 5 : Add learn more link #

Total comments: 14

Patch Set 6 : Fix. Learn more #

Total comments: 2

Patch Set 7 : Make dom-change handler id specific #

Total comments: 4

Patch Set 8 : Move type from @param to cast #

Patch Set 9 : Rebase Use on-settings-boolean-control-change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -28 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/privacy_page/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 2 3 4 5 6 7 8 2 chunks +23 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.js View 1 2 3 4 5 6 7 3 chunks +72 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 2 chunks +30 lines, -24 lines 0 comments Download

Messages

Total messages: 40 (13 generated)
stevenjb
3 years, 9 months ago (2017-03-07 23:01:35 UTC) #3
Dan Beam
https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode477 chrome/browser/resources/settings/privacy_page/privacy_page.html:477: </dialog> please put in a dom-if, and possibly closer ...
3 years, 9 months ago (2017-03-07 23:08:46 UTC) #5
stevenjb
https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode477 chrome/browser/resources/settings/privacy_page/privacy_page.html:477: </dialog> On 2017/03/07 23:08:46, Dan Beam wrote: > please ...
3 years, 9 months ago (2017-03-07 23:19:02 UTC) #6
stevenjb
https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode477 chrome/browser/resources/settings/privacy_page/privacy_page.html:477: </dialog> On 2017/03/07 23:19:02, stevenjb wrote: > On 2017/03/07 ...
3 years, 9 months ago (2017-03-07 23:24:53 UTC) #7
Dan Beam
https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode477 chrome/browser/resources/settings/privacy_page/privacy_page.html:477: </dialog> On 2017/03/07 23:24:53, stevenjb wrote: > On 2017/03/07 ...
3 years, 9 months ago (2017-03-08 00:00:50 UTC) #8
stevenjb
https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode477 chrome/browser/resources/settings/privacy_page/privacy_page.html:477: </dialog> On 2017/03/08 00:00:50, Dan Beam wrote: > On ...
3 years, 9 months ago (2017-03-08 01:15:21 UTC) #9
stevenjb
Thanks for the feedback / direction. PTAL.
3 years, 9 months ago (2017-03-08 01:15:41 UTC) #10
Dan Beam
https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode113 chrome/browser/resources/settings/privacy_page/privacy_page.html:113: <template is="dom-if" if="[[showDoNotTrackDialog_]]"> id="do-not-track-dialog-if" https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode99 ...
3 years, 9 months ago (2017-03-09 02:08:33 UTC) #11
stevenjb
PTAL https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode113 chrome/browser/resources/settings/privacy_page/privacy_page.html:113: <template is="dom-if" if="[[showDoNotTrackDialog_]]"> On 2017/03/09 02:08:33, Dan Beam ...
3 years, 9 months ago (2017-03-09 20:06:26 UTC) #12
Dan Beam
looks pretty good except Material Design only wants to remove periods from 1 sentence (as ...
3 years, 9 months ago (2017-03-10 23:30:50 UTC) #13
stevenjb
https://codereview.chromium.org/2731403005/diff/80001/chrome/app/settings_chromium_strings.grdp File chrome/app/settings_chromium_strings.grdp (left): https://codereview.chromium.org/2731403005/diff/80001/chrome/app/settings_chromium_strings.grdp#oldcode57 chrome/app/settings_chromium_strings.grdp:57: Chromium may use web services to improve your browsing ...
3 years, 9 months ago (2017-03-10 23:58:20 UTC) #14
Dan Beam
not lgtm until we resolve puncutation
3 years, 9 months ago (2017-03-11 00:00:38 UTC) #15
stevenjb
PTAL
3 years, 9 months ago (2017-03-13 18:08:19 UTC) #16
Dan Beam
looking better! https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2731403005/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode99 chrome/browser/resources/settings/privacy_page/privacy_page.js:99: 'dom-change': 'onDomChange_', On 2017/03/09 20:06:26, stevenjb wrote: ...
3 years, 9 months ago (2017-03-13 21:57:52 UTC) #17
stevenjb
PTAL https://codereview.chromium.org/2731403005/diff/80001/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/2731403005/diff/80001/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode130 chrome/browser/resources/settings/privacy_page/privacy_page.html:130: </template> On 2017/03/13 21:57:51, Dan Beam wrote: > ...
3 years, 9 months ago (2017-03-13 23:29:02 UTC) #18
Dan Beam
lgtm https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode136 chrome/browser/resources/settings/privacy_page/privacy_page.js:136: * @param {{target: !SettingsToggleButtonElement}} event I think this ...
3 years, 9 months ago (2017-03-14 04:59:20 UTC) #19
stevenjb
https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode136 chrome/browser/resources/settings/privacy_page/privacy_page.js:136: * @param {{target: !SettingsToggleButtonElement}} event On 2017/03/14 04:59:19, Dan ...
3 years, 9 months ago (2017-03-14 18:35:56 UTC) #20
Dan Beam
https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode136 chrome/browser/resources/settings/privacy_page/privacy_page.js:136: * @param {{target: !SettingsToggleButtonElement}} event On 2017/03/14 18:35:56, stevenjb ...
3 years, 9 months ago (2017-03-14 18:38:21 UTC) #21
stevenjb
https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2731403005/diff/120001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode136 chrome/browser/resources/settings/privacy_page/privacy_page.js:136: * @param {{target: !SettingsToggleButtonElement}} event On 2017/03/14 18:38:21, Dan ...
3 years, 9 months ago (2017-03-14 19:18:23 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/2731403005/140001
3 years, 9 months ago (2017-03-14 19:19:06 UTC) #25
dpapad
On 2017/03/14 at 19:19:06, commit-bot wrote: > CQ is trying da patch. Follow status at ...
3 years, 9 months ago (2017-03-14 20:34:35 UTC) #26
stevenjb
On 2017/03/14 20:34:35, dpapad wrote: > On 2017/03/14 at 19:19:06, commit-bot wrote: > > CQ ...
3 years, 9 months ago (2017-03-14 21:36:12 UTC) #28
stevenjb
PTAL
3 years, 9 months ago (2017-03-14 23:17:18 UTC) #29
Dan Beam
still lgtm
3 years, 9 months ago (2017-03-14 23:28:49 UTC) #32
tommycli
On 2017/03/14 23:28:49, Dan Beam wrote: > still lgtm rslgtm. I don't have any objections ...
3 years, 9 months ago (2017-03-15 00:00:37 UTC) #33
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/2731403005/160001
3 years, 9 months ago (2017-03-15 17:36:46 UTC) #37
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 17:48:15 UTC) #40
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/aaaf9b612ae3aa0a8d148feecd95...

Powered by Google App Engine
This is Rietveld 408576698