Bug 127621 - Modernize HashTable threading code
Summary: Modernize HashTable threading code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-25 09:32 PST by Anders Carlsson
Modified: 2014-01-25 11:19 PST (History)
0 users

See Also:


Attachments
Patch (15.91 KB, patch)
2014-01-25 09:35 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (16.36 KB, patch)
2014-01-25 09:43 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (16.82 KB, patch)
2014-01-25 10:19 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (17.28 KB, patch)
2014-01-25 10:52 PST, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-01-25 09:32:54 PST
Modernize HashTable threading code
Comment 1 Anders Carlsson 2014-01-25 09:35:40 PST
Created attachment 222213 [details]
Patch
Comment 2 Anders Carlsson 2014-01-25 09:43:49 PST
Created attachment 222214 [details]
Patch
Comment 3 Anders Carlsson 2014-01-25 10:19:14 PST
Created attachment 222215 [details]
Patch
Comment 4 Anders Carlsson 2014-01-25 10:52:26 PST
Created attachment 222218 [details]
Patch
Comment 5 Darin Adler 2014-01-25 11:10:33 PST
Comment on attachment 222218 [details]
Patch

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

> Source/WebCore/platform/DragData.h:77
> -typedef HashMap<UINT, Vector<String>> DragDataMap;
> +typedef HashMap<unsigned, Vector<String>> DragDataMap;

Change not mentioned in ChangeLog. Good idea, but not really part of this patch.
Comment 6 Anders Carlsson 2014-01-25 11:19:45 PST
Committed r162774: <http://trac.webkit.org/changeset/162774>