[Webkit-unassigned] [Bug 35328] [Qt] Various Fixes to MediaPlayerPrivateQt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 02:40:31 PST 2010


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





--- Comment #8 from Tor Arne Vestbø <vestbo at webkit.org>  2010-02-25 02:40:31 PST ---
(From update of attachment 49466)
> +        if (mime.startsWith("audio/") || mime.startsWith("video/") || mime == "application/octet-stream")

The initial problem this tried to fix was that the media backend was suddenly
claiming to being able to handle for example text files, so if you opened
file:///tmp/foo.txt it would create a mock html document with a media element
with the src set to the txt file. Not sure of the interaction here, but would
this change potentially introduce the same bug for application/octet-stream, so
instead of getting download notifications for all you exe files you would
suddenly start opening them as media elements?

-- 
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