[Webkit-unassigned] [Bug 79460] New: RunLoop should be an event processing loop for all threads.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 00:35:25 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79460

           Summary: RunLoop should be an event processing loop for all
                    threads.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


RunLoop origins from CFRunLoop of Cocoa that is part of the fundamental
infrastructure associated with threads.
RunLoop can be used as a common event loop on every threads in WebKit.
For example, ScrollThread can use RunLoop in order to remove boilerplate code
related to handle an event loop and its own tasks.

Referential bugs : Bug 66962 , Bug 76751

-- 
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