[Webkit-unassigned] [Bug 104111] REGRESSION: Cannot load DATA URI resources within the context of an SVG image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 05:52:58 PST 2012


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


Florin Malita <fmalita at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fmalita at chromium.org




--- Comment #7 from Florin Malita <fmalita at chromium.org>  2012-12-05 05:55:24 PST ---
Thanks for the patch George. I think it's a good idea to support data URI resources in image-embedded SVG (see https://bugs.webkit.org/show_bug.cgi?id=99677 also), but there's more work to be done:

1) This only covers Chromium. IIRC, other platforms don't have a NetworkingContext at all for SVG-as-image, so it's not going to be quite as easy.

2) Needs to include a test exercising this functionality. You could maybe use one from 99677, or re-enable the failing W3C test.

3) Needs to include ChangeLog entries (probably why the style bot is barking) - see http://www.webkit.org/coding/contributing.html

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