[Webkit-unassigned] [Bug 64525] New: MediaStream API: Release script objects when detaching document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 14 05:54:39 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64525
Summary: MediaStream API: Release script objects when detaching
document
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: grunell at google.com
We need to release the clients held by MediaStreamFrameController when a document is detached since they are not valid for the new document. A specific problem that this solves: a LocalMediaStream object should stop [it's generation of media] when a web page is reloaded. This is not the case today, meaning that a camera capture device will be blocked until the garbage collector has deleted the old document (which would in turn delete and stop the MediaStream objects).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list