WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142432
[Win] Revive WTF::WorkQueue on Windows
https://bugs.webkit.org/show_bug.cgi?id=142432
Summary
[Win] Revive WTF::WorkQueue on Windows
Brent Fulgham
Reported
2015-03-06 21:48:43 PST
Revive the Windows WorkQueue implementation.
Attachments
Patch
(22.48 KB, patch)
2015-03-06 22:07 PST
,
Brent Fulgham
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2015-03-06 22:07:05 PST
Created
attachment 248143
[details]
Patch
Anders Carlsson
Comment 2
2015-03-07 13:04:11 PST
Comment on
attachment 248143
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=248143&action=review
> Source/WTF/wtf/WorkQueue.h:79 > + void registerHandle(HANDLE, std::function<void()>); > + void unregisterAndCloseHandle(HANDLE);
I think we can get rid of these - they were only used by IPC in WK2.
Brent Fulgham
Comment 3
2015-03-07 20:50:46 PST
Comment on
attachment 248143
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=248143&action=review
>> Source/WTF/wtf/WorkQueue.h:79 >> + void unregisterAndCloseHandle(HANDLE); > > I think we can get rid of these - they were only used by IPC in WK2.
I'll get rid of it. It's easy to retrieve if we need it.
Brent Fulgham
Comment 4
2015-03-07 20:58:18 PST
Committed
r181220
: <
http://trac.webkit.org/changeset/181220
>
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