Changeset 284155 in webkit


Ignore:
Timestamp:
Oct 14, 2021 6:02:16 AM (9 months ago)
Author:
ntim@apple.com
Message:

Enable <dialog> element by default
https://bugs.webkit.org/show_bug.cgi?id=231307

Reviewed by Brent Fulgham.

  • Scripts/Preferences/WebPreferencesExperimental.yaml:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r284152 r284155  
     12021-10-14  Tim Nguyen  <ntim@apple.com>
     2
     3        Enable <dialog> element by default
     4        https://bugs.webkit.org/show_bug.cgi?id=231307
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * Scripts/Preferences/WebPreferencesExperimental.yaml:
     9
    1102021-10-14  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r284143 r284155  
    418418  defaultValue:
    419419    WebKitLegacy:
    420       default: false
    421     WebKit:
    422       default: false
     420      default: true
     421    WebKit:
     422      default: true
     423    WebCore:
     424      default: true
    423425
    424426# FIXME: Starting the preference name with "Disable" is inconsistent with most other preferences and should be changed.
Note: See TracChangeset for help on using the changeset viewer.