[Webkit-unassigned] [Bug 37390] [GTK] Shouldn't take over QuickTime plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 09:15:26 PDT 2010


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





--- Comment #6 from Philippe Normand <pnormand at igalia.com>  2010-05-13 09:15:26 PST ---
(In reply to comment #5)

> Right, it's my mistake for thinking that WebKitGTK was taking over from the <embed> property. Are you sure that's what it's doing?
> 

Well yeah that's what I conclude. I could see in gdb that the video element is created from Javascript. I also tested with Chromium, no <video> element is created, likely because of the checks in that js script.

I could be wrong but I didn't see any place in WebKit code where we replace an <object> with a <video> element.

> I still don't understand why a User-agent matching *QuickTime* (as opposed to one matching the Safari version) would make a difference to the website, if you were using a <video> tag.

That confused me too. I think we never correctly sent the "Quicktime" UA. I don't see how it could work in the current call order, there was no change in the frameloader changing the behavior.

You currently only see a gray rectangle because our player get a 302 error from apple webserver, because we don't send the correct user-agent (I checked with wireshark).

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