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

Issue 2287593002: Reland: Settings People: Add /signOut route for Disconnect dialog. (Closed)

Created:
4 years, 3 months ago by tommycli
Modified:
4 years, 3 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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland: Settings People: Add /signOut route for Disconnect dialog. BUG=640199 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/bd5e51eb0cfaa6620b522ef52f549d7c1f158775 Cr-Commit-Position: refs/heads/master@{#415328}

Patch Set 1 : Reverted patch #

Patch Set 2 : fix #

Total comments: 12

Patch Set 3 : fix non-deterministic behavior #

Patch Set 4 : attach promise event listener first #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -14 lines) Patch
M chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.js View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.js View 1 2 3 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/route.js View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/test/data/webui/settings/people_page_test.js View 1 2 3 2 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (16 generated)
tommycli
michaelpg: PTAL, original patch reverted https://codereview.chromium.org/2271843002/ Looks like similar to the timeout you saw earlier. ...
4 years, 3 months ago (2016-08-26 18:09:01 UTC) #5
michaelpg
yeah, I'm not clear on how the test is supposed to work, the timeline/promises don't ...
4 years, 3 months ago (2016-08-26 20:56:09 UTC) #8
tommycli
https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js File chrome/test/data/webui/settings/people_page_test.js (right): https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js#newcode172 chrome/test/data/webui/settings/people_page_test.js:172: resolve(browserProxy.whenCalled('signOut')); On 2016/08/26 20:56:09, michaelpg wrote: > so you're ...
4 years, 3 months ago (2016-08-26 20:57:52 UTC) #9
michaelpg
https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js File chrome/test/data/webui/settings/people_page_test.js (right): https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js#newcode172 chrome/test/data/webui/settings/people_page_test.js:172: resolve(browserProxy.whenCalled('signOut')); On 2016/08/26 20:57:51, tommycli wrote: > On 2016/08/26 ...
4 years, 3 months ago (2016-08-26 21:34:10 UTC) #10
Dan Beam
tommycli@/michaelpg@: would this help simplify the code while keeping to the original intent of the ...
4 years, 3 months ago (2016-08-29 18:08:55 UTC) #11
tommycli
https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js File chrome/test/data/webui/settings/people_page_test.js (right): https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js#newcode179 chrome/test/data/webui/settings/people_page_test.js:179: }).then(function(deleteProfile) { On 2016/08/29 18:08:55, Dan Beam wrote: > ...
4 years, 3 months ago (2016-08-29 18:13:36 UTC) #12
tommycli
On 2016/08/29 18:13:36, tommycli wrote: > https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js > File chrome/test/data/webui/settings/people_page_test.js (right): > > https://codereview.chromium.org/2287593002/diff/20001/chrome/test/data/webui/settings/people_page_test.js#newcode179 > ...
4 years, 3 months ago (2016-08-29 19:59:43 UTC) #13
tommycli
michaelpg: Thanks! I think I resolved the flakiness on the bot. There was non-deterministic behavior ...
4 years, 3 months ago (2016-08-29 22:43:23 UTC) #19
michaelpg
lgtm On 2016/08/29 22:43:23, tommycli wrote: > michaelpg: Thanks! > > I think I resolved ...
4 years, 3 months ago (2016-08-30 02:01:40 UTC) #21
tommycli
On 2016/08/30 02:01:40, michaelpg wrote: > lgtm > > On 2016/08/29 22:43:23, tommycli wrote: > ...
4 years, 3 months ago (2016-08-30 16:56:09 UTC) #24
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/2287593002/80001
4 years, 3 months ago (2016-08-30 16:56:41 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 3 months ago (2016-08-30 17:00:44 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 17:03:51 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/bd5e51eb0cfaa6620b522ef52f549d7c1f158775
Cr-Commit-Position: refs/heads/master@{#415328}

Powered by Google App Engine
This is Rietveld 408576698