[Webkit-unassigned] [Bug 66230] Also release media resources when media is completely loaded.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 16 09:31:58 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66230
--- Comment #5 from Hin-Chung Lam <hclam at google.com> 2011-08-16 09:31:58 PST ---
(In reply to comment #4)
> (From update of attachment 103918 [details])
> Changing the behavior everywhere, in a way that breaks compatibility with the spec, is the wrong way to fix a problem that only happens in DRT on some platforms.
I suppose that a media resource never is loaded unless it's from a local file system. This effectively means that in all cases except for file:// URLs MediaPlayer is deleted.
If this is the final result then why do we treat file:// differently? This seems to fall into a grey area where the spec doesn't specify the behavior regarding media resources / cache when user leave the page.
I think we should just treat the logic for file:// the same as other URLs. Logic in this piece of code seems to be coming the old spec where there was a loaded event.
--
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