[Webkit-unassigned] [Bug 22469] New: Rename DOMWindowTimer into DOMTimer and move it into separate file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 14:56:52 PST 2008


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

           Summary: Rename DOMWindowTimer into DOMTimer and move it into
                    separate file
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dimich at chromium.org
                CC: ap at webkit.org, sam at webkit.org


This is a preparation step for adding timers to Workers. The plan is to
eventually move the setTimeout and friends from JSDOMWindowBase to
ScriptExecutionContext, make timers thread-aware and at the end to have timers
in Workers same way as they are on window object.

The root bug is https://bugs.webkit.org/show_bug.cgi?id=22328
Per suggestion from ap@, I'm doing it in small steps. Here is the first step -
to move DOMWindowTimer into its own file and rename it DOMTimer.

Subsequently, I'll make DOMTimer to be thread-safe and be able to work on a
Worker thread.


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