[Webkit-unassigned] [Bug 96023] Expose ability to create WebUserMediaRequest from chromium side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 15:49:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96023


Hin-Chung Lam <hclam at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #162589|1                           |0
        is obsolete|                            |




--- Comment #5 from Hin-Chung Lam <hclam at google.com>  2012-09-06 15:49:31 PST ---
(From update of attachment 162589)
View in context: https://bugs.webkit.org/attachment.cgi?id=162589&action=review

> Source/WebKit/chromium/ChangeLog:8
> +        Chromium implements the WebUserMediaClient getDeviceStream method that takes a WebUserMediaRequest to provide other types of media streams to extensions.

it's requestDeviceMedia.

Also need more details here. It is unclear how these methods are connected.

e.g.

This change is to allow Chromium port to make a WebUserMediaRequest for accessing a MediaStream by for example Chrome Extensions API. WebFrame::createWebUserMediaRequest() is added such that Chromium can construct this request and then submit to WebUserMediaClient which Chromium also implements.

> Source/WebKit/chromium/ChangeLog:16
> +        (WebKit::WebUserMediaClient::requestTabMedia):

requestDeviceMedia here again.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list