[Webkit-unassigned] [Bug 33686] Media elements' networkState is left at NETWORK_LOADING if resource load delegate returns null from willSendRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 07:21:19 PST 2010


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





--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-01-22 07:21:20 PST ---
Eric and I discussed a proposal yesterday that I think is quite similar to our
behavior for <iframe>, <img>, <object>, etc.:

1) For <video> with a blocked @src, video.load() is a no-op
2) For <video> with one or more blocked <source> and no unblocked <source>,
video.load() is a no-op
3) For <video> with one or more blocked <source> and one or more unblocked
<source>, video.load() pretends as if the blocked <source> didn't exist

(<video src=blocked.mp4><source src=notblocked.mp4></video> behaves as in (1).)

Eric thinks this should be pretty easy to implement.

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