Changeset 291868 in webkit


Ignore:
Timestamp:
Mar 25, 2022 11:29:53 AM (4 months ago)
Author:
graouts@webkit.org
Message:

[web-animations] enable support for mutable timelines by default
https://bugs.webkit.org/show_bug.cgi?id=237958
<rdar://problem/90370794>

Reviewed by Dean Jackson.

Both Chrome and Firefox have been shipping this feature for quite some time.
Our support for it is complete, we just need to turn it on by default.

  • Scripts/Preferences/WebPreferencesExperimental.yaml:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r291863 r291868  
     12022-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
    1142022-03-25  Chris Dumez  <cdumez@apple.com>
    215
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r291867 r291868  
    16071607      default: false
    16081608
    1609 # FIXME: This is enabled when ENABLE(EXPERIMENTAL_FEATURES) is true in WebKit2. Perhaps we should consider using that for WebKitLegacy as well.
    16101609WebAnimationsMutableTimelinesEnabled:
    16111610  type: bool
     
    16141613  defaultValue:
    16151614    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
    16221620
    16231621WebAssemblyESMIntegrationEnabled:
Note: See TracChangeset for help on using the changeset viewer.