Bug 53208

Summary: BinarySemaphore should wrap a Win32 event
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, andersca, eric, sam, webkit.review.bot
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Bug Depends on:    
Bug Blocks: 53209    
Attachments:
Description Flags
Change BinarySemaphore to wrap an auto-reset Win32 event on Windows hyatt: review+

Description Adam Roben (:aroben) 2011-01-26 17:23:26 PST
BinarySemaphore should wrap a Win32 event. This will make it more efficient, and make it able to be used in functions like ::WaitForMultipleObjects.
Comment 1 Anders Carlsson 2011-01-26 18:15:58 PST
<rdar://problem/8922490>
Comment 2 Adam Roben (:aroben) 2011-01-27 18:45:30 PST
Created attachment 80398 [details]
Change BinarySemaphore to wrap an auto-reset Win32 event on Windows
Comment 3 Dave Hyatt 2011-01-27 18:53:01 PST
Comment on attachment 80398 [details]
Change BinarySemaphore to wrap an auto-reset Win32 event on Windows

Looks fine. r=me
Comment 4 Adam Roben (:aroben) 2011-01-28 12:20:35 PST
Fixed in r76967.
Comment 5 Adam Roben (:aroben) 2011-01-28 12:20:46 PST
...so I should close the bug.
Comment 6 WebKit Review Bot 2011-01-28 12:48:09 PST
http://trac.webkit.org/changeset/76967 might have broken Chromium Win Release