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

Changeset 286504 in webkit


Ignore:
Timestamp:
Dec 3, 2021, 11:21:51 AM (5 years ago)
Author:
timothy_horton@apple.com
Message:

Enable Momentum Event Generator by default
https://bugs.webkit.org/show_bug.cgi?id=233807
<rdar://problem/85262515>

Reviewed by Simon Fraser.

  • Scripts/Preferences/WebPreferencesInternal.yaml:

Turn it on for modern WebKit. Adjust the description slightly.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r286495 r286504  
     12021-12-03  Tim Horton  <timothy_horton@apple.com>
     2
     3        Enable Momentum Event Generator by default
     4        https://bugs.webkit.org/show_bug.cgi?id=233807
     5        <rdar://problem/85262515>
     6
     7        Reviewed by Simon Fraser.
     8
     9        * Scripts/Preferences/WebPreferencesInternal.yaml:
     10        Turn it on for modern WebKit. Adjust the description slightly.
     11
    1122021-12-03  Antti Koivisto  <antti@apple.com>
    213
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml

    r286434 r286504  
    554554  type: bool
    555555  humanReadableName: "Momentum Scrolling Animator"
    556   humanReadableDescription: "Drive momentum scrolling via an internal animator instead of using momentum events"
    557   defaultValue:
    558     WebKitLegacy:
    559       default: false
    560     WebKit:
    561       default: false
     556  humanReadableDescription: "Generate momentum events in WebKit instead of using those delivered by the system"
     557  defaultValue:
     558    WebKitLegacy:
     559      default: false
     560    WebKit:
     561      default: true
    562562    WebCore:
    563563      default: false
Note: See TracChangeset for help on using the changeset viewer.