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

Issue 10049006: Add OAuth2 scopes to the ExtensionPermissionSet and granted permissions. (Closed)

Created:
8 years, 8 months ago by jstritar
Modified:
8 years, 8 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org
Visibility:
Public.

Description

Add OAuth2 scopes to the ExtensionPermissionSet and granted permissions. BUG=none TEST=unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133858

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -83 lines) Patch
M chrome/browser/extensions/extension_prefs.cc View 1 3 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs_unittest.cc View 1 10 chunks +42 lines, -3 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_permission_set.h View 1 2 3 5 chunks +23 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_permission_set.cc View 1 8 chunks +76 lines, -8 lines 0 comments Download
M chrome/common/extensions/extension_permission_set_unittest.cc View 1 12 chunks +65 lines, -68 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/scopes1_new.json View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/scopes1_old.json View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/scopes2_new.json View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/scopes2_old.json View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/scopes3_new.json View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/scopes3_old.json View 1 2 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jstritar
This isn't ready for review yet, but it works. You can patch this in if ...
8 years, 8 months ago (2012-04-12 14:34:10 UTC) #1
jstritar
@yoz, can you take a look?
8 years, 8 months ago (2012-04-24 20:43:40 UTC) #2
Yoyo Zhou
Mostly LGTM, just a few unimportant comments. http://codereview.chromium.org/10049006/diff/10001/chrome/browser/extensions/extension_prefs.cc File chrome/browser/extensions/extension_prefs.cc (right): http://codereview.chromium.org/10049006/diff/10001/chrome/browser/extensions/extension_prefs.cc#newcode127 chrome/browser/extensions/extension_prefs.cc:127: const char ...
8 years, 8 months ago (2012-04-24 23:16:36 UTC) #3
jstritar
Thanks for the review! http://codereview.chromium.org/10049006/diff/10001/chrome/browser/extensions/extension_prefs.cc File chrome/browser/extensions/extension_prefs.cc (right): http://codereview.chromium.org/10049006/diff/10001/chrome/browser/extensions/extension_prefs.cc#newcode127 chrome/browser/extensions/extension_prefs.cc:127: const char kPrefScopes[] = "scopes"; ...
8 years, 8 months ago (2012-04-24 23:33:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jstritar@chromium.org/10049006/13002
8 years, 8 months ago (2012-04-25 01:29:10 UTC) #5
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 03:20:21 UTC) #6
Change committed as 133858

Powered by Google App Engine
This is Rietveld 408576698