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

Changeset 242337 in webkit


Ignore:
Timestamp:
Mar 3, 2019, 8:47:56 PM (7 years ago)
Author:
bshafiei@apple.com
Message:

Cherry-pick r242233. rdar://problem/48139481

Disable Web Animations in Safari Technology Preview
https://bugs.webkit.org/show_bug.cgi?id=194748
<rdar://problem/48139481>

Patch by Antoine Quint <Antoine Quint> on 2019-02-28
Reviewed by Dean Jackson.

The test runners already opt into that feature explicitly, so all that is needed is to turn
the default setting value to false.

  • Shared/WebPreferences.yaml:

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

Location:
tags/Safari-608.1.7.2/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-608.1.7.2/Source/WebKit/ChangeLog

    r242082 r242337  
     12019-03-03  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Cherry-pick r242233. rdar://problem/48139481
     4
     5    Disable Web Animations in Safari Technology Preview
     6    https://bugs.webkit.org/show_bug.cgi?id=194748
     7    <rdar://problem/48139481>
     8   
     9    Patch by Antoine Quint <graouts@apple.com> on 2019-02-28
     10    Reviewed by Dean Jackson.
     11   
     12    The test runners already opt into that feature explicitly, so all that is needed is to turn
     13    the default setting value to false.
     14   
     15    * Shared/WebPreferences.yaml:
     16   
     17    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242233 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     18
     19    2019-02-28  Antoine Quint  <graouts@apple.com>
     20
     21            Disable Web Animations in Safari Technology Preview
     22            https://bugs.webkit.org/show_bug.cgi?id=194748
     23            <rdar://problem/48139481>
     24
     25            Reviewed by Dean Jackson.
     26
     27            The test runners already opt into that feature explicitly, so all that is needed is to turn
     28            the default setting value to false.
     29
     30            * Shared/WebPreferences.yaml:
     31
    1322019-02-26  Philippe Normand <pnormand@igalia.com> and Carlos Garcia Campos  <cgarcia@igalia.com>
    233
  • tags/Safari-608.1.7.2/Source/WebKit/Shared/WebPreferences.yaml

    r241934 r242337  
    12491249WebAnimationsCSSIntegrationEnabled:
    12501250  type: bool
    1251   defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
     1251  defaultValue: false
    12521252  humanReadableName: "CSS Animations via Web Animations"
    12531253  humanReadableDescription: "Expose CSS Animations and CSS Transitions through getAnimations()"
Note: See TracChangeset for help on using the changeset viewer.