Title: [290587] trunk/Source/WTF
Revision
290587
Author
[email protected]
Date
2022-02-28 01:01:57 -0800 (Mon, 28 Feb 2022)

Log Message

Enable inert attribute feature flag
https://bugs.webkit.org/show_bug.cgi?id=235668

Reviewed by Darin Adler.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (290586 => 290587)


--- trunk/Source/WTF/ChangeLog	2022-02-28 09:00:19 UTC (rev 290586)
+++ trunk/Source/WTF/ChangeLog	2022-02-28 09:01:57 UTC (rev 290587)
@@ -1,3 +1,12 @@
+2022-02-28  Tim Nguyen  <[email protected]>
+
+        Enable inert attribute feature flag
+        https://bugs.webkit.org/show_bug.cgi?id=235668
+
+        Reviewed by Darin Adler.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2022-02-27  Chris Dumez  <[email protected]>
 
         Omit template parameter for SetForScope<> variables

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (290586 => 290587)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-28 09:00:19 UTC (rev 290586)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-28 09:01:57 UTC (rev 290587)
@@ -680,11 +680,11 @@
   humanReadableDescription: "Enable inert attribute support"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 # FIXME: This is on by default in WebKit2. Perhaps we should consider turning it on for WebKitLegacy as well.
 IntersectionObserverEnabled:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to