Title: [277348] trunk/Tools
Revision
277348
Author
commit-qu...@webkit.org
Date
2021-05-11 18:16:12 -0700 (Tue, 11 May 2021)

Log Message

Unreviewed, reverting r277319.
https://bugs.webkit.org/show_bug.cgi?id=225680

Always enabling AsyncOverflowScrolling made many tests fail or
crash

Reverted changeset:

"[GTK] compositing/overflow/dynamic-composited-scrolling-
status.html is failing"
https://bugs.webkit.org/show_bug.cgi?id=225644
https://trac.webkit.org/changeset/277319

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (277347 => 277348)


--- trunk/Tools/ChangeLog	2021-05-12 00:54:26 UTC (rev 277347)
+++ trunk/Tools/ChangeLog	2021-05-12 01:16:12 UTC (rev 277348)
@@ -1,3 +1,18 @@
+2021-05-11  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, reverting r277319.
+        https://bugs.webkit.org/show_bug.cgi?id=225680
+
+        Always enabling AsyncOverflowScrolling made many tests fail or
+        crash
+
+        Reverted changeset:
+
+        "[GTK] compositing/overflow/dynamic-composited-scrolling-
+        status.html is failing"
+        https://bugs.webkit.org/show_bug.cgi?id=225644
+        https://trac.webkit.org/changeset/277319
+
 2021-05-11  Sihui Liu  <sihui_...@apple.com>
 
         Use one VM per thread for IDB serialization work

Modified: trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp (277347 => 277348)


--- trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp	2021-05-12 00:54:26 UTC (rev 277347)
+++ trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp	2021-05-12 01:16:12 UTC (rev 277348)
@@ -155,9 +155,7 @@
 
 TestFeatures TestController::platformSpecificFeatureDefaultsForTest(const TestCommand&) const
 {
-    TestFeatures features;
-    features.boolWebPreferenceFeatures.insert({ "AsyncOverflowScrollingEnabled", true });
-    return features;
+    return { };
 }
 
 } // namespace WTR
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to