WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED LATER
135513
Web Replay: Promise tasks should be executed deterministically
https://bugs.webkit.org/show_bug.cgi?id=135513
Summary
Web Replay: Promise tasks should be executed deterministically
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug