Bug 117487

Summary: DocType strings should be 8 bit wide
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, barraclough, benjamin, commit-queue, darin, esprehn+autocc, msaboff
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Merges the patch none

Description Ryosuke Niwa 2013-06-10 22:04:00 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/8da02d0ce3965c4e6bf227db856bce930393429a

Although this CL doesn't save much memory, it satifies my OCD. After this CL,
espn.com uses fully optimized strings. The only strings that were missing were
the DocType, which were unnecessarily wide.
Comment 1 Ryosuke Niwa 2013-06-10 22:05:33 PDT
Created attachment 204284 [details]
Merges the patch
Comment 2 Michael Saboff 2013-06-10 22:09:50 PDT
Comment on attachment 204284 [details]
Merges the patch

r=me
Comment 3 WebKit Commit Bot 2013-06-10 22:37:58 PDT
Comment on attachment 204284 [details]
Merges the patch

Clearing flags on attachment: 204284

Committed r151421: <http://trac.webkit.org/changeset/151421>
Comment 4 WebKit Commit Bot 2013-06-10 22:38:00 PDT
All reviewed patches have been landed.  Closing bug.