[Webkit-unassigned] [Bug 47746] New: Respect charset in handleDataURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 15 15:50:43 PDT 2010


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

           Summary: Respect charset in handleDataURL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


We must use TextEncoding(charset) to encode data URL again. Otherwise TextEncoding::encode() returns an empty string because encoding name is not specified.

Also use "US-ASCII" as fallback charset as extractCharsetFromMediaType can be empty.

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