Title: [290417] trunk/Source/WTF
- Revision
- 290417
- Author
- nmouchta...@apple.com
- Date
- 2022-02-24 00:57:30 -0800 (Thu, 24 Feb 2022)
Log Message
REGRESSION(r289683): [GTK][WPE] Scrolling with the mouse wheel doesn't work in twitter after r289683
https://bugs.webkit.org/show_bug.cgi?id=237093
Reviewed by Carlos Garcia Campos.
Turn off by default for wpe/gtk and windows to investigate issue.
* Scripts/Preferences/WebPreferencesExperimental.yaml:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (290416 => 290417)
--- trunk/Source/WTF/ChangeLog 2022-02-24 08:56:54 UTC (rev 290416)
+++ trunk/Source/WTF/ChangeLog 2022-02-24 08:57:30 UTC (rev 290417)
@@ -1,3 +1,14 @@
+2022-02-24 Nikolaos Mouchtaris <nmouchta...@apple.com>
+
+ REGRESSION(r289683): [GTK][WPE] Scrolling with the mouse wheel doesn't work in twitter after r289683
+ https://bugs.webkit.org/show_bug.cgi?id=237093
+
+ Reviewed by Carlos Garcia Campos.
+
+ Turn off by default for wpe/gtk and windows to investigate issue.
+
+ * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
2022-02-24 Chris Dumez <cdu...@apple.com>
Small optimizations to TinyLRUCache
Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (290416 => 290417)
--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2022-02-24 08:56:54 UTC (rev 290416)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2022-02-24 08:57:30 UTC (rev 290417)
@@ -977,8 +977,10 @@
WebKitLegacy:
default: false
WebKit:
+ "PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(WPE)": false
default: true
WebCore:
+ "PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(WPE)": false
default: true
PageAtRuleSupportEnabled:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes