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

Issue 55046: Installing extensions (drag/drop, download crx file) will now be... (Closed)

Created:
11 years, 9 months ago by George Djabarov
Modified:
9 years, 7 months ago
Reviewers:
paulg, Paul Godavari
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Installing extensions (drag/drop, download crx file) will now be handled by the Chrome instance w/o shell execute. This will install the extension in the proper profile using the running bits. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13000

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -9 lines) Patch
M chrome/browser/dom_ui/downloads_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_file.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/download/download_file.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/download/download_manager.h View 1 3 chunks +17 lines, -3 lines 0 comments Download
M chrome/browser/download/download_manager.cc View 1 5 chunks +44 lines, -1 line 0 comments Download
M chrome/browser/download/download_util.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
George Djabarov
11 years, 9 months ago (2009-03-27 22:48:17 UTC) #1
Paul Godavari
http://codereview.chromium.org/55046/diff/1/6 File chrome/browser/download/download_file.cc (right): http://codereview.chromium.org/55046/diff/1/6#newcode554 Line 554: DownloadManager* manager) { You can lookup this parameter. ...
11 years, 8 months ago (2009-03-31 01:38:54 UTC) #2
George Djabarov
http://codereview.chromium.org/55046/diff/1/6 File chrome/browser/download/download_file.cc (right): http://codereview.chromium.org/55046/diff/1/6#newcode554 Line 554: DownloadManager* manager) { Unfortunately no. When the download ...
11 years, 8 months ago (2009-03-31 20:01:38 UTC) #3
Paul Godavari
11 years, 8 months ago (2009-04-01 17:18:56 UTC) #4
LGTM, but:

One problem you may run into is if someone wants to download an extension so
that they can unpack it and look at the contents. There'll be no way to do that
with Chrome because it will automatically try to install any file with a crx
extension.

Powered by Google App Engine
This is Rietveld 408576698