[Webkit-unassigned] [Bug 17150] safe <img src=data:...> should not mark <canvas> unsafe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 08:59:48 PDT 2009


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


Mihai Sucan <mihai.sucan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mihai.sucan at gmail.com




--- Comment #8 from Mihai Sucan <mihai.sucan at gmail.com>  2009-09-10 08:59:47 PDT ---
I bumped into this bug working on my Web application which uses Canvas.

In Gecko 1.9.0 images with a data URL did mark the canvas as unsafe. Gecko
1.9.1 fixes this issue and now we can draw images with data URLs in Opera and
Firefox as well. I would suggest that Webkit does the same.

With regards to the redirection problem I'd say just mark the canvas as unsafe
if the data URL comes from a redirection.

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