Changeset 232186 in webkit


Ignore:
Timestamp:
May 25, 2018 6:47:11 AM (6 years ago)
Author:
graouts@webkit.org
Message:

[Web Animations] Use DEFAULT_EXPERIMENTAL_FEATURES_ENABLED for Web Animations experimental features
https://bugs.webkit.org/show_bug.cgi?id=185919

Reviewed by Dean Jackson.

  • Shared/WebPreferences.yaml:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r232184 r232186  
     12018-05-23  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Use DEFAULT_EXPERIMENTAL_FEATURES_ENABLED for Web Animations experimental features
     4        https://bugs.webkit.org/show_bug.cgi?id=185919
     5
     6        Reviewed by Dean Jackson.
     7
     8        * Shared/WebPreferences.yaml:
     9
    1102018-05-24  Dan Bernstein  <mitz@apple.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r231977 r232186  
    11891189WebAnimationsEnabled:
    11901190  type: bool
    1191   defaultValue: true
     1191  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
    11921192  humanReadableName: "Web Animations"
    11931193  humanReadableDescription: "Web Animations prototype"
     
    11971197WebAnimationsCSSIntegrationEnabled:
    11981198  type: bool
    1199   defaultValue: false
     1199  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
    12001200  humanReadableName: "Web Animations and CSS Integration"
    12011201  humanReadableDescription: "Expose CSS Animations and CSS Transitions through getAnimations()"
Note: See TracChangeset for help on using the changeset viewer.