[Webkit-unassigned] [Bug 135513] New: Web Replay: Promises should fire deterministically

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 1 10:41:05 PDT 2014


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

           Summary: Web Replay: Promises should fire deterministically
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: timothy at apple.com, oliver at apple.com,
                    joepeck at webkit.org, akling at apple.com


As far as I can tell, promise Microtasks get put into the ScriptExecutionContext's task queue, so it should suffice to make m_pendingTasksTimer a deterministic timer.

Right now, WEB_REPLAY does not support web workers at all (bug: <https://bugs.webkit.org/show_bug.cgi?id=131547>). True worker re-execution is pretty low on the list of things to address, so this bug can punt on Promise fulfillment in worker contexts.

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