Title: [284273] trunk/Source/WTF
Revision
284273
Author
[email protected]
Date
2021-10-15 14:27:00 -0700 (Fri, 15 Oct 2021)

Log Message

Enable Storage API by default
https://bugs.webkit.org/show_bug.cgi?id=231826

Reviewed by Alexey Shvayka.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (284272 => 284273)


--- trunk/Source/WTF/ChangeLog	2021-10-15 21:11:37 UTC (rev 284272)
+++ trunk/Source/WTF/ChangeLog	2021-10-15 21:27:00 UTC (rev 284273)
@@ -1,3 +1,12 @@
+2021-10-15  Sihui Liu  <[email protected]>
+
+        Enable Storage API by default
+        https://bugs.webkit.org/show_bug.cgi?id=231826
+
+        Reviewed by Alexey Shvayka.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-10-15  Myles C. Maxfield  <[email protected]>
 
         Clean up font-related USE(...) macros

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (284272 => 284273)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-15 21:11:37 UTC (rev 284272)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-15 21:27:00 UTC (rev 284273)
@@ -1239,8 +1239,10 @@
     WebKitLegacy:
       default: false
     WebKit:
+      "PLATFORM(COCOA)" : true
       default: false
     WebCore:
+      "PLATFORM(COCOA)" : true
       default: false
 
 SyntheticEditingCommandsEnabled:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to