Changeset 290067 in webkit
- Timestamp:
- Feb 17, 2022 1:29:19 PM (5 months ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/Preferences/WebPreferencesExperimental.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r290051 r290067 1 2022-02-17 Nikolaos Mouchtaris <nmouchtaris@apple.com> 2 3 [Web Animations] Enable Composite Animations 4 https://bugs.webkit.org/show_bug.cgi?id=236682 5 6 Reviewed by Dean Jackson. 7 8 * Scripts/Preferences/WebPreferencesExperimental.yaml: 9 1 10 2022-02-17 Nikolaos Mouchtaris <nmouchtaris@apple.com> 2 11 -
trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
r290051 r290067 1519 1519 default: true 1520 1520 1521 # FIXME: This is enabled when ENABLE(EXPERIMENTAL_FEATURES) is true in WebKit2. Perhaps we should consider using that for WebKitLegacy as well.1522 1521 WebAnimationsCompositeOperationsEnabled: 1523 1522 type: bool … … 1526 1525 defaultValue: 1527 1526 WebKitLegacy: 1528 default: false 1529 WebKit: 1530 "ENABLE(EXPERIMENTAL_FEATURES)" : true 1531 default: false 1532 WebCore: 1533 default: false 1527 default: true 1528 WebKit: 1529 default: true 1530 WebCore: 1531 default: true 1534 1532 1535 1533 WebAnimationsCustomEffectsEnabled:
Note: See TracChangeset
for help on using the changeset viewer.