[webkit-changes] [WebKit/WebKit] 0a3862: Allow partial style application after matched decl...

Antti Koivisto noreply at github.com
Fri May 10 22:54:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0a38622f980382fde0742e9d263c9e652037fbf4
      https://github.com/WebKit/WebKit/commit/0a38622f980382fde0742e9d263c9e652037fbf4
  Author: Antti Koivisto <antti at apple.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M Source/WebCore/style/StyleResolver.cpp

  Log Message:
  -----------
  Allow partial style application after matched declarations cache hit
https://bugs.webkit.org/show_bug.cgi?id=273874
rdar://127734164

Reviewed by Alan Baradlay.

* Source/WebCore/style/StyleResolver.cpp:
(WebCore::Style::Resolver::applyMatchedProperties):

We were mistakenly applying all properties instead of just ones that are needed if we got
a cache hit where we couldn't reuse the cached style fully.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list