Changeset 242233 in webkit
- Timestamp:
- Feb 28, 2019, 3:04:07 PM (8 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/WebPreferences.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r242232 r242233 1 2019-02-28 Antoine Quint <graouts@apple.com> 2 3 Disable Web Animations in Safari Technology Preview 4 https://bugs.webkit.org/show_bug.cgi?id=194748 5 <rdar://problem/48139481> 6 7 Reviewed by Dean Jackson. 8 9 The test runners already opt into that feature explicitly, so all that is needed is to turn 10 the default setting value to false. 11 12 * Shared/WebPreferences.yaml: 13 1 14 2019-02-28 Antoine Quint <graouts@apple.com> 2 15 -
trunk/Source/WebKit/Shared/WebPreferences.yaml
r242232 r242233 1249 1249 WebAnimationsCSSIntegrationEnabled: 1250 1250 type: bool 1251 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED1251 defaultValue: false 1252 1252 humanReadableName: "CSS Animations via Web Animations" 1253 1253 humanReadableDescription: "Expose CSS Animations and CSS Transitions through getAnimations()"
Note:
See TracChangeset
for help on using the changeset viewer.