Title: [286514] trunk/Source/WTF
Revision
286514
Author
[email protected]
Date
2021-12-03 13:46:11 -0800 (Fri, 03 Dec 2021)

Log Message

[WK2] Turn on Web Locks API support
https://bugs.webkit.org/show_bug.cgi?id=233816

Reviewed by Darin Adler.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286513 => 286514)


--- trunk/Source/WTF/ChangeLog	2021-12-03 21:14:59 UTC (rev 286513)
+++ trunk/Source/WTF/ChangeLog	2021-12-03 21:46:11 UTC (rev 286514)
@@ -1,3 +1,12 @@
+2021-12-03  Chris Dumez  <[email protected]>
+
+        [WK2] Turn on Web Locks API support
+        https://bugs.webkit.org/show_bug.cgi?id=233816
+
+        Reviewed by Darin Adler.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-12-03  Sihui Liu  <[email protected]>
 
         Fetch and remove file system data via WKWebsiteDataStore

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (286513 => 286514)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-03 21:14:59 UTC (rev 286513)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-03 21:46:11 UTC (rev 286514)
@@ -1574,9 +1574,9 @@
     WebKitLegacy:
       default: false
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 WebMFormatReaderEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to