[webkit-changes] [WebKit/WebKit] 80c7a3: Remove getPropertyShorthand from the web exposed API.

Darin Adler noreply at github.com
Mon Nov 14 00:18:56 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 80c7a3df3ee1af77c4c3227c0b133754f90f35c5
      https://github.com/WebKit/WebKit/commit/80c7a3df3ee1af77c4c3227c0b133754f90f35c5
  Author: Darin Adler <darin at apple.com>
  Date:   2022-11-14 (Mon, 14 Nov 2022)

  Changed paths:
    M LayoutTests/css3/color-filters/color-filter-exposed-if-disabled-expected.txt
    M LayoutTests/css3/color-filters/color-filter-exposed-if-disabled.html
    M LayoutTests/css3/color-filters/color-filter-exposed-if-enabled-expected.txt
    M LayoutTests/css3/color-filters/color-filter-exposed-if-enabled.html
    R LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand-expected.txt
    R LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand.html
    R LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.js
    M LayoutTests/fast/css/style-enumerate-properties-expected.txt
    M LayoutTests/fast/css/style-enumerate-properties.html
    M Source/WebCore/css/CSSStyleDeclaration.idl
    M Source/WebInspectorUI/UserInterface/Models/NativeFunctionParameters.js

  Log Message:
  -----------
  Remove getPropertyShorthand from the web exposed API.
https://bugs.webkit.org/show_bug.cgi?id=87129
rdar://problem/102303976

Reviewed by Tim Nguyen.

* LayoutTests/css3/color-filters/color-filter-exposed-if-disabled-expected.txt: Updated.
* LayoutTests/css3/color-filters/color-filter-exposed-if-disabled.html: Removed call to
getPropertyShorthand.

* LayoutTests/css3/color-filters/color-filter-exposed-if-enabled-expected.txt: Updated.
* LayoutTests/css3/color-filters/color-filter-exposed-if-enabled.html: Removed call to
getPropertyShorthand.

* LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand-expected.txt: Removed.
* LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand.html: Removed.
* LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.js: Removed.

* LayoutTests/fast/css/style-enumerate-properties-expected.txt: Updated.
* LayoutTests/fast/css/style-enumerate-properties.html: Removed getPropertyShorthand from the list
of property names expected.

* Source/WebCore/css/CSSStyleDeclaration.idl: Removed getPropertyShorthand.

* Source/WebInspectorUI/UserInterface/Models/NativeFunctionParameters.js: Removed
getPropertyShorthand and isPropertyImplicit.

Canonical link: https://commits.webkit.org/256636@main




More information about the webkit-changes mailing list