[Webkit-unassigned] [Bug 167430] New: Implement <iframe allowusermedia>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 13:47:58 PST 2017


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

            Bug ID: 167430
           Summary: Implement <iframe allowusermedia>
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com
                CC: andersca at apple.com, cdumez at apple.com,
                    eric.carlson at apple.com, jonlee at apple.com

+++ This bug was initially created as a clone of Bug #167417 +++

I guess WebKit doesn't implement getUserMedia() yet(?), but filing this anyway...

<iframe allowusermedia> controls if an iframe can access the getUserMedia() API.

On the spec side:

* When a document is initialized (https://html.spec.whatwg.org/#creating-a-new-browsing-context and https://html.spec.whatwg.org/#initialise-the-document-object ), https://html.spec.whatwg.org/#set-the-allow*-flags is run, which can set "allowusemedia flag" on Document.
* getUserMedia also call allowed to use: https://github.com/w3c/mediacapture-main/pull/427

Relevant whatwg/html PRs:

https://github.com/whatwg/html/pull/2195
https://github.com/whatwg/html/pull/2217

Relevant w3c/web-platform-tests issue to add tests:

https://github.com/w3c/web-platform-tests/issues/4625

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170125/c3ce1b23/attachment-0001.html>


More information about the webkit-unassigned mailing list