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

Issue 687873003: Allow the background page to get an OAuth token for apps v1. (Closed)

Created:
6 years, 1 month ago by Jamie
Modified:
6 years, 1 month ago
Reviewers:
kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Allow the background page to get an OAuth token for apps v1. BUG= Committed: https://crrev.com/6d20d9e00d4ad328e59f04fb2dfba6cec65bf40c Cr-Commit-Position: refs/heads/master@{#302172}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Move jsonParseSafe into base namespace. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -56 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/base.js View 1 1 chunk +23 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin_impl.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/event_handlers.js View 1 chunk +3 lines, -1 line 0 comments Download
M remoting/webapp/crd/js/host_controller.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/host_list.js View 1 3 chunks +6 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/host_settings.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/it2me_helpee_channel.js View 1 chunk +29 lines, -13 lines 0 comments Download
M remoting/webapp/crd/js/oauth2.js View 1 3 chunks +4 lines, -6 lines 0 comments Download
M remoting/webapp/crd/js/oauth2_api.js View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/remoting.js View 2 chunks +0 lines, -23 lines 0 comments Download
M remoting/webapp/crd/js/session_connector_impl.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/third_party_token_fetcher.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Jamie
ptal https://codereview.chromium.org/687873003/diff/1/remoting/webapp/base/js/base.js File remoting/webapp/base/js/base.js (right): https://codereview.chromium.org/687873003/diff/1/remoting/webapp/base/js/base.js#newcode441 remoting/webapp/base/js/base.js:441: function jsonParseSafe(jsonString) { This should be moved into ...
6 years, 1 month ago (2014-10-29 01:35:59 UTC) #2
kelvinp
https://codereview.chromium.org/687873003/diff/1/remoting/webapp/base/js/base.js File remoting/webapp/base/js/base.js (right): https://codereview.chromium.org/687873003/diff/1/remoting/webapp/base/js/base.js#newcode441 remoting/webapp/base/js/base.js:441: function jsonParseSafe(jsonString) { On 2014/10/29 01:35:59, Jamie wrote: > ...
6 years, 1 month ago (2014-10-29 20:28:54 UTC) #3
Jamie
ptal https://codereview.chromium.org/687873003/diff/1/remoting/webapp/base/js/base.js File remoting/webapp/base/js/base.js (right): https://codereview.chromium.org/687873003/diff/1/remoting/webapp/base/js/base.js#newcode441 remoting/webapp/base/js/base.js:441: function jsonParseSafe(jsonString) { On 2014/10/29 20:28:54, kelvinp wrote: ...
6 years, 1 month ago (2014-10-30 19:38:25 UTC) #4
kelvinp
lgtm https://codereview.chromium.org/687873003/diff/1/remoting/webapp/crd/js/oauth2.js File remoting/webapp/crd/js/oauth2.js (right): https://codereview.chromium.org/687873003/diff/1/remoting/webapp/crd/js/oauth2.js#newcode268 remoting/webapp/crd/js/oauth2.js:268: message['code'], message['state'], onDone); On 2014/10/30 19:38:25, Jamie wrote: ...
6 years, 1 month ago (2014-10-30 20:48:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/687873003/20001
6 years, 1 month ago (2014-10-30 21:38:20 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 1 month ago (2014-10-30 22:33:24 UTC) #8
commit-bot: I haz the power
6 years, 1 month ago (2014-10-30 22:34:06 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6d20d9e00d4ad328e59f04fb2dfba6cec65bf40c
Cr-Commit-Position: refs/heads/master@{#302172}

Powered by Google App Engine
This is Rietveld 408576698