Bug 130305 - Remove all deprecatedCharacters use from WebKit framework
Summary: Remove all deprecatedCharacters use from WebKit framework
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 126854
  Show dependency treegraph
 
Reported: 2014-03-16 11:11 PDT by Darin Adler
Modified: 2014-03-16 19:45 PDT (History)
1 user (show)

See Also:


Attachments
Patch (24.95 KB, patch)
2014-03-16 11:19 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (24.95 KB, patch)
2014-03-16 11:37 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (24.89 KB, patch)
2014-03-16 12:48 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (24.90 KB, patch)
2014-03-16 14:31 PDT, Darin Adler
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2014-03-16 11:11:40 PDT
Remove all deprecatedCharacters use from WebKit
Comment 1 Darin Adler 2014-03-16 11:19:09 PDT
Created attachment 226845 [details]
Patch
Comment 2 Darin Adler 2014-03-16 11:22:27 PDT
Patch does not deal with ios/Misc/WebNSStringDrawing.mm but deals with all the rest.
Comment 3 Anders Carlsson 2014-03-16 11:30:34 PDT
Comment on attachment 226845 [details]
Patch

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

> Source/WebKit/win/WebHistory.cpp:568
> +    for (auto& url = m_entriesByURL.keys())

:, not =
Comment 4 Darin Adler 2014-03-16 11:37:27 PDT
Created attachment 226847 [details]
Patch
Comment 5 Darin Adler 2014-03-16 12:48:48 PDT
Created attachment 226853 [details]
Patch
Comment 6 Darin Adler 2014-03-16 14:31:43 PDT
Created attachment 226860 [details]
Patch
Comment 7 Darin Adler 2014-03-16 14:32:06 PDT
Patch ready for review now.
Comment 8 Andreas Kling 2014-03-16 19:28:03 PDT
Comment on attachment 226860 [details]
Patch

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

r=me

> Source/WebKit/win/DOMCoreClasses.cpp:1261
> +    // FIXME: This leaks. Delete this whole function to get rid of the leak.

Oof.
Comment 9 Darin Adler 2014-03-16 19:45:23 PDT
Committed r165715: <http://trac.webkit.org/changeset/165715>