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 9414013: Add a webstore API for installing bundles of extensions. (Closed)

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

Description

Add a webstore API for installing bundles of extensions. This does not include any of the UI. Re-landing due to trouble on debug bots (parameters section was missing from the callback spec). BUG=112096 TEST=*InstallBundle* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123253

Patch Set 1 #

Patch Set 2 : . #

Total comments: 35

Patch Set 3 : comments #

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : . #

Total comments: 14

Patch Set 6 : feedback #

Patch Set 7 : fix debug build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+906 lines, -110 lines) Patch
A chrome/browser/extensions/bundle_installer.h View 1 2 3 4 5 1 chunk +181 lines, -0 lines 0 comments Download
A chrome/browser/extensions/bundle_installer.cc View 1 2 3 4 5 1 chunk +279 lines, -0 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.h View 1 2 3 4 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.cc View 1 2 3 4 5 2 chunks +64 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webstore_private_apitest.cc View 1 2 3 4 7 chunks +122 lines, -40 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/webstorePrivate.json View 1 2 3 4 5 6 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/tabs.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/extensions/api_test/webstore_private/bundle/app1.json View 1 1 chunk +9 lines, -0 lines 0 comments Download
A + chrome/test/data/extensions/api_test/webstore_private/bundle/app2.json View 1 chunk +1 line, -1 line 0 comments Download
D chrome/test/data/extensions/api_test/webstore_private/bundle/begfmnajjkbjdgmffnjaojchoncnmngg/manifest.json View 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/test/data/extensions/api_test/webstore_private/bundle/bmfoocgfinpmkmlbjhcbofejhkhlbchk/manifest.json View 1 chunk +0 lines, -6 lines 0 comments Download
A + chrome/test/data/extensions/api_test/webstore_private/bundle/extension1.json View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/data/extensions/api_test/webstore_private/bundle/extension2.json View 1 chunk +1 line, -1 line 0 comments Download
D chrome/test/data/extensions/api_test/webstore_private/bundle/mpneghmdnmaolkljkipbhaienajcflfe/content_script.js View 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/webstore_private/bundle/mpneghmdnmaolkljkipbhaienajcflfe/manifest.json View 1 chunk +0 lines, -11 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_private/bundle/pkapffpjmiilhlhbibjhamlmdhfneidj.pem View 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/webstore_private/common.js View 2 chunks +1 line, -5 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_private/install_bundle.html View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_private/install_bundle_cancel.html View 1 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_private/install_bundle_invalid.html View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/webstore_private/silently_install.html View 1 1 chunk +8 lines, -29 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jstritar
8 years, 10 months ago (2012-02-16 18:00:28 UTC) #1
Aaron Boodman
http://codereview.chromium.org/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.cc File chrome/browser/extensions/api/webstore/bundle_installer.cc (right): http://codereview.chromium.org/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.cc#newcode32 chrome/browser/extensions/api/webstore/bundle_installer.cc:32: AutoApproveForTest auto_approve_for_test = DO_NOT_SKIP; g_auto_approve... http://codereview.chromium.org/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.cc#newcode49 chrome/browser/extensions/api/webstore/bundle_installer.cc:49: return Extension::Create( ...
8 years, 10 months ago (2012-02-17 01:59:33 UTC) #2
jstritar
https://chromiumcodereview.appspot.com/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.cc File chrome/browser/extensions/api/webstore/bundle_installer.cc (right): https://chromiumcodereview.appspot.com/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.cc#newcode32 chrome/browser/extensions/api/webstore/bundle_installer.cc:32: AutoApproveForTest auto_approve_for_test = DO_NOT_SKIP; On 2012/02/17 01:59:33, Aaron Boodman ...
8 years, 10 months ago (2012-02-17 22:29:09 UTC) #3
Aaron Boodman
redirecting to yoz.. http://codereview.chromium.org/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.cc File chrome/browser/extensions/api/webstore/bundle_installer.cc (right): http://codereview.chromium.org/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.cc#newcode67 chrome/browser/extensions/api/webstore/bundle_installer.cc:67: STLDeleteContainerPairSecondPointers( On 2012/02/17 22:29:09, jstritar wrote: ...
8 years, 10 months ago (2012-02-18 11:11:54 UTC) #4
jstritar
http://codereview.chromium.org/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.h File chrome/browser/extensions/api/webstore/bundle_installer.h (right): http://codereview.chromium.org/9414013/diff/27/chrome/browser/extensions/api/webstore/bundle_installer.h#newcode1 chrome/browser/extensions/api/webstore/bundle_installer.h:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
8 years, 10 months ago (2012-02-21 15:35:28 UTC) #5
Yoyo Zhou
http://codereview.chromium.org/9414013/diff/13001/chrome/browser/extensions/bundle_installer.cc File chrome/browser/extensions/bundle_installer.cc (right): http://codereview.chromium.org/9414013/diff/13001/chrome/browser/extensions/bundle_installer.cc#newcode45 chrome/browser/extensions/bundle_installer.cc:45: DictionaryValue* manifest) { It's slightly confusing that this argument ...
8 years, 10 months ago (2012-02-22 00:20:26 UTC) #6
jstritar
http://codereview.chromium.org/9414013/diff/13001/chrome/browser/extensions/bundle_installer.cc File chrome/browser/extensions/bundle_installer.cc (right): http://codereview.chromium.org/9414013/diff/13001/chrome/browser/extensions/bundle_installer.cc#newcode45 chrome/browser/extensions/bundle_installer.cc:45: DictionaryValue* manifest) { On 2012/02/22 00:20:26, Yoyo Zhou wrote: ...
8 years, 10 months ago (2012-02-22 15:45:48 UTC) #7
Yoyo Zhou
LGTM
8 years, 10 months ago (2012-02-22 17:41:25 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jstritar@chromium.org/9414013/19001
8 years, 10 months ago (2012-02-22 17:42:11 UTC) #9
commit-bot: I haz the power
Change committed as 123094
8 years, 10 months ago (2012-02-22 20:12:39 UTC) #10
commit-bot: I haz the power
8 years, 10 months ago (2012-02-23 16:21:28 UTC) #11

Powered by Google App Engine
This is Rietveld 408576698