[Webkit-unassigned] [Bug 118617] New: Make amazon.com stop upconverting strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 14:44:01 PDT 2013


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

           Summary: Make amazon.com stop upconverting strings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, darin at apple.com, benjamin at webkit.org,
                    msaboff at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/319f074b26272d40f6867edfb176420439394b69

Amazon had two sources of upconversion.  One from XHR.send(), the other
from <area coords="1,2,3">

Both were easy to fix by teaching them about 8-bit strings.

I moved Length.cpp's custom "count" function into StringImpl and
made it 8-bit aware.

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