Bug 127621

Summary: Modernize HashTable threading code
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch darin: review+

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>