WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
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
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-01-25 09:35:40 PST
Created
attachment 222213
[details]
Patch
Anders Carlsson
Comment 2
2014-01-25 09:43:49 PST
Created
attachment 222214
[details]
Patch
Anders Carlsson
Comment 3
2014-01-25 10:19:14 PST
Created
attachment 222215
[details]
Patch
Anders Carlsson
Comment 4
2014-01-25 10:52:26 PST
Created
attachment 222218
[details]
Patch
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
Committed
r162774
: <
http://trac.webkit.org/changeset/162774
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug