Title: [288746] trunk/Source/WTF
- Revision
- 288746
- Author
- [email protected]
- Date
- 2022-01-28 10:28:09 -0800 (Fri, 28 Jan 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 (288745 => 288746)
--- trunk/Source/WTF/ChangeLog 2022-01-28 18:09:24 UTC (rev 288745)
+++ trunk/Source/WTF/ChangeLog 2022-01-28 18:28:09 UTC (rev 288746)
@@ -1,3 +1,12 @@
+2022-01-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-01-27 Tim Horton <[email protected]>
Remove ENABLE(HOVER_GESTURE_RECOGNIZER) and related code
Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (288745 => 288746)
--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2022-01-28 18:09:24 UTC (rev 288745)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2022-01-28 18:28:09 UTC (rev 288746)
@@ -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