Bug 130197

Summary: Remove all uses of deprecatedCharacters from WebKit2
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit2Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, bunhere, cdumez, cmarcelo, gyuyoung.kim, sergio, webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 126854    
Attachments:
Description Flags
Patch
none
Patch kling: review+

Description Darin Adler 2014-03-13 09:51:22 PDT
Remove all uses of deprecatedCharacters from WebKit2
Comment 1 Darin Adler 2014-03-13 09:52:06 PDT
Created attachment 226596 [details]
Patch
Comment 2 Darin Adler 2014-03-15 18:40:23 PDT
Created attachment 226829 [details]
Patch
Comment 3 Andreas Kling 2014-03-15 23:18:46 PDT
Comment on attachment 226829 [details]
Patch

r=me
Comment 4 Darin Adler 2014-03-15 23:22:28 PDT
Committed r165692: <http://trac.webkit.org/changeset/165692>
Comment 5 Myles C. Maxfield 2014-10-22 17:20:34 PDT
Comment on attachment 226829 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=226829&action=review

> Source/WTF/wtf/text/StringView.h:91
> +    class UpconvertedCharacters {

This is fantastic. Thank you for making this.