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

Issue 60021: An empty MIME type doesn't match any plugin, no matter what they may claim.... (Closed)

Created:
11 years, 8 months ago by Pam (message me for reviews)
Modified:
9 years, 5 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

An empty MIME type doesn't match any plugin, no matter what they may claim. BUG=9549 TEST=install Silverlight, 'run_webkit_tests.sh --force LayoutTests/webarchive/loading', see no crashes (timeouts are OK) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13051

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M webkit/glue/webframeloaderclient_impl.cc View 2 chunks +2 lines, -2 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Pam (message me for reviews)
11 years, 8 months ago (2009-04-01 20:50:49 UTC) #1
jam
http://codereview.chromium.org/60021/diff/1/2 File webkit/glue/webframeloaderclient_impl.cc (right): http://codereview.chromium.org/60021/diff/1/2#newcode1543 Line 1543: if (!mime_type.isEmpty() && plugin_data && plugin_data->supportsMimeType(mime_type)) I believe ...
11 years, 8 months ago (2009-04-02 20:31:33 UTC) #2
jam
lgtm
11 years, 8 months ago (2009-04-02 20:31:37 UTC) #3
Pam (message me for reviews)
11 years, 8 months ago (2009-04-02 20:34:07 UTC) #4
http://codereview.chromium.org/60021/diff/1/2
File webkit/glue/webframeloaderclient_impl.cc (right):

http://codereview.chromium.org/60021/diff/1/2#newcode1543
Line 1543: if (!mime_type.isEmpty() && plugin_data &&
plugin_data->supportsMimeType(mime_type))
On 2009/04/02 20:31:34, John Abd-El-Malek wrote:
> I believe this one isn't needed because of line 1527

Right. Removed.

Powered by Google App Engine
This is Rietveld 408576698