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

Issue 174380: Try one more time to lock down content sniffing for (Closed)

Created:
11 years, 4 months ago by Aaron Boodman
Modified:
9 years, 6 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Try one more time to lock down content sniffing for Chrome extensions. Last time I tried to check this in, I had to roll it back because it made installing extensions from file:// URLs not work. Turned out that we just have to add a single line mapping the ".crx" extension to our mimetype. BUG=13296 TEST=Install an extension from the interweb, it should install. Install an extension from disk, it should install. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24216

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -18 lines) Patch
M chrome/browser/download/download_manager.cc View 4 chunks +3 lines, -17 lines 0 comments Download
M net/base/mime_util.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Aaron Boodman
11 years, 4 months ago (2009-08-25 00:57:25 UTC) #1
Matt Perry
11 years, 4 months ago (2009-08-25 00:58:30 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698