Changeset 232771 in webkit


Ignore:
Timestamp:
Jun 12, 2018 1:15:30 PM (6 years ago)
Author:
Brent Fulgham
Message:

Turn CSS Spring Animations and Link Preload off by default for production builds.
https://bugs.webkit.org/show_bug.cgi?id=186548
<rdar://problem/41023774>

Reviewed by Eric Carlson.

  • Shared/WebPreferences.yaml: Switch these features from 'on' to

DEFAULT_EXPERIMENTAL_FEATURES_ENABLED.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r232770 r232771  
     12018-06-12  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Turn CSS Spring Animations and Link Preload off by default for production builds.
     4        https://bugs.webkit.org/show_bug.cgi?id=186548
     5        <rdar://problem/41023774>
     6
     7        Reviewed by Eric Carlson.
     8
     9        * Shared/WebPreferences.yaml: Switch these features from 'on' to
     10        DEFAULT_EXPERIMENTAL_FEATURES_ENABLED.
     11
    1122018-06-12  Wenson Hsieh  <wenson_hsieh@apple.com>
    213
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r232768 r232771  
    11011101SpringTimingFunctionEnabled:
    11021102  type: bool
    1103   defaultValue: true
     1103  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
    11041104  humanReadableName: "CSS Spring Animations"
    11051105  humanReadableDescription: "CSS Spring Animation prototype"
     
    11161116LinkPreloadEnabled:
    11171117  type: bool
    1118   defaultValue: true
     1118  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
    11191119  humanReadableName: "Link Preload"
    11201120  humanReadableDescription: "Link preload support"
Note: See TracChangeset for help on using the changeset viewer.