Description was changed from ========== MD Settings: make chrome://{md-}settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 ========== to ...
4 years, 5 months ago
(2016-06-27 19:27:28 UTC)
#1
Description was changed from
==========
MD Settings: make chrome://{md-}settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
==========
to
==========
MD Settings: make chrome://{md-}settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
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
Description was changed from ========== MD Settings: make chrome://{md-}settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation ========== ...
4 years, 5 months ago
(2016-06-27 20:23:29 UTC)
#3
Description was changed from
==========
MD Settings: make chrome://{md-}settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
to
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
Dan Beam
does this still lgty?
4 years, 5 months ago
(2016-06-28 13:01:43 UTC)
#4
does this still lgty?
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
4 years, 5 months ago
(2016-06-28 17:27:59 UTC)
#6
https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resource...
File chrome/browser/resources/settings/privacy_page/privacy_page.js (right):
https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resource...
chrome/browser/resources/settings/privacy_page/privacy_page.js:81:
this.showClearBrowsingDataDialog_ = true;
On 2016/06/28 13:58:08, michaelpg wrote:
> wat
I don't understand how this works -- you shouldn't be able to set a computed
property (it's readOnly), so I'm not sure how this triggers the dialog. I think
we actually want to change the route here, now that we're observing the route
itself to open the dialog.
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
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
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
https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resource...
File chrome/browser/resources/settings/settings_page/main_page_behavior.js
(right):
https://codereview.chromium.org/2094223004/diff/40001/chrome/browser/resource...
chrome/browser/resources/settings/settings_page/main_page_behavior.js:14:
function doWhenReady(readyTest, readyCallback) {
On 2016/06/28 19:16:40, Dan Beam wrote:
> On 2016/06/28 13:58:08, michaelpg wrote:
> > doWhenTrue?
>
> I don't think it's really unclear
and if you change it to "doWhenTrue", it might be less clear that callback is
only called once (i.e. fire-once). maybe this method gets repeatedly called and
fires trueCallback() every time trueTest() returns true?
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
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
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation ========== ...
4 years, 5 months ago
(2016-06-29 00:36:08 UTC)
#20
Message was sent while issue was closed.
Description was changed from
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
to
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago
(2016-06-29 00:36:10 UTC)
#21
Message was sent while issue was closed.
Committed patchset #7 (id:120001)
commit-bot: I haz the power
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation ========== ...
4 years, 5 months ago
(2016-06-29 00:37:17 UTC)
#22
Message was sent while issue was closed.
Description was changed from
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
to
==========
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}
==========
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
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
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.chromium.org/2103653004/ by shans@chromium.org.
The reason for reverting is: Looks like this is causing
CrSettingsPrivacyPageTest.PrivacyPage to fail on Mac10.9 and Mac ASAN.
Dan Beam
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: ...
4 years, 5 months ago
(2016-06-29 20:44:27 UTC)
#25
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: ...
4 years, 5 months ago
(2016-06-29 22:50:22 UTC)
#27
Description was changed from
==========
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}
==========
to
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation,mac_chromium_rel_ng:browser_tests
Committed: https://crrev.com/a6ecac07f74cf819dc164bb91f721e596c261cd2
Cr-Commit-Position: refs/heads/master@{#402614}
==========
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
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation,mac_chromium_rel_ng:browser_tests Committed: ...
4 years, 5 months ago
(2016-06-29 23:13:00 UTC)
#29
Description was changed from
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation,mac_chromium_rel_ng:browser_tests
Committed: https://crrev.com/a6ecac07f74cf819dc164bb91f721e596c261cd2
Cr-Commit-Position: refs/heads/master@{#402614}
==========
to
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation,mac_chromium_rel_ng:browser_tests;tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/a6ecac07f74cf819dc164bb91f721e596c261cd2
Cr-Commit-Position: refs/heads/master@{#402614}
==========
Dan Beam
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation,mac_chromium_rel_ng:browser_tests;tryserver.chromium.linux:closure_compilation Committed: ...
4 years, 5 months ago
(2016-06-29 23:13:35 UTC)
#30
Description was changed from
==========
MD Settings: make chrome://[md-]settings/clearBrowserData URL work
R=michaelpg@chromium.org
BUG=622037
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation,mac_chromium_rel_ng:browser_tests;tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/a6ecac07f74cf819dc164bb91f721e596c261cd2
Cr-Commit-Position: refs/heads/master@{#402614}
==========
to
==========
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}
==========
Dan Beam
The CQ bit was checked by dbeam@chromium.org
4 years, 5 months ago
(2016-06-30 00:22:20 UTC)
#31
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: ...
4 years, 5 months ago
(2016-06-30 01:35:34 UTC)
#34
4 years, 5 months ago
(2016-06-30 01:35:36 UTC)
#35
Message was sent while issue was closed.
Committed patchset #11 (id:200001)
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago
(2016-06-30 01:35:51 UTC)
#36
Message was sent while issue was closed.
CQ bit was unchecked.
commit-bot: I haz the power
Description was changed from ========== MD Settings: make chrome://[md-]settings/clearBrowserData URL work R=michaelpg@chromium.org BUG=622037 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: ...
4 years, 5 months ago
(2016-06-30 01:38:08 UTC)
#37
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
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 24