⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 230521 in webkit


Ignore:
Timestamp:
Apr 11, 2018, 5:05:45 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[Web Animations] Turn Web Animations on by default
https://bugs.webkit.org/show_bug.cgi?id=184491

Patch by Antoine Quint <Antoine Quint> on 2018-04-11
Reviewed by Simon Fraser.

Source/WebCore:

  • page/RuntimeEnabledFeatures.h:

Source/WebKit:

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r230518 r230521  
     12018-04-11  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Turn Web Animations on by default
     4        https://bugs.webkit.org/show_bug.cgi?id=184491
     5
     6        Reviewed by Simon Fraser.
     7
     8        * page/RuntimeEnabledFeatures.h:
     9
    1102018-04-11  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/Source/WebCore/page/RuntimeEnabledFeatures.h

    r230290 r230521  
    337337#endif
    338338
    339     bool m_areWebAnimationsEnabled { false };
     339    bool m_areWebAnimationsEnabled { true };
    340340    bool m_areCSSAnimationsAndCSSTransitionsBackedByWebAnimationsEnabled { false };
    341341
  • trunk/Source/WebKit/ChangeLog

    r230514 r230521  
     12018-04-11  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Turn Web Animations on by default
     4        https://bugs.webkit.org/show_bug.cgi?id=184491
     5
     6        Reviewed by Simon Fraser.
     7
     8        * Shared/WebPreferences.yaml:
     9
    1102018-04-10  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r230290 r230521  
    11741174WebAnimationsEnabled:
    11751175  type: bool
    1176   defaultValue: false
     1176  defaultValue: true
    11771177  humanReadableName: "Web Animations"
    11781178  humanReadableDescription: "Web Animations prototype"
Note: See TracChangeset for help on using the changeset viewer.