Bug 118617
| Summary: | Make amazon.com stop upconverting strings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | benjamin, darin, eric, msaboff |
| Priority: | P2 | Keywords: | BlinkMergeCandidate |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 118641 | ||
Ryosuke Niwa
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |