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

Changeset 286726 in webkit


Ignore:
Timestamp:
Dec 8, 2021, 1:26:09 PM (5 years ago)
Author:
Alan Coon
Message:

Cherry-pick r286504. rdar://problem/85928816

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.

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286504 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-612.4.2.1-branch/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-612.4.2.1-branch/Source/WTF/ChangeLog

    r286725 r286726  
     12021-12-03  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r286504. rdar://problem/85928816
     4
     5    Enable Momentum Event Generator by default
     6    https://bugs.webkit.org/show_bug.cgi?id=233807
     7    <rdar://problem/85262515>
     8   
     9    Reviewed by Simon Fraser.
     10   
     11    * Scripts/Preferences/WebPreferencesInternal.yaml:
     12    Turn it on for modern WebKit. Adjust the description slightly.
     13   
     14    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286504 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     15
     16    2021-12-03  Tim Horton  <timothy_horton@apple.com>
     17
     18            Enable Momentum Event Generator by default
     19            https://bugs.webkit.org/show_bug.cgi?id=233807
     20            <rdar://problem/85262515>
     21
     22            Reviewed by Simon Fraser.
     23
     24            * Scripts/Preferences/WebPreferencesInternal.yaml:
     25            Turn it on for modern WebKit. Adjust the description slightly.
     26
    1272021-12-03  Alan Coon  <alancoon@apple.com>
    228
  • branches/safari-612.4.2.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml

    r286725 r286726  
    540540  type: bool
    541541  humanReadableName: "Momentum Scrolling Animator"
    542   humanReadableDescription: "Drive momentum scrolling via an internal animator instead of using momentum events"
     542  humanReadableDescription: "Generate momentum events in WebKit instead of using those delivered by the system"
    543543  defaultValue:
    544544    WebKitLegacy:
     
    547547    WebKit:
    548548      "PLATFORM(MAC)": true
    549       default: false
     549      default: true
    550550    WebCore:
    551551      "PLATFORM(MAC)": true
Note: See TracChangeset for help on using the changeset viewer.