Bug 76648 - WebCore decodeEscapeSequences unnecessarily converts 8 bit strings to 16 bit when decoding.
Summary: WebCore decodeEscapeSequences unnecessarily converts 8 bit strings to 16 bit ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 11:30 PST by Michael Saboff
Modified: 2012-01-30 10:10 PST (History)
0 users

See Also:


Attachments
Patch (3.33 KB, patch)
2012-01-19 14:40 PST, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 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().
Comment 1 Michael Saboff 2012-01-19 14:40:22 PST
Created attachment 123198 [details]
Patch
Comment 2 Geoffrey Garen 2012-01-19 15:57:09 PST
Comment on attachment 123198 [details]
Patch

r=me
Comment 3 Michael Saboff 2012-01-30 10:10:58 PST
Committed r106253: <http://trac.webkit.org/changeset/106253>