Changeset 290067 in webkit


Ignore:
Timestamp:
Feb 17, 2022 1:29:19 PM (5 months ago)
Author:
Nikos Mouchtaris
Message:

[Web Animations] Enable Composite Animations
https://bugs.webkit.org/show_bug.cgi?id=236682

Reviewed by Dean Jackson.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r290051 r290067  
     12022-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
    1102022-02-17  Nikolaos Mouchtaris  <nmouchtaris@apple.com>
    211
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r290051 r290067  
    15191519      default: true
    15201520
    1521 # FIXME: This is enabled when ENABLE(EXPERIMENTAL_FEATURES) is true in WebKit2. Perhaps we should consider using that for WebKitLegacy as well.
    15221521WebAnimationsCompositeOperationsEnabled:
    15231522  type: bool
     
    15261525  defaultValue:
    15271526    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
    15341532
    15351533WebAnimationsCustomEffectsEnabled:
Note: See TracChangeset for help on using the changeset viewer.