Bug 35793

Summary: media/video-preload.html fails
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, krit, pnormand, slomo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
respect preload attribute when loading none

Description Eric Carlson 2010-03-05 09:27:24 PST
The new 'preload' functional test fails, "preload=none" loads enough to fire the 'loadedmetadata' event. I don't know enough about how your media engine works to attempt a fix.
Comment 1 Eric Carlson 2010-03-05 09:33:29 PST
Added to skip list in r55588.
Comment 2 Gustavo Noronha (kov) 2010-03-12 11:52:30 PST
*** Bug 36068 has been marked as a duplicate of this bug. ***
Comment 3 Gustavo Noronha (kov) 2010-03-12 11:55:20 PST
Created attachment 50618 [details]
respect preload attribute when loading
Comment 4 Gustavo Noronha (kov) 2010-03-12 12:11:50 PST
Landed as r55927.
Comment 5 Dirk Schulze 2010-03-12 22:57:25 PST
(In reply to comment #4)
> Landed as r55927.

This broke the bots. You call url without giving it to commitLoad().
Comment 6 Dirk Schulze 2010-03-13 05:44:54 PST
Rolled the patch out in r55962.
Comment 7 Philippe Normand 2010-03-15 03:17:31 PDT
*** Bug 30378 has been marked as a duplicate of this bug. ***
Comment 8 Gustavo Noronha (kov) 2010-03-15 08:11:55 PDT
(In reply to comment #6)
> Rolled the patch out in r55962.

Thanks for catching it, and cleaning up the mess! I only waited for the release bot. That'll teach me =D.
Comment 9 Gustavo Noronha (kov) 2010-03-15 08:20:33 PDT
Re-landed with the build fixage as r55995.