[Webkit-unassigned] [Bug 66230] Also release media resources when media is completely loaded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 15:42:14 PDT 2011


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





--- Comment #3 from Eric Carlson <eric.carlson at apple.com>  2011-08-15 15:42:13 PST ---
(In reply to comment #2)
> Does this mean that the resource will be unavailable in browser when going back to a page that contains it?

Yes it does. With this patch leaving a page will cause all HTMLMediaElement state to be reset and the media engine to be deleted, so when a user goes back the media engine must be recreated, media data will reloaded, all events will be retired, etc.

The existing logic is from http://www.w3.org/TR/html5/video.html#dfnReturnLink-2, see the paragraph after "If the media data fetching process is aborted by the user".

-- 
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