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

Issue 2094223004: MD Settings: make chrome://[md-]settings/clearBrowserData URL work (Closed)

Created:
4 years, 5 months ago by Dan Beam
Modified:
4 years, 5 months ago
Reviewers:
michaelpg
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, arv+watch_chromium.org, tommycli
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a6ecac07f74cf819dc164bb91f721e596c261cd2 Cr-Commit-Position: refs/heads/master@{#402614} Committed: https://crrev.com/1449cfa912016ba324a8e1d5ed0fb52f96c0664e Cr-Commit-Position: refs/heads/master@{#403058}

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : compiler #

Total comments: 10

Patch Set 4 : . #

Patch Set 5 : inb4 h8rs #

Total comments: 3

Patch Set 6 : asdf #

Patch Set 7 : closure #

Patch Set 8 : asdf #

Patch Set 9 : nit #

Patch Set 10 : asdf #

Total comments: 8

Patch Set 11 : asdf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -34 lines) Patch
M chrome/browser/resources/settings/compiled_resources2.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/resources/settings/privacy_page/compiled_resources2.gyp View 1 2 3 4 5 6 7 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.js View 1 2 3 4 5 3 chunks +43 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/settings_main/compiled_resources2.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 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 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_main/settings_main.js View 1 2 3 4 5 6 7 1 chunk +19 lines, -3 lines 0 comments Download
A + chrome/browser/resources/settings/settings_main/settings_main_rendered.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/resources/settings/settings_main/settings_main_rendered.js View 1 2 3 4 5 6 7 8 9 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/main_page_behavior.js View 1 2 3 2 chunks +14 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_router.js View 1 2 3 4 5 6 5 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/privacy_page_test.js View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (17 generated)
michaelpg
lgtm the CL title is missing a comma tho :-P https://codereview.chromium.org/2094223004/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2094223004/diff/1/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode45 ...
4 years, 5 months ago (2016-06-27 19:33:49 UTC) #2
Dan Beam
does this still lgty?
4 years, 5 months ago (2016-06-28 13:01:43 UTC) #4
michaelpg
https://codereview.chromium.org/2094223004/diff/20001/chrome/browser/resources/settings/settings_page/main_page_behavior.js File chrome/browser/resources/settings/settings_page/main_page_behavior.js (right): https://codereview.chromium.org/2094223004/diff/20001/chrome/browser/resources/settings/settings_page/main_page_behavior.js#newcode10 chrome/browser/resources/settings/settings_page/main_page_behavior.js:10: * Workaround for scrolling an element into view when ...
4 years, 5 months ago (2016-06-28 13:58:08 UTC) #5
michaelpg
https://codereview.chromium.org/2094223004/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/2094223004/diff/40001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode81 chrome/browser/resources/settings/privacy_page/privacy_page.js:81: this.showClearBrowsingDataDialog_ = true; On 2016/06/28 13:58:08, michaelpg wrote: > ...
4 years, 5 months ago (2016-06-28 17:27:59 UTC) #6
Dan Beam
https://codereview.chromium.org/2094223004/diff/20001/chrome/browser/resources/settings/settings_page/main_page_behavior.js File chrome/browser/resources/settings/settings_page/main_page_behavior.js (right): https://codereview.chromium.org/2094223004/diff/20001/chrome/browser/resources/settings/settings_page/main_page_behavior.js#newcode10 chrome/browser/resources/settings/settings_page/main_page_behavior.js:10: * Workaround for scrolling an element into view when ...
4 years, 5 months ago (2016-06-28 19:07:52 UTC) #7
Dan Beam
https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resources/settings/settings_page/main_page_behavior.js File chrome/browser/resources/settings/settings_page/main_page_behavior.js (right): https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resources/settings/settings_page/main_page_behavior.js#newcode10 chrome/browser/resources/settings/settings_page/main_page_behavior.js:10: * Workaround for scrolling an element into view when ...
4 years, 5 months ago (2016-06-28 19:16:40 UTC) #8
Dan Beam
https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resources/settings/settings_page/main_page_behavior.js File chrome/browser/resources/settings/settings_page/main_page_behavior.js (right): https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resources/settings/settings_page/main_page_behavior.js#newcode14 chrome/browser/resources/settings/settings_page/main_page_behavior.js:14: function doWhenReady(readyTest, readyCallback) { On 2016/06/28 19:16:40, Dan Beam ...
4 years, 5 months ago (2016-06-28 19:18:28 UTC) #9
michaelpg
aside from the route literals (which we'll hopefully refactor) and the doWhenReady stuff, this is ...
4 years, 5 months ago (2016-06-28 19:53:23 UTC) #10
Dan Beam
https://codereview.chromium.org/2094223004/diff/80001/chrome/browser/resources/settings/privacy_page/privacy_page.js File chrome/browser/resources/settings/privacy_page/privacy_page.js (right): https://codereview.chromium.org/2094223004/diff/80001/chrome/browser/resources/settings/privacy_page/privacy_page.js#newcode43 chrome/browser/resources/settings/privacy_page/privacy_page.js:43: if (this.showClearBrowsingDataDialog_) { On 2016/06/28 19:53:23, michaelpg wrote: > ...
4 years, 5 months ago (2016-06-28 20:38:20 UTC) #11
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/2094223004/100001
4 years, 5 months ago (2016-06-28 20:39:33 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/725)
4 years, 5 months ago (2016-06-28 20:55:21 UTC) #16
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/2094223004/120001
4 years, 5 months ago (2016-06-28 22:34:24 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-06-29 00:36:10 UTC) #21
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/a6ecac07f74cf819dc164bb91f721e596c261cd2 Cr-Commit-Position: refs/heads/master@{#402614}
4 years, 5 months ago (2016-06-29 00:37:18 UTC) #23
shans
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/2103653004/ by shans@chromium.org. ...
4 years, 5 months ago (2016-06-29 01:48:01 UTC) #24
michaelpg
I suppose this doesn't matter too much, because the right answer is to not have ...
4 years, 5 months ago (2016-06-29 22:46:52 UTC) #26
Dan Beam
On 2016/06/29 22:46:52, michaelpg wrote: > I suppose this doesn't matter too much, because the ...
4 years, 5 months ago (2016-06-29 23:12:25 UTC) #28
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/2094223004/200001
4 years, 5 months ago (2016-06-30 00:23:40 UTC) #33
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 5 months ago (2016-06-30 01:35:36 UTC) #35
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 01:35:51 UTC) #36
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 01:38:09 UTC) #38
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/1449cfa912016ba324a8e1d5ed0fb52f96c0664e
Cr-Commit-Position: refs/heads/master@{#403058}

Powered by Google App Engine
This is Rietveld 408576698