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

Issue 384003002: [cleanup] SAML is always enabled. (Closed)

Created:
6 years, 5 months ago by dzhioev (left Google)
Modified:
6 years, 5 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

[cleanup] SAML is always enabled. Removed "disable-saml-signin" flag and non-SAML auth extension manifest. Now SAML is always enabled for both desktop and Chrome OS. Plus: * Prevented potential races during extension initialization. * Made "manifest_keyboard.json" up to date with "manifest.json". BUG=394342 TEST=none TBR=jochen (c/b/browser_resources.grd) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284120

Patch Set 1 #

Total comments: 15

Patch Set 2 : Comments addressed+ #

Patch Set 3 : Misprint. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -158 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/signin/gaia_auth_extension_loader.cc View 1 2 chunks +2 lines, -13 lines 0 comments Download
M chrome/browser/resources/gaia_auth/main.js View 1 2 5 chunks +58 lines, -47 lines 2 comments Download
M chrome/browser/resources/gaia_auth/manifest.json View 2 chunks +15 lines, -6 lines 0 comments Download
M chrome/browser/resources/gaia_auth/manifest_keyboard.json View 1 2 chunks +13 lines, -8 lines 0 comments Download
D chrome/browser/resources/gaia_auth/manifest_saml.json View 1 chunk +0 lines, -37 lines 0 comments Download
M chrome/browser/resources/gaia_auth/saml_injected.js View 2 chunks +12 lines, -29 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M chromeos/chromeos_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
dzhioev (left Google)
Hi, please review. I've checked that GAIA works right for both regular and SAML accounts ...
6 years, 5 months ago (2014-07-11 13:45:59 UTC) #1
dzhioev (left Google)
https://codereview.chromium.org/384003002/diff/1/chrome/browser/resources/gaia_auth/main.js File chrome/browser/resources/gaia_auth/main.js (right): https://codereview.chromium.org/384003002/diff/1/chrome/browser/resources/gaia_auth/main.js#newcode165 chrome/browser/resources/gaia_auth/main.js:165: }.bind(this), 200); Hui, why this check is needed? On ...
6 years, 5 months ago (2014-07-11 13:54:25 UTC) #2
guohui
lgtm a side question, a while ago we talked about disabling password scraping when adding ...
6 years, 5 months ago (2014-07-11 19:29:36 UTC) #3
bartfab (slow)
On 2014/07/11 19:29:36, guohui wrote: > lgtm > > a side question, a while ago ...
6 years, 5 months ago (2014-07-14 10:12:31 UTC) #4
bartfab (slow)
lgtm https://codereview.chromium.org/384003002/diff/1/chrome/browser/extensions/signin/gaia_auth_extension_loader.cc File chrome/browser/extensions/signin/gaia_auth_extension_loader.cc (right): https://codereview.chromium.org/384003002/diff/1/chrome/browser/extensions/signin/gaia_auth_extension_loader.cc#newcode24 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc:24: #include "chrome/browser/chromeos/profiles/profile_helper.h" Nit: No longer used. https://codereview.chromium.org/384003002/diff/1/chrome/browser/extensions/signin/gaia_auth_extension_loader.cc#newcode27 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc:27: ...
6 years, 5 months ago (2014-07-14 10:12:40 UTC) #5
dzhioev (left Google)
+xiyuan@ Please take another look. I've slightly changed initialization process to prevent races between iframe ...
6 years, 5 months ago (2014-07-15 18:34:08 UTC) #6
xiyuan
LGTM
6 years, 5 months ago (2014-07-15 18:55:23 UTC) #7
Nikita (slow)
>> BUG=none Should this point to http://crbug.com/374810 instead? If not this CL should reference a ...
6 years, 5 months ago (2014-07-16 10:14:01 UTC) #8
bartfab (slow)
Still LGTM. https://codereview.chromium.org/384003002/diff/40001/chrome/browser/resources/gaia_auth/main.js File chrome/browser/resources/gaia_auth/main.js (right): https://codereview.chromium.org/384003002/diff/40001/chrome/browser/resources/gaia_auth/main.js#newcode179 chrome/browser/resources/gaia_auth/main.js:179: this.initSupportChannel_(); What happens if the initialization of ...
6 years, 5 months ago (2014-07-16 11:32:14 UTC) #9
dzhioev (left Google)
https://codereview.chromium.org/384003002/diff/40001/chrome/browser/resources/gaia_auth/main.js File chrome/browser/resources/gaia_auth/main.js (right): https://codereview.chromium.org/384003002/diff/40001/chrome/browser/resources/gaia_auth/main.js#newcode179 chrome/browser/resources/gaia_auth/main.js:179: this.initSupportChannel_(); On 2014/07/16 11:32:13, bartfab wrote: > What happens ...
6 years, 5 months ago (2014-07-16 13:25:18 UTC) #10
dzhioev (left Google)
On 2014/07/16 10:14:01, Nikita Kostylev wrote: > >> BUG=none > > Should this point to ...
6 years, 5 months ago (2014-07-16 13:28:11 UTC) #11
Nikita (slow)
On 2014/07/16 13:28:11, dzhioev wrote: > On 2014/07/16 10:14:01, Nikita Kostylev wrote: > > >> ...
6 years, 5 months ago (2014-07-16 14:05:52 UTC) #12
dzhioev (left Google)
On 2014/07/16 14:05:52, Nikita Kostylev wrote: > On 2014/07/16 13:28:11, dzhioev wrote: > > On ...
6 years, 5 months ago (2014-07-16 15:01:25 UTC) #13
Nikita (slow)
lgtm
6 years, 5 months ago (2014-07-17 06:20:23 UTC) #14
dzhioev (left Google)
The CQ bit was checked by dzhioev@chromium.org
6 years, 5 months ago (2014-07-18 13:36:21 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/384003002/40001
6 years, 5 months ago (2014-07-18 13:37:10 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-18 16:07:13 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-18 16:10:25 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/80905)
6 years, 5 months ago (2014-07-18 16:10:26 UTC) #19
dzhioev (left Google)
The CQ bit was checked by dzhioev@chromium.org
6 years, 5 months ago (2014-07-18 16:21:15 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/384003002/40001
6 years, 5 months ago (2014-07-18 16:22:15 UTC) #21
commit-bot: I haz the power
6 years, 5 months ago (2014-07-18 16:28:35 UTC) #22
Message was sent while issue was closed.
Change committed as 284120

Powered by Google App Engine
This is Rietveld 408576698