⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 277348 in webkit


Ignore:
Timestamp:
May 11, 2021, 6:16:12 PM (5 years ago)
Author:
commit-queue@webkit.org
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

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r277343 r277348  
     12021-05-11  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, reverting r277319.
     4        https://bugs.webkit.org/show_bug.cgi?id=225680
     5
     6        Always enabling AsyncOverflowScrolling made many tests fail or
     7        crash
     8
     9        Reverted changeset:
     10
     11        "[GTK] compositing/overflow/dynamic-composited-scrolling-
     12        status.html is failing"
     13        https://bugs.webkit.org/show_bug.cgi?id=225644
     14        https://trac.webkit.org/changeset/277319
     15
    1162021-05-11  Sihui Liu  <sihui_liu@apple.com>
    217
  • trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp

    r277319 r277348  
    156156TestFeatures TestController::platformSpecificFeatureDefaultsForTest(const TestCommand&) const
    157157{
    158     TestFeatures features;
    159     features.boolWebPreferenceFeatures.insert({ "AsyncOverflowScrollingEnabled", true });
    160     return features;
     158    return { };
    161159}
    162160
Note: See TracChangeset for help on using the changeset viewer.