Title: [286540] trunk/Source/WTF
Revision
286540
Author
[email protected]
Date
2021-12-06 00:13:05 -0800 (Mon, 06 Dec 2021)

Log Message

Enable NavigationPreloadManager by default
https://bugs.webkit.org/show_bug.cgi?id=233755

Reviewed by Chris Dumez.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286539 => 286540)


--- trunk/Source/WTF/ChangeLog	2021-12-06 08:05:45 UTC (rev 286539)
+++ trunk/Source/WTF/ChangeLog	2021-12-06 08:13:05 UTC (rev 286540)
@@ -1,3 +1,12 @@
+2021-12-06  Youenn Fablet  <[email protected]>
+
+        Enable NavigationPreloadManager by default
+        https://bugs.webkit.org/show_bug.cgi?id=233755
+
+        Reviewed by Chris Dumez.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-12-05  Simon Fraser  <[email protected]>
 
         Add trace points for generated momentum events

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (286539 => 286540)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-06 08:05:45 UTC (rev 286539)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-06 08:13:05 UTC (rev 286540)
@@ -1265,11 +1265,11 @@
   condition: ENABLE(SERVICE_WORKER)
   defaultValue:
     WebCore:
-      default: false
+      default: true
     WebKitLegacy:
       default: false
     WebKit:
-      default: false
+      default: true
 
 SharedWorkerEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to