[Webkit-unassigned] [Bug 30407] HTML 5 media elements should set network state to NETWORK_EMPTY if they do not have a source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 17:59:34 PDT 2009


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


Andrew Scherkus <scherkus at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41255|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Andrew Scherkus <scherkus at chromium.org>  2009-10-15 17:59:33 PDT ---
Created an attachment (id=41255)
 --> (https://bugs.webkit.org/attachment.cgi?id=41255)
Round 2

Few things (as mentioned in the patch):
  - Having no source is defined as a null src attribute and no <source>
children, and should result in the element going to NETWORK_EMPTY
  - Empty string "" is considered a valid src attribute and should be loaded
(before it slipped through the cracks and the element would get jammed in
NETWORK_LOADING)

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