Changeset 230682 in webkit


Ignore:
Timestamp:
Apr 16, 2018 2:52:24 PM (6 years ago)
Author:
Kocsen Chung
Message:

Cherry-pick r230521. rdar://problem/39344671

[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:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230521 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
tags/Safari-606.1.13.1/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-606.1.13.1/Source/WebCore/ChangeLog

    r230617 r230682  
     12018-04-16  Kocsen Chung  <kocsen_chung@apple.com>
     2
     3        Cherry-pick r230521. rdar://problem/39344671
     4
     5    [Web Animations] Turn Web Animations on by default
     6    https://bugs.webkit.org/show_bug.cgi?id=184491
     7   
     8    Patch by Antoine Quint <graouts@apple.com> on 2018-04-11
     9    Reviewed by Simon Fraser.
     10   
     11    Source/WebCore:
     12   
     13    * page/RuntimeEnabledFeatures.h:
     14   
     15    Source/WebKit:
     16   
     17    * Shared/WebPreferences.yaml:
     18   
     19    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230521 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     20
     21    2018-04-11  Antoine Quint  <graouts@apple.com>
     22
     23            [Web Animations] Turn Web Animations on by default
     24            https://bugs.webkit.org/show_bug.cgi?id=184491
     25
     26            Reviewed by Simon Fraser.
     27
     28            * page/RuntimeEnabledFeatures.h:
     29
    1302018-04-12  Kocsen Chung  <kocsen_chung@apple.com>
    231
  • tags/Safari-606.1.13.1/Source/WebCore/page/RuntimeEnabledFeatures.h

    r230617 r230682  
    337337#endif
    338338
    339     bool m_areWebAnimationsEnabled { false };
     339    bool m_areWebAnimationsEnabled { true };
    340340    bool m_areCSSAnimationsAndCSSTransitionsBackedByWebAnimationsEnabled { false };
    341341
  • tags/Safari-606.1.13.1/Source/WebKit/ChangeLog

    r230617 r230682  
     12018-04-16  Kocsen Chung  <kocsen_chung@apple.com>
     2
     3        Cherry-pick r230521. rdar://problem/39344671
     4
     5    [Web Animations] Turn Web Animations on by default
     6    https://bugs.webkit.org/show_bug.cgi?id=184491
     7   
     8    Patch by Antoine Quint <graouts@apple.com> on 2018-04-11
     9    Reviewed by Simon Fraser.
     10   
     11    Source/WebCore:
     12   
     13    * page/RuntimeEnabledFeatures.h:
     14   
     15    Source/WebKit:
     16   
     17    * Shared/WebPreferences.yaml:
     18   
     19    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230521 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     20
     21    2018-04-11  Antoine Quint  <graouts@apple.com>
     22
     23            [Web Animations] Turn Web Animations on by default
     24            https://bugs.webkit.org/show_bug.cgi?id=184491
     25
     26            Reviewed by Simon Fraser.
     27
     28            * Shared/WebPreferences.yaml:
     29
    1302018-04-12  Kocsen Chung  <kocsen_chung@apple.com>
    231
  • tags/Safari-606.1.13.1/Source/WebKit/Shared/WebPreferences.yaml

    r230617 r230682  
    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.