Bug 133588

Summary: GenericCueData elements prematurely removed
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: MediaAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Brent Fulgham 2014-06-06 16:01:35 PDT
Now that cues are checked to see if they extend the lifetime of existing cues, we need to make sure that these cues are not removed before they are complete. Currently, the 'resetCueValues' method clears all cues, even if some are still pending.

This patch prevents us from prematurely removing cues.
Comment 1 Brent Fulgham 2014-06-06 16:05:18 PDT
Created attachment 232634 [details]
Patch
Comment 2 Brent Fulgham 2014-06-06 16:19:17 PDT
Committed r169666: <http://trac.webkit.org/changeset/169666>