Bug 142108 - Make SourceBuffer ActiveDOMObject suspendable
Summary: Make SourceBuffer ActiveDOMObject suspendable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on: 142089
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-27 14:51 PST by Chris Dumez
Modified: 2015-02-27 15:46 PST (History)
4 users (show)

See Also:


Attachments
Patch (8.93 KB, patch)
2015-02-27 14:58 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-02-27 14:51:47 PST
Make SourceBuffer ActiveDOMObject suspendable if it is removed from its MediaSource and does not have any pending events. This makes it more likely for pages using SourceBuffer objects to go into the PageCache.

Radar: <rdar://problem/19923085>
Comment 1 Chris Dumez 2015-02-27 14:58:35 PST
Created attachment 247557 [details]
Patch
Comment 2 Chris Dumez 2015-02-27 15:46:18 PST
Comment on attachment 247557 [details]
Patch

Clearing flags on attachment: 247557

Committed r180791: <http://trac.webkit.org/changeset/180791>
Comment 3 Chris Dumez 2015-02-27 15:46:22 PST
All reviewed patches have been landed.  Closing bug.