Title: [212755] trunk/Source/WebCore
Revision
212755
Author
[email protected]
Date
2017-02-21 14:13:33 -0800 (Tue, 21 Feb 2017)

Log Message

Add Media Streams and Capture to features.json.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212754 => 212755)


--- trunk/Source/WebCore/ChangeLog	2017-02-21 22:13:06 UTC (rev 212754)
+++ trunk/Source/WebCore/ChangeLog	2017-02-21 22:13:33 UTC (rev 212755)
@@ -1,3 +1,9 @@
+2017-02-21  Simon Fraser  <[email protected]>
+
+        Add Media Streams and Capture to features.json.
+
+        * features.json:
+
 2017-02-21  Jiewen Tan  <[email protected]>
 
         Clarify the status of 'webkitSubtle' and 'subtle' attributes on the WebCrypto API.

Modified: trunk/Source/WebCore/features.json (212754 => 212755)


--- trunk/Source/WebCore/features.json	2017-02-21 22:13:06 UTC (rev 212754)
+++ trunk/Source/WebCore/features.json	2017-02-21 22:13:33 UTC (rev 212755)
@@ -345,6 +345,15 @@
         "description": "An API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport."
     },
     {
+        "name": "Media Capture and Streams",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://w3c.github.io/mediacapture-main/",
+        "keywords": ["mediastream", "getusermedia"],
+        "description": "A set of _javascript_ APIs that allow local media, including audio and video, to be requested."
+    },
+    {
         "name": "Navigation Timing Level 1",
         "status": {
             "status": "Done"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to