Changeset 291868 in webkit
- Timestamp:
- Mar 25, 2022 11:29:53 AM (4 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
r291863 r291868 1 2022-03-25 Antoine Quint <graouts@webkit.org> 2 3 [web-animations] enable support for mutable timelines by default 4 https://bugs.webkit.org/show_bug.cgi?id=237958 5 <rdar://problem/90370794> 6 7 Reviewed by Dean Jackson. 8 9 Both Chrome and Firefox have been shipping this feature for quite some time. 10 Our support for it is complete, we just need to turn it on by default. 11 12 * Scripts/Preferences/WebPreferencesExperimental.yaml: 13 1 14 2022-03-25 Chris Dumez <cdumez@apple.com> 2 15 -
trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
r291867 r291868 1607 1607 default: false 1608 1608 1609 # FIXME: This is enabled when ENABLE(EXPERIMENTAL_FEATURES) is true in WebKit2. Perhaps we should consider using that for WebKitLegacy as well.1610 1609 WebAnimationsMutableTimelinesEnabled: 1611 1610 type: bool … … 1614 1613 defaultValue: 1615 1614 WebKitLegacy: 1616 default: false 1617 WebKit: 1618 "ENABLE(EXPERIMENTAL_FEATURES)" : true 1619 default: false 1620 WebCore: 1621 default: false 1615 default: true 1616 WebKit: 1617 default: true 1618 WebCore: 1619 default: true 1622 1620 1623 1621 WebAssemblyESMIntegrationEnabled:
Note: See TracChangeset
for help on using the changeset viewer.