Changeset 243800 in webkit


Ignore:
Timestamp:
Apr 3, 2019 9:02:06 AM (5 years ago)
Author:
Wenson Hsieh
Message:

Add a WebKit internal feature flag to always enable modern compatibility mode by default
https://bugs.webkit.org/show_bug.cgi?id=196526
<rdar://problem/49532923>

Reviewed by Antoine Quint.

  • Shared/WebPreferences.yaml:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243798 r243800  
     12019-04-03  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Add a WebKit internal feature flag to always enable modern compatibility mode by default
     4        https://bugs.webkit.org/show_bug.cgi?id=196526
     5        <rdar://problem/49532923>
     6
     7        Reviewed by Antoine Quint.
     8
     9        * Shared/WebPreferences.yaml:
     10
    1112019-04-03  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r243682 r243800  
    16311631  type: bool
    16321632
     1633UseModernCompatibilityModeByDefault:
     1634  category: internal
     1635  defaultValue: false
     1636  humanReadableName: "Use Modern Compatibility Mode"
     1637  humanReadableDescription: "Use modern compatibility mode everywhere by default"
     1638  webcoreBinding: none
     1639  type: bool
     1640
    16331641# Deprecated
    16341642
Note: See TracChangeset for help on using the changeset viewer.