Changeset 242337 in webkit
- Timestamp:
- Mar 3, 2019, 8:47:56 PM (7 years ago)
- Location:
- tags/Safari-608.1.7.2/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/WebPreferences.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/Safari-608.1.7.2/Source/WebKit/ChangeLog
r242082 r242337 1 2019-03-03 Babak Shafiei <bshafiei@apple.com> 2 3 Cherry-pick r242233. rdar://problem/48139481 4 5 Disable Web Animations in Safari Technology Preview 6 https://bugs.webkit.org/show_bug.cgi?id=194748 7 <rdar://problem/48139481> 8 9 Patch by Antoine Quint <graouts@apple.com> on 2019-02-28 10 Reviewed by Dean Jackson. 11 12 The test runners already opt into that feature explicitly, so all that is needed is to turn 13 the default setting value to false. 14 15 * Shared/WebPreferences.yaml: 16 17 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242233 268f45cc-cd09-0410-ab3c-d52691b4dbfc 18 19 2019-02-28 Antoine Quint <graouts@apple.com> 20 21 Disable Web Animations in Safari Technology Preview 22 https://bugs.webkit.org/show_bug.cgi?id=194748 23 <rdar://problem/48139481> 24 25 Reviewed by Dean Jackson. 26 27 The test runners already opt into that feature explicitly, so all that is needed is to turn 28 the default setting value to false. 29 30 * Shared/WebPreferences.yaml: 31 1 32 2019-02-26 Philippe Normand <pnormand@igalia.com> and Carlos Garcia Campos <cgarcia@igalia.com> 2 33 -
tags/Safari-608.1.7.2/Source/WebKit/Shared/WebPreferences.yaml
r241934 r242337 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.