RESOLVED FIXED 76648
WebCore decodeEscapeSequences unnecessarily converts 8 bit strings to 16 bit when decoding.
https://bugs.webkit.org/show_bug.cgi?id=76648
Summary WebCore decodeEscapeSequences unnecessarily converts 8 bit strings to 16 bit ...
Michael Saboff
Reported 2012-01-19 11:30:23 PST
This was found while tuning dromaeo tests. When decoding 8 bit strings, they are converted to 16 bits due to calls to characters().
Attachments
Patch (3.33 KB, patch)
2012-01-19 14:40 PST, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2012-01-19 14:40:22 PST
Geoffrey Garen
Comment 2 2012-01-19 15:57:09 PST
Comment on attachment 123198 [details] Patch r=me
Michael Saboff
Comment 3 2012-01-30 10:10:58 PST
Note You need to log in before you can comment on or make changes to this bug.