[Webkit-unassigned] [Bug 19578] [CURL] problem in parseDataUrl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 24 14:37:30 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org
OtherBugsDependingO|                            |20924
              nThis|                            |
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #19 from alp at nuanti.com  2008-09-24 14:37 PDT -------
Please back this change out ASAP. Causes all data URL parsing tests and
Acid2/Acid3 fail.

If for some reason you can't get DumpRenderTree working, there are manual tests
at http://www-archive.mozilla.org/quality/networking/testing/datatests

Regarding the Base64 decoding question, there's a comment right in the code
explaining why we chose g_base64_decode() over base64Decode():

        // Use the GLib Base64 if available, since WebCore's decoder isn't
        // general-purpose and fails on Acid3 test 97 (whitespace).

It would be best if changes to the network stack are reviewed by someone who
can test them in future. Thanks


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