NEW 118617
Make amazon.com stop upconverting strings
https://bugs.webkit.org/show_bug.cgi?id=118617
Summary Make amazon.com stop upconverting strings
Ryosuke Niwa
Reported 2013-07-12 14:46:04 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.