[Webkit-unassigned] [Bug 44850] REGRESSION (r66156): swf files are downloaded when flash is disabled, probably for youtube embedded player only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 6 23:08:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44850





--- Comment #4 from Andy Estes <aestes at apple.com>  2010-09-06 23:08:23 PST ---
(In reply to comment #3)
> Created an attachment (id=66654)
 --> (https://bugs.webkit.org/attachment.cgi?id=66654) [details]
> Return ObjectContentNone for an empty <object> MIME type
> 
> If we return ObjectContentNone when the MIME type is empty, we don't start a URL request, so we don't end up downloading the file if we can't handle the MIME type.

It looks like this patch only fixes the issue for the chromium port. I verified this happens in Safari on the Mac, so it would be nice to fix this for all platforms.

Also, it seems like this patch would break the ability to use the object element to load resources in a subframe. Since it might not be possible to determine a resource's MIME type a priori (e.g. type @attr or filename extension), our current behavior is to load the resource in a subframe and determine the type from the HTTP Content-Type header. Doesn't this change that behavior?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list