Changeset 274424 in webkit
- Timestamp:
- Mar 15, 2021, 9:44:04 AM (4 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r274380 r274424 1 2021-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 1 12 2021-03-13 Tim Horton <timothy_horton@apple.com> 2 13 -
trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
r274368 r274424 44 44 defaultValue: 45 45 WebKitLegacy: 46 default: false47 WebKit: 48 default: false49 WebCore: 50 default: false46 default: true 47 WebKit: 48 default: true 49 WebCore: 50 default: true 51 51 52 52 # 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.