Bug 93619

Summary: Remove webkitMediaSourceURL from HTMLMediaElement.idl
Product: WebKit Reporter: Aaron Colwell <acolwell>
Component: MediaAssignee: Anna Cavender <annacc>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, feature-media-reviews, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review+

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>