[Webkit-unassigned] [Bug 23488] New: Make TimerBase thread-aware. For use in Workers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 22 17:51:27 PST 2009


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

           Summary: Make TimerBase thread-aware. For use in Workers.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dimich at chromium.org
                CC: ap at webkit.org
OtherBugsDependingO 22718
             nThis:


To add setTimeout and friends to workers, we need to make TimerBase
thread-aware. Timers use 'timer heap' to compute the nearest firing time and
then fire timers that are ready. This heap is now global and will go into a new
ThreadTimers object which will live in ThreadGlobalData. 

Also, global SharedTimer interface gets wrapped into an abstract class so the
WorkerRunLoop can implement it too.

Patch is coming soon.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list