Bug 79479

Summary: Move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore Misc.Assignee: Kentaro Hara <haraken>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, commit-queue, eric, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79327    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-02-24 05:05:17 PST
For WebKit modularization, we can move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl.
Comment 1 Kentaro Hara 2012-02-24 05:08:46 PST
Created attachment 128714 [details]
Patch
Comment 2 Adam Barth 2012-02-24 10:06:43 PST
Comment on attachment 128714 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=128714&action=review

> Source/WebCore/html/DOMURL.idl:35
> -#if defined(ENABLE_MEDIA_STREAM) && ENABLE_MEDIA_STREAM
> -        static [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Undefined] DOMString createObjectURL(in MediaStream stream);
> -#endif
>          static [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Undefined] DOMString createObjectURL(in Blob blob);

Hum...  Let's hold off on this one for a bit.  It's unfortunate to split up the two overloads of createObjectURL...
Comment 3 Kentaro Hara 2012-02-24 14:53:26 PST
(In reply to comment #2)
> Hum...  Let's hold off on this one for a bit.  It's unfortunate to split up the two overloads of createObjectURL...

Makes sense.