Changeset 223143 in webkit


Ignore:
Timestamp:
Oct 10, 2017 2:24:15 PM (7 years ago)
Author:
Michael Catanzaro
Message:

CSS constant properties should not be enabled by default
https://bugs.webkit.org/show_bug.cgi?id=177416

Reviewed by Darin Adler.

  • Shared/WebPreferencesDefinitions.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223141 r223143  
     12017-10-10  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        CSS constant properties should not be enabled by default
     4        https://bugs.webkit.org/show_bug.cgi?id=177416
     5
     6        Reviewed by Darin Adler.
     7
     8        * Shared/WebPreferencesDefinitions.h:
     9
    1102017-10-10  Brady Eidson  <beidson@apple.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h

    r222708 r223143  
    375375    macro(AsyncFrameScrollingEnabled, asyncFrameScrollingEnabled, Bool, bool, false, "Async Frame Scrolling", "Perform frame scrolling in a dedicated thread or process") \
    376376    macro(CacheAPIEnabled, cacheAPIEnabled, Bool, bool, false, "Cache API", "Enable Cache API") \
    377     macro(ConstantPropertiesEnabled, constantPropertiesEnabled, Bool, bool, true, "Constant Properties", "Enable CSS constant() properties") \
     377    macro(ConstantPropertiesEnabled, constantPropertiesEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Constant Properties", "Enable CSS constant() properties") \
    378378    macro(DisplayContentsEnabled, displayContentsEnabled, Bool, bool, false, "CSS display: contents", "Enable CSS display: contents support") \
    379379    macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "CSS Spring Animations", "CSS Spring Animation prototype") \
Note: See TracChangeset for help on using the changeset viewer.