Bug 76648

Summary: WebCore decodeEscapeSequences unnecessarily converts 8 bit strings to 16 bit when decoding.
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: WebCore JavaScriptAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ggaren: review+

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>