Changeset 286726 in webkit
- Timestamp:
- Dec 8, 2021, 1:26:09 PM (5 years ago)
- Location:
- branches/safari-612.4.2.1-branch/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/Preferences/WebPreferencesInternal.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.4.2.1-branch/Source/WTF/ChangeLog
r286725 r286726 1 2021-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 1 27 2021-12-03 Alan Coon <alancoon@apple.com> 2 28 -
branches/safari-612.4.2.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml
r286725 r286726 540 540 type: bool 541 541 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" 543 543 defaultValue: 544 544 WebKitLegacy: … … 547 547 WebKit: 548 548 "PLATFORM(MAC)": true 549 default: false549 default: true 550 550 WebCore: 551 551 "PLATFORM(MAC)": true
Note:
See TracChangeset
for help on using the changeset viewer.