Bug 117487 - DocType strings should be 8 bit wide
Summary: DocType strings should be 8 bit wide
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-06-10 22:04 PDT by Ryosuke Niwa
Modified: 2013-06-10 22:38 PDT (History)
7 users (show)

See Also:


Attachments
Merges the patch (1.54 KB, patch)
2013-06-10 22:05 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.