[Webkit-unassigned] [Bug 129451] New: Web Replay: upstream a drop-in deterministic timer implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 14:32:37 PST 2014


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

           Summary: Web Replay: upstream a drop-in deterministic timer
                    implementation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bburg at apple.com
                CC: timothy at apple.com, andersca at apple.com,
                    ddkilzer at webkit.org, dino at apple.com,
                    joepeck at webkit.org, akling at apple.com


I have implemented Timer workalike that:

- when capturing, saves when it fires into the replay session
- when replaying, doesn't schedule itself, and instead is called by EventLoopInputDispatcher
- when neither capturing or replaying, it acts like a regular timer (by forwarding calls to an inner Timer instance).

The implementation in my branch supports the basic Timer API, but it should also support SuspendableTimer so that it can be used to make DOMTimer deterministic as well.

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