Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 80c7a3df3ee1af77c4c3227c0b133754f90f35c5
      
https://github.com/WebKit/WebKit/commit/80c7a3df3ee1af77c4c3227c0b133754f90f35c5
  Author: Darin Adler <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to