Changeset 286504 in webkit
- Timestamp:
- Dec 3, 2021, 11:21:51 AM (5 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/Preferences/WebPreferencesInternal.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r286495 r286504 1 2021-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 1 12 2021-12-03 Antti Koivisto <antti@apple.com> 2 13 -
trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml
r286434 r286504 554 554 type: bool 555 555 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: false556 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 562 562 WebCore: 563 563 default: false
Note:
See TracChangeset
for help on using the changeset viewer.