Implement the WebKit Chromium code providing the MediaStreamRegistry interface for the MediaStream API.
Created attachment 105188 [details] Patch
Comment on attachment 105188 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=105188&action=review > Source/WebKit/chromium/public/WebMediaStreamRegistry.h:37 > + static WebString mediaStreamLabel(const WebURL&); Are you sure we don't want to create a WebMediaStream interface? The WebKit API is designed to make it really easy to wrap ref- counted WebCore types. Then, WebMediaStream could have a label property. It would help if you could share your overall plans for MediaStream APIs. I don't have any idea what is coming next.
Comment on attachment 105188 [details] Patch Cleared review? from attachment 105188 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).