Bug 79479 - Move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl
Summary: Move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 79327
  Show dependency treegraph
 
Reported: 2012-02-24 05:05 PST by Kentaro Hara
Modified: 2012-02-24 14:53 PST (History)
4 users (show)

See Also:


Attachments
Patch (12.13 KB, patch)
2012-02-24 05:08 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

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