[Webkit-unassigned] [Bug 15457] Realplayer plugin does not work correctly if the OBJECT tags defined with the "DATA" attribute has a URI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 01:28:55 PDT 2009


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





------- Comment #8 from jam at chromium.org  2009-06-09 01:28 PDT -------
(In reply to comment #7)
> (From update of attachment 31082 [review])
> I do not think that this is the way to go - What if other plug-ins are confused
> if they see both a src and a data attribute. I'm not sure what the bug is here

The bug is that some pages are written with data=url attribute, instead of
src=url.

> - does this affect Firefox? 

No, because Firefox does the renaming which this patch follows from.

> Is it Windows only? 

I only saw this on Windows, although Firefox does this on all platforms (see
the link above to the Firefox source).

> Couldn't you just put this
> workaround in the chrome specific frame loader client?

That's what we have now to fix the problem in Chrome, but I thought moving it
to WebKit code would benefit all ports.  These pages don't render correctly on
WebKit browsers unless they add this code.


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



More information about the webkit-unassigned mailing list