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

Changeset 242233 in webkit


Ignore:
Timestamp:
Feb 28, 2019, 3:04:07 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r242232 r242233  
     12019-02-28  Antoine Quint  <graouts@apple.com>
     2
     3        Disable Web Animations in Safari Technology Preview
     4        https://bugs.webkit.org/show_bug.cgi?id=194748
     5        <rdar://problem/48139481>
     6
     7        Reviewed by Dean Jackson.
     8
     9        The test runners already opt into that feature explicitly, so all that is needed is to turn
     10        the default setting value to false.
     11
     12        * Shared/WebPreferences.yaml:
     13
    1142019-02-28  Antoine Quint  <graouts@apple.com>
    215
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r242232 r242233  
    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.