[Webkit-unassigned] [Bug 146644] New: Refactor MediaSession State for UIProcess Coordinator
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 6 10:17:36 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146644
Bug ID: 146644
Summary: Refactor MediaSession State for UIProcess Coordinator
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Media Elements
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
We could do a better job of coordinating media playback and event handling if the UIProcess took responsibility for tracking some media state. Right now the MediaSession information is controlled in the WebProcess. However, since individual WebProcess processes do not know about other WebProcess instances, we don't always do the right thing when resuming playback, since it boils down to a race between the different paused processes to see who gets started first.
If the UIProcess took responsibility for this, we could always resume playback in the right state.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150706/fe331f06/attachment.html>
More information about the webkit-unassigned
mailing list