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

Issue 1179433002: signin: Abort previous 'channelConnected' handling on retry (Closed)

Created:
5 years, 6 months ago by xiyuan
Modified:
5 years, 6 months ago
CC:
chromium-reviews, arv+watch_chromium.org, Xi Han
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

signin: Abort previous 'channelConnected' handling on retry - Bind previous channel's 'channelConnected' to a no-op when retry a new connection; - Fix wrong member var declaration in gaia_auth classes; - Re-enabled the flaky AddContentScriptsWithNewWindowAPI test; BUG=497977 Committed: https://crrev.com/7121c3290e50fef87ef886f2c1defad2a9bedd0b Cr-Commit-Position: refs/heads/master@{#333872}

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix wrong member var decl #

Total comments: 9

Patch Set 3 : call parent ctor #

Patch Set 4 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -11 lines) Patch
M chrome/browser/resources/gaia_auth/background.js View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/gaia_auth/channel.js View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/gaia_auth/main.js View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/gaia_auth_host/post_message_channel.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/webui_webview_browsertest.cc View 1 chunk +1 line, -7 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
xiyuan
5 years, 6 months ago (2015-06-10 03:14:39 UTC) #2
xiyuan
Please hold off review. https://codereview.chromium.org/1179433002/diff/1/chrome/browser/resources/gaia_auth/main.js File chrome/browser/resources/gaia_auth/main.js (right): https://codereview.chromium.org/1179433002/diff/1/chrome/browser/resources/gaia_auth/main.js#newcode228 chrome/browser/resources/gaia_auth/main.js:228: supportChannel.registerMessage('channelConnected', function() {}); This does ...
5 years, 6 months ago (2015-06-10 05:40:18 UTC) #3
xiyuan
Okay. Now it's ready for review. PS1 reveals a bug that was there a long ...
5 years, 6 months ago (2015-06-10 18:01:04 UTC) #4
dzhioev (left Google)
https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js File chrome/browser/resources/gaia_auth/background.js (left): https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js#oldcode37 chrome/browser/resources/gaia_auth/background.js:37: bridges_: {}, Can you replace this with 'bridges_: null' ...
5 years, 6 months ago (2015-06-10 20:04:19 UTC) #5
xiyuan
https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js File chrome/browser/resources/gaia_auth/background.js (left): https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js#oldcode37 chrome/browser/resources/gaia_auth/background.js:37: bridges_: {}, On 2015/06/10 20:04:18, dzhioev wrote: > Can ...
5 years, 6 months ago (2015-06-10 20:21:12 UTC) #6
dzhioev (left Google)
https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js File chrome/browser/resources/gaia_auth/background.js (left): https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js#oldcode37 chrome/browser/resources/gaia_auth/background.js:37: bridges_: {}, On 2015/06/10 20:21:12, xiyuan wrote: > On ...
5 years, 6 months ago (2015-06-10 21:20:46 UTC) #7
xiyuan
https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js File chrome/browser/resources/gaia_auth/background.js (left): https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js#oldcode37 chrome/browser/resources/gaia_auth/background.js:37: bridges_: {}, On 2015/06/10 21:20:46, dzhioev wrote: > On ...
5 years, 6 months ago (2015-06-10 21:32:45 UTC) #8
dzhioev (left Google)
On 2015/06/10 21:32:45, xiyuan wrote: > https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js > File chrome/browser/resources/gaia_auth/background.js (left): > > https://codereview.chromium.org/1179433002/diff/20001/chrome/browser/resources/gaia_auth/background.js#oldcode37 > ...
5 years, 6 months ago (2015-06-10 22:14:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1179433002/60001
5 years, 6 months ago (2015-06-11 00:57:04 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 6 months ago (2015-06-11 01:44:03 UTC) #12
commit-bot: I haz the power
5 years, 6 months ago (2015-06-11 01:44:55 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7121c3290e50fef87ef886f2c1defad2a9bedd0b
Cr-Commit-Position: refs/heads/master@{#333872}

Powered by Google App Engine
This is Rietveld 408576698