[webkit-changes] [WebKit/WebKit] d20f6c: Remove CSSStyleDeclaration#isPropertyImplicit from...

Darin Adler noreply at github.com
Sun Nov 13 22:23:57 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d20f6c0295260f8adc679dde22c8b9c00c01ad93
      https://github.com/WebKit/WebKit/commit/d20f6c0295260f8adc679dde22c8b9c00c01ad93
  Author: Darin Adler <darin at apple.com>
  Date:   2022-11-13 (Sun, 13 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
    M LayoutTests/fast/css/font-shorthand-expected.txt
    M LayoutTests/fast/css/font-shorthand.html
    R LayoutTests/fast/css/implicit-property-restore-expected.txt
    R LayoutTests/fast/css/implicit-property-restore.html
    M LayoutTests/fast/css/style-enumerate-properties-expected.txt
    M LayoutTests/fast/css/style-enumerate-properties.html
    R LayoutTests/fast/inspector-support/style-expected.txt
    R LayoutTests/fast/inspector-support/style.html
    M LayoutTests/platform/win/fast/css/font-shorthand-expected.txt
    R LayoutTests/platform/win/fast/inspector-support/style-expected.txt
    M Source/WebCore/css/CSSStyleDeclaration.idl
    M Source/WebCore/css/PropertySetCSSStyleDeclaration.cpp

  Log Message:
  -----------
  Remove CSSStyleDeclaration#isPropertyImplicit from the web exposed API
https://bugs.webkit.org/show_bug.cgi?id=217625
rdar://problem/70447880

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 test of
isPropertyImplicit.

* LayoutTests/css3/color-filters/color-filter-exposed-if-enabled-expected.txt: Updated.
* LayoutTests/css3/color-filters/color-filter-exposed-if-enabled.html: Removed test of
isPropertyImplicit.

* LayoutTests/fast/css/font-shorthand-expected.txt: Updated.
* LayoutTests/fast/css/font-shorthand.html: Removed code that dumps the name of the shorthand
and the result of isPropertyImplicit.

* LayoutTests/fast/css/implicit-property-restore-expected.txt: Removed.
* LayoutTests/fast/css/implicit-property-restore.html: Removed.

* LayoutTests/fast/css/style-enumerate-properties-expected.txt: Updated.
* LayoutTests/fast/css/style-enumerate-properties.html: Removed isPropertyImplicit.

* LayoutTests/fast/inspector-support/style-expected.txt: Removed.
* LayoutTests/fast/inspector-support/style.html: Removed.

* LayoutTests/platform/win/fast/css/font-shorthand-expected.txt: Updated.

* LayoutTests/platform/win/fast/inspector-support/style-expected.txt: Removed.

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

* Source/WebCore/css/PropertySetCSSStyleDeclaration.cpp:
(WebCore::PropertySetCSSStyleDeclaration::isPropertyImplicit): Removed unneeded check of isExposed
since the clients of this function are now all internal and not web-exposed.

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




More information about the webkit-changes mailing list