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

Issue 8375034: Update WebstoreInstaller to be ref counted. (Closed)

Created:
9 years, 2 months ago by jstritar
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org
Visibility:
Public.

Description

Update WebstoreInstaller to be ref counted. This simplifies the WebstoreInstaller by making it live until the installation has succeeded or failed. This also fixes a problem with installing extensions from incognito windows by having the WebstoreInstaller explicitly pass in the NavigationController used to download the extension. BUG=100788, 98687 TEST=*WebstorePrivate* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107104

Patch Set 1 #

Total comments: 6

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -148 lines) Patch
M chrome/browser/extensions/extension_service.h View 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.cc View 1 7 chunks +16 lines, -8 lines 0 comments Download
M chrome/browser/extensions/webstore_inline_installer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/webstore_inline_installer.cc View 5 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/extensions/webstore_install_helper.h View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/webstore_install_helper.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/webstore_installer.h View 3 chunks +26 lines, -24 lines 0 comments Download
M chrome/browser/extensions/webstore_installer.cc View 1 5 chunks +45 lines, -104 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jstritar
This also includes the change to WebstoreInstallHelper to pass the extension id to the delegate... ...
9 years, 2 months ago (2011-10-24 21:57:25 UTC) #1
Mihai Parparita -not on Chrome
LGTM, just some nits. http://codereview.chromium.org/8375034/diff/1/chrome/browser/extensions/extension_webstore_private_api.cc File chrome/browser/extensions/extension_webstore_private_api.cc (right): http://codereview.chromium.org/8375034/diff/1/chrome/browser/extensions/extension_webstore_private_api.cc#newcode348 chrome/browser/extensions/extension_webstore_private_api.cc:348: Extra newline. http://codereview.chromium.org/8375034/diff/1/chrome/browser/extensions/webstore_installer.cc File chrome/browser/extensions/webstore_installer.cc ...
9 years, 2 months ago (2011-10-24 22:36:18 UTC) #2
jstritar
http://codereview.chromium.org/8375034/diff/1/chrome/browser/extensions/extension_webstore_private_api.cc File chrome/browser/extensions/extension_webstore_private_api.cc (right): http://codereview.chromium.org/8375034/diff/1/chrome/browser/extensions/extension_webstore_private_api.cc#newcode348 chrome/browser/extensions/extension_webstore_private_api.cc:348: On 2011/10/24 22:36:18, Mihai Parparita wrote: > Extra newline. ...
9 years, 2 months ago (2011-10-25 02:45:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jstritar@chromium.org/8375034/3001
9 years, 2 months ago (2011-10-25 02:45:51 UTC) #4
commit-bot: I haz the power
Try job failure for 8375034-3001 (retry) on mac_rel for step "base_unittests". It's a second try, ...
9 years, 2 months ago (2011-10-25 04:36:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jstritar@chromium.org/8375034/3001
9 years, 2 months ago (2011-10-25 11:46:35 UTC) #6
commit-bot: I haz the power
9 years, 2 months ago (2011-10-25 13:00:18 UTC) #7
Change committed as 107104

Powered by Google App Engine
This is Rietveld 408576698