|
|
Chromium Code Reviews|
Created:
3 years, 6 months ago by Alexander Alekseev Modified:
3 years, 6 months ago Reviewers:
achuithb CC:
chromium-reviews, alemate+watch_chromium.org, achuith+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org Target Ref:
refs/heads/master Project:
chromium Visibility:
Public. |
DescriptionChromeOS: Add support for loading GAIA API v2
This CL adds ability to load GAIA API v2 endpoint.
BUG=709244
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2946023002
Cr-Commit-Position: refs/heads/master@{#481365}
Committed: https://chromium.googlesource.com/chromium/src/+/bf908dfad4cf7840c2eedd7e4c88009430238428
Patch Set 1 #
Total comments: 6
Patch Set 2 : Update after review #
Dependent Patchsets: Messages
Total messages: 28 (20 generated)
Description was changed from ========== ChromeOS: Add support for loading GAIA API v2 This CL adds ability to load GAIA API v2 endpoint. BUG=709244 ========== to ========== ChromeOS: Add support for loading GAIA API v2 This CL adds ability to load GAIA API v2 endpoint. BUG=709244 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
alemate@chromium.org changed reviewers: + achuith@chromium.org
Please review.
The CQ bit was checked by alemate@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Please note that this CL still defaults to old (v1) API.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by alemate@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... chrome/browser/resources/gaia_auth_host/authenticator.js:267: if (this.chromeOSApiVersion_ && this.chromeOSApiVersion_ == 2) { Can drop {} https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... chrome/browser/resources/gaia_auth_host/authenticator.js:297: if (data.gaiaPath) { can drop {} https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... chrome/browser/resources/gaia_auth_host/authenticator.js:299: } else if (this.isNewGaiaFlow) { This is always true, right? Should we deprecate this?
https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... chrome/browser/resources/gaia_auth_host/authenticator.js:267: if (this.chromeOSApiVersion_ && this.chromeOSApiVersion_ == 2) { On 2017/06/21 18:33:12, achuithb wrote: > Can drop {} Done. https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... chrome/browser/resources/gaia_auth_host/authenticator.js:297: if (data.gaiaPath) { On 2017/06/21 18:33:12, achuithb wrote: > can drop {} Done. https://codereview.chromium.org/2946023002/diff/1/chrome/browser/resources/ga... chrome/browser/resources/gaia_auth_host/authenticator.js:299: } else if (this.isNewGaiaFlow) { On 2017/06/21 18:33:12, achuithb wrote: > This is always true, right? Should we deprecate this? isNewGaiaFlow should be either removed or renamed to isChromeOs. I quickly looked through the code, but did not understand whether this object is used on a desktop or not. So I decided to postpone this to a separate CL ;)
The CQ bit was checked by alemate@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from achuith@chromium.org Link to the patchset: https://codereview.chromium.org/2946023002/#ps20001 (title: "Update after review")
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by alemate@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by alemate@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 20001, "attempt_start_ts": 1498089725700340,
"parent_rev": "16583bd29983624a113b0597bda0096459f416e9", "commit_rev":
"bf908dfad4cf7840c2eedd7e4c88009430238428"}
Message was sent while issue was closed.
Description was changed from ========== ChromeOS: Add support for loading GAIA API v2 This CL adds ability to load GAIA API v2 endpoint. BUG=709244 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== ChromeOS: Add support for loading GAIA API v2 This CL adds ability to load GAIA API v2 endpoint. BUG=709244 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2946023002 Cr-Commit-Position: refs/heads/master@{#481365} Committed: https://chromium.googlesource.com/chromium/src/+/bf908dfad4cf7840c2eedd7e4c88... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/bf908dfad4cf7840c2eedd7e4c88... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
