Changeset 256914 in webkit


Ignore:
Timestamp:
Feb 19, 2020 1:25:35 AM (4 years ago)
Author:
cathiechen
Message:

Enable AspectRatioOfImgFromWidthAndHeightEnabled by default
https://bugs.webkit.org/show_bug.cgi?id=207880

Reviewed by Frédéric Wang.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r256913 r256914  
     12020-02-19  Cathie Chen  <cathiechen@igalia.com>
     2
     3        Enable AspectRatioOfImgFromWidthAndHeightEnabled by default
     4        https://bugs.webkit.org/show_bug.cgi?id=207880
     5
     6        Reviewed by Frédéric Wang.
     7
     8        * Shared/WebPreferences.yaml:
     9
    1102020-02-18  Zan Dobersek  <zdobersek@igalia.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r256820 r256914  
    15451545AspectRatioOfImgFromWidthAndHeightEnabled:
    15461546  type: bool
    1547   defaultValue: false
     1547  defaultValue: true
    15481548  humanReadableName: "Aspect ratio of <img> from width and height"
    15491549  humanReadableDescription: "Map HTML attributes width/height to the default aspect ratio of <img>"
Note: See TracChangeset for help on using the changeset viewer.