[Webkit-unassigned] [Bug 203667] New: Migrate media code to use EventLoop instead of GenericEventQueue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 00:40:16 PDT 2019


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

            Bug ID: 203667
           Summary: Migrate media code to use EventLoop instead of
                    GenericEventQueue
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

WindowEventLoop and WorkerEventLoop has the nice property to preserve the order of events
even when the documents go into a page cache.

Make media code use WindowEventLoop instead of GenericEventQueue.

This will also allow us to avoid triggering idle callback while there is a pending media events.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191031/f61fcc4a/attachment-0001.htm>


More information about the webkit-unassigned mailing list