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

Issue 1015043002: Add optional scopes parameter to Identity.getToken(). (Closed)

Created:
5 years, 9 months ago by Jamie
Modified:
5 years, 9 months ago
Reviewers:
kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add optional scopes parameter to Identity.getToken(). BUG=b/13306957 Committed: https://crrev.com/e13a9d574fb9c9a4d0f36351e0e91e89b4e17928 Cr-Commit-Position: refs/heads/master@{#321211}

Patch Set 1 #

Total comments: 11
Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -26 lines) Patch
M remoting/webapp/crd/js/identity.js View 6 chunks +46 lines, -20 lines 10 comments Download
M remoting/webapp/crd/js/identity_unittest.js View 4 chunks +49 lines, -5 lines 1 comment Download
M remoting/webapp/js_proto/chrome_mocks.js View 1 chunk +6 lines, -1 line 0 comments Download
M remoting/webapp/js_proto/sinon_proto.js View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Jamie
PTAL https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity_unittest.js File remoting/webapp/crd/js/identity_unittest.js (left): https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity_unittest.js#oldcode27 remoting/webapp/crd/js/identity_unittest.js:27: this.scopes = undefined; This was not being used. ...
5 years, 9 months ago (2015-03-18 01:01:10 UTC) #2
kelvinp
https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js File remoting/webapp/crd/js/identity.js (right): https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js#newcode74 remoting/webapp/crd/js/identity.js:74: 'interactive': this.interactive_, Do we need to reset interactive? In ...
5 years, 9 months ago (2015-03-18 18:51:27 UTC) #3
Jamie
https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js File remoting/webapp/crd/js/identity.js (right): https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js#newcode74 remoting/webapp/crd/js/identity.js:74: 'interactive': this.interactive_, On 2015/03/18 18:51:26, kelvinp wrote: > Do ...
5 years, 9 months ago (2015-03-18 19:08:49 UTC) #4
kelvinp
lgtm https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js File remoting/webapp/crd/js/identity.js (right): https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js#newcode74 remoting/webapp/crd/js/identity.js:74: 'interactive': this.interactive_, On 2015/03/18 19:08:49, Jamie wrote: > ...
5 years, 9 months ago (2015-03-18 19:19:34 UTC) #5
Jamie
FYI https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js File remoting/webapp/crd/js/identity.js (right): https://codereview.chromium.org/1015043002/diff/1/remoting/webapp/crd/js/identity.js#newcode242 remoting/webapp/crd/js/identity.js:242: return opt_scopes ? JSON.stringify(opt_scopes) : ''; On 2015/03/18 ...
5 years, 9 months ago (2015-03-18 20:04:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1015043002/1
5 years, 9 months ago (2015-03-18 20:04:19 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 9 months ago (2015-03-18 21:38:40 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 21:39:41 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e13a9d574fb9c9a4d0f36351e0e91e89b4e17928
Cr-Commit-Position: refs/heads/master@{#321211}

Powered by Google App Engine
This is Rietveld 408576698