Bug 93619 - Remove webkitMediaSourceURL from HTMLMediaElement.idl
Summary: Remove webkitMediaSourceURL from HTMLMediaElement.idl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anna Cavender
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 09:16 PDT by Aaron Colwell
Modified: 2012-08-13 11:45 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.90 KB, patch)
2012-08-09 23:40 PDT, Anna Cavender
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Colwell 2012-08-09 09:16:12 PDT
Please remove the webkitMediaSourceURL attribute from the IDL. It is no longer needed now that we use createObjectURL() to generate media source URL.
Comment 1 Anna Cavender 2012-08-09 23:40:37 PDT
Created attachment 157644 [details]
Patch
Comment 2 Adam Barth 2012-08-10 01:00:52 PDT
Comment on attachment 157644 [details]
Patch

Ok.  I presume no one has shipped ENABLE_MEDIA_SOURCE yet.
Comment 3 Anna Cavender 2012-08-13 11:36:51 PDT
Thanks abarth.  Yes, no one has shipped ENABLE_MEDIA_SOURCE yet.
Comment 4 Anna Cavender 2012-08-13 11:45:37 PDT
Committed r125429: <http://trac.webkit.org/changeset/125429>