Title: [286307] trunk/Source/WTF
- Revision
- 286307
- Author
- [email protected]
- Date
- 2021-11-30 11:02:31 -0800 (Tue, 30 Nov 2021)
Log Message
[Cocoa] Enable HTMLVideoElement.requestVideoFrameCallback by default
https://bugs.webkit.org/show_bug.cgi?id=233306
Reviewed by Eric Carlson.
* Scripts/Preferences/WebPreferencesExperimental.yaml:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (286306 => 286307)
--- trunk/Source/WTF/ChangeLog 2021-11-30 18:53:24 UTC (rev 286306)
+++ trunk/Source/WTF/ChangeLog 2021-11-30 19:02:31 UTC (rev 286307)
@@ -1,3 +1,12 @@
+2021-11-30 Youenn Fablet <[email protected]>
+
+ [Cocoa] Enable HTMLVideoElement.requestVideoFrameCallback by default
+ https://bugs.webkit.org/show_bug.cgi?id=233306
+
+ Reviewed by Eric Carlson.
+
+ * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
2021-11-30 Commit Queue <[email protected]>
Unreviewed, reverting r286272.
Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (286306 => 286307)
--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2021-11-30 18:53:24 UTC (rev 286306)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2021-11-30 19:02:31 UTC (rev 286307)
@@ -1170,10 +1170,13 @@
humanReadableDescription: "Enable RequestVideoFrameCallback API"
defaultValue:
WebKitLegacy:
+ "PLATFORM(COCOA) && HAVE(AVSAMPLEBUFFERVIDEOOUTPUT)" : true
default: false
WebKit:
+ "PLATFORM(COCOA) && HAVE(AVSAMPLEBUFFERVIDEOOUTPUT)" : true
default: false
WebCore:
+ "PLATFORM(COCOA) && HAVE(AVSAMPLEBUFFERVIDEOOUTPUT)" : true
default: false
# FIXME: This is on by default in WebKit2. Perhaps we should consider turning it on for WebKitLegacy as well.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes