Bug 133588 - GenericCueData elements prematurely removed
Summary: GenericCueData elements prematurely removed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-06 16:01 PDT by Brent Fulgham
Modified: 2014-06-06 16:19 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.87 KB, patch)
2014-06-06 16:05 PDT, Brent Fulgham
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>