RESOLVED FIXED 127621
Modernize HashTable threading code
https://bugs.webkit.org/show_bug.cgi?id=127621
Summary Modernize HashTable threading code
Anders Carlsson
Reported 2014-01-25 09:32:54 PST
Modernize HashTable threading code
Attachments
Patch (15.91 KB, patch)
2014-01-25 09:35 PST, Anders Carlsson
no flags
Patch (16.36 KB, patch)
2014-01-25 09:43 PST, Anders Carlsson
no flags
Patch (16.82 KB, patch)
2014-01-25 10:19 PST, Anders Carlsson
no flags
Patch (17.28 KB, patch)
2014-01-25 10:52 PST, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2014-01-25 09:35:40 PST
Anders Carlsson
Comment 2 2014-01-25 09:43:49 PST
Anders Carlsson
Comment 3 2014-01-25 10:19:14 PST
Anders Carlsson
Comment 4 2014-01-25 10:52:26 PST
Darin Adler
Comment 5 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.
Anders Carlsson
Comment 6 2014-01-25 11:19:45 PST
Note You need to log in before you can comment on or make changes to this bug.