Bug 135513

Summary: Web Replay: Promise tasks should be executed deterministically
Product: WebKit Reporter: Brian Burg <burg>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: barraclough, bburg, joepeck, kling, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 135830    
Bug Blocks: 136290    

Brian Burg
Reported 2014-08-01 10:41:17 PDT
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.
Attachments
Blaze Burg
Comment 1 2017-07-10 13:59:32 PDT
Closing web replay-related bugs until we resume working on the feature again.
Note You need to log in before you can comment on or make changes to this bug.