Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Issue 25347002: Inline sign in flow with gaia auth extension (Closed)

Created:
7 years, 2 months ago by guohui
Modified:
7 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, Dan Beam
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 13

Patch Set 2 : comments addressed #

Patch Set 3 : style check fixed #

Patch Set 4 : fixed bot error #

Total comments: 29

Patch Set 5 : dan's comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -40 lines) Patch
M chrome/browser/browser_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/scoped_gaia_auth_extension.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/gaia_auth/inline_injected.js View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A + chrome/browser/resources/gaia_auth/inline_main.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth/main.css View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/gaia_auth/main.js View 1 2 3 4 3 chunks +36 lines, -9 lines 0 comments Download
A + chrome/browser/resources/gaia_auth/manifest_inline.json View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/gaia_auth_host/gaia_auth_host.js View 1 2 3 9 chunks +55 lines, -9 lines 0 comments Download
M chrome/browser/resources/inline_login/inline_login.js View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/inline_login_ui.cc View 1 2 3 4 5 chunks +47 lines, -15 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
guohui
Hey Xiyuan & Roger, could you please take a look the CL? It modifies the ...
7 years, 2 months ago (2013-09-30 22:28:29 UTC) #1
xiyuan
LGTM Glad to see webview works inside an extension. We probably should all switch to ...
7 years, 2 months ago (2013-09-30 23:12:33 UTC) #2
Roger Tawa OOO till Jul 10th
Looks good. Some drive-by comments. https://codereview.chromium.org/25347002/diff/20001/chrome/browser/resources/gaia_auth/inline_injected.js File chrome/browser/resources/gaia_auth/inline_injected.js (right): https://codereview.chromium.org/25347002/diff/20001/chrome/browser/resources/gaia_auth/inline_injected.js#newcode7 chrome/browser/resources/gaia_auth/inline_injected.js:7: * Prototype Only. Please ...
7 years, 2 months ago (2013-10-01 00:28:49 UTC) #3
guohui
+sky, owner review for chrome\browser\browser_resources.grd chrome\browser\extensions\scoped_gaia_auth_extension.cc https://codereview.chromium.org/25347002/diff/20001/chrome/browser/extensions/scoped_gaia_auth_extension.cc File chrome/browser/extensions/scoped_gaia_auth_extension.cc (right): https://codereview.chromium.org/25347002/diff/20001/chrome/browser/extensions/scoped_gaia_auth_extension.cc#newcode51 chrome/browser/extensions/scoped_gaia_auth_extension.cc:51: #endif // OS_CHROMEOS ...
7 years, 2 months ago (2013-10-01 12:11:46 UTC) #4
sky
LGTM
7 years, 2 months ago (2013-10-01 17:39:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/25347002/31001
7 years, 2 months ago (2013-10-01 17:50:54 UTC) #6
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=28247
7 years, 2 months ago (2013-10-01 18:06:43 UTC) #7
guohui
@dbeam, presubmit failed due to style violations in inline_injected.js. That JS file will be injected ...
7 years, 2 months ago (2013-10-01 18:26:29 UTC) #8
guohui
nvm, fixed the style check in the latest patch.
7 years, 2 months ago (2013-10-02 15:20:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/25347002/49001
7 years, 2 months ago (2013-10-02 15:21:34 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=161248
7 years, 2 months ago (2013-10-02 16:26:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/25347002/78001
7 years, 2 months ago (2013-10-02 18:12:06 UTC) #12
Dan Beam
some observations https://codereview.chromium.org/25347002/diff/78001/chrome/browser/resources/gaia_auth/inline_injected.js File chrome/browser/resources/gaia_auth/inline_injected.js (right): https://codereview.chromium.org/25347002/diff/78001/chrome/browser/resources/gaia_auth/inline_injected.js#newcode16 chrome/browser/resources/gaia_auth/inline_injected.js:16: var $ = function(id) { return document.getElementById(id); ...
7 years, 2 months ago (2013-10-02 18:33:41 UTC) #13
guohui
https://codereview.chromium.org/25347002/diff/78001/chrome/browser/resources/gaia_auth/inline_injected.js File chrome/browser/resources/gaia_auth/inline_injected.js (right): https://codereview.chromium.org/25347002/diff/78001/chrome/browser/resources/gaia_auth/inline_injected.js#newcode16 chrome/browser/resources/gaia_auth/inline_injected.js:16: var $ = function(id) { return document.getElementById(id); }; On ...
7 years, 2 months ago (2013-10-02 18:56:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/25347002/109001
7 years, 2 months ago (2013-10-02 18:58:40 UTC) #15
Dan Beam
https://codereview.chromium.org/25347002/diff/78001/chrome/browser/resources/gaia_auth/inline_injected.js File chrome/browser/resources/gaia_auth/inline_injected.js (right): https://codereview.chromium.org/25347002/diff/78001/chrome/browser/resources/gaia_auth/inline_injected.js#newcode16 chrome/browser/resources/gaia_auth/inline_injected.js:16: var $ = function(id) { return document.getElementById(id); }; On ...
7 years, 2 months ago (2013-10-02 19:09:05 UTC) #16
Dan Beam
lgtm for cq
7 years, 2 months ago (2013-10-02 19:09:55 UTC) #17
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-02 20:41:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/25347002/109001
7 years, 2 months ago (2013-10-02 20:53:23 UTC) #19
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 21:34:18 UTC) #20
Message was sent while issue was closed.
Change committed as 226569

Powered by Google App Engine
This is Rietveld 408576698