Title: [286364] trunk/Source/WebCore
Revision
286364
Author
[email protected]
Date
2021-12-01 08:50:06 -0800 (Wed, 01 Dec 2021)

Log Message

Add a features.json entry to requestVideoFrameCallback
https://bugs.webkit.org/show_bug.cgi?id=233690

Reviewed by Eric Carlson.

No change of behavior.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (286363 => 286364)


--- trunk/Source/WebCore/ChangeLog	2021-12-01 16:41:12 UTC (rev 286363)
+++ trunk/Source/WebCore/ChangeLog	2021-12-01 16:50:06 UTC (rev 286364)
@@ -1,3 +1,14 @@
+2021-12-01  Youenn Fablet  <[email protected]>
+
+        Add a features.json entry to requestVideoFrameCallback
+        https://bugs.webkit.org/show_bug.cgi?id=233690
+
+        Reviewed by Eric Carlson.
+
+        No change of behavior.
+
+        * features.json:
+
 2021-12-01  Patrick Griffis  <[email protected]>
 
         CSP: Update URL stripping in reports to match other implementations

Modified: trunk/Source/WebCore/features.json (286363 => 286364)


--- trunk/Source/WebCore/features.json	2021-12-01 16:41:12 UTC (rev 286363)
+++ trunk/Source/WebCore/features.json	2021-12-01 16:50:06 UTC (rev 286364)
@@ -1565,6 +1565,16 @@
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=164193",
         "keywords": ["requestIdleCallback", "idle callback"],
         "description": "An API that can be used to cooperatively schedule background tasks."
+    },
+    {
+        "name": "requestVideoFrameCallback",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://wicg.github.io/video-rvfc/",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=211945",
+        "keywords": ["requestVideoFrameCallback", "rvfc"],
+        "description": "An API that can be used on a HTMLMediaElement to do per video frame processing."
     }
     ]
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to