RESOLVED WONTFIX 79479
Move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl
https://bugs.webkit.org/show_bug.cgi?id=79479
Summary Move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl
Kentaro Hara
Reported 2012-02-24 05:05:17 PST
For WebKit modularization, we can move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl.
Attachments
Patch (12.13 KB, patch)
2012-02-24 05:08 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-02-24 05:08:46 PST
Adam Barth
Comment 2 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...
Kentaro Hara
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.