Title: [293578] trunk/Source/WTF
Revision
293578
Author
pvol...@apple.com
Date
2022-04-28 10:40:36 -0700 (Thu, 28 Apr 2022)

Log Message

[iOS] Enable IOKit blocking in GPUP by default
https://bugs.webkit.org/show_bug.cgi?id=239615

Reviewed by Darin Adler.

* Scripts/Preferences/WebPreferencesInternal.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (293577 => 293578)


--- trunk/Source/WTF/ChangeLog	2022-04-28 17:23:49 UTC (rev 293577)
+++ trunk/Source/WTF/ChangeLog	2022-04-28 17:40:36 UTC (rev 293578)
@@ -1,3 +1,12 @@
+2022-04-28  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] Enable IOKit blocking in GPUP by default
+        https://bugs.webkit.org/show_bug.cgi?id=239615
+
+        Reviewed by Darin Adler.
+
+        * Scripts/Preferences/WebPreferencesInternal.yaml:
+
 2022-04-26  Justin Michaud  <justin_mich...@apple.com>
 
         [PGO] Allow collecting other kinds of pgo profiles

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml (293577 => 293578)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2022-04-28 17:23:49 UTC (rev 293577)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2022-04-28 17:40:36 UTC (rev 293578)
@@ -119,7 +119,7 @@
   exposed: [ WebKit ]
   defaultValue:
     WebKit:
-      default: false
+      default: true
 
 CSSDisplayContentsAXSupportEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to