[webkit-changes] [WebKit/WebKit] f09c90: [@property] Invalidate matched declarations cache ...

Antti Koivisto noreply at github.com
Wed Jan 11 09:35:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f09c90ff743565c58e3d4835f025a99a61585157
      https://github.com/WebKit/WebKit/commit/f09c90ff743565c58e3d4835f025a99a61585157
  Author: Antti Koivisto <antti at apple.com>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-typedom-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/determine-registration-expected.txt
    M Source/WebCore/style/CustomPropertyRegistry.cpp

  Log Message:
  -----------
  [@property] Invalidate matched declarations cache when property registrations change
https://bugs.webkit.org/show_bug.cgi?id=250446
rdar://104113725

Reviewed by Antoine Quint.

* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-typedom-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/determine-registration-expected.txt:
* Source/WebCore/style/CustomPropertyRegistry.cpp:
(WebCore::Style::CustomPropertyRegistry::registerFromStylesheet):

Property registrations may affect interpretations of custom properties in the cache.

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




More information about the webkit-changes mailing list