Bug 211630 - Make media element event task source integrate better with HTML run loop
Summary: Make media element event task source integrate better with HTML run loop
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-08 09:58 PDT by Eric Carlson
Modified: 2020-05-08 10:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2020-05-08 09:58:45 PDT
HTMLMediElement uses a GenericTaskQueue<Timer> for tasks, which isn't synced with to the HTML runloop.