Changeset 274424 in webkit


Ignore:
Timestamp:
Mar 15, 2021, 9:44:04 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Turn CSS aspect-ratio on by default
https://bugs.webkit.org/show_bug.cgi?id=223117

Patch by Rob Buis <rbuis@igalia.com> on 2021-03-15
Reviewed by Simon Fraser.

Turn CSS aspect-ratio on by default.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r274380 r274424  
     12021-03-15  Rob Buis  <rbuis@igalia.com>
     2
     3        Turn CSS aspect-ratio on by default
     4        https://bugs.webkit.org/show_bug.cgi?id=223117
     5
     6        Reviewed by Simon Fraser.
     7
     8        Turn CSS aspect-ratio on by default.
     9
     10        * Scripts/Preferences/WebPreferencesExperimental.yaml:
     11
    1122021-03-13  Tim Horton  <timothy_horton@apple.com>
    213
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r274368 r274424  
    4444  defaultValue:
    4545    WebKitLegacy:
    46       default: false
    47     WebKit:
    48       default: false
    49     WebCore:
    50       default: false
     46      default: true
     47    WebKit:
     48      default: true
     49    WebCore:
     50      default: true
    5151
    5252# FIXME: This is on by default in WebKit2. Perhaps we should consider turning it on for WebKitLegacy as well.
Note: See TracChangeset for help on using the changeset viewer.