[Webkit-unassigned] [Bug 55402] New: loaderRunLoop() should use synchronization instead of while loop
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 28 13:20:39 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55402
Summary: loaderRunLoop() should use synchronization instead of
while loop
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: psolanki at apple.com
CC: darin at apple.com, ap at webkit.org
loaderRunLoop() creates a thread and calls sleep in a loop until the thread has started and set the loaderRunLoopObject static variable. We should use a ThreadCondition for signaling instead of a Sleep(10)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list