Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 484daed3f84dda2c6b208eb27552f45fa3f883b0 https://github.com/WebKit/WebKit/commit/484daed3f84dda2c6b208eb27552f45fa3f883b0 Author: Andrew Fryer <a_fr...@apple.com> Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths: M Source/WebCore/style/MatchedDeclarationsCache.cpp M Source/WebCore/style/MatchedDeclarationsCache.h M Source/WebCore/style/StyleResolver.cpp Log Message: ----------- Extend MatchedDeclarationsCache to store multiple entires https://bugs.webkit.org/show_bug.cgi?id=291829 rdar://149652557 Reviewed by Antti Koivisto. Extend that hash table by using wtf Vector of Entry as the value type instead of just Entry. * Source/WebCore/style/MatchedDeclarationsCache.cpp: (WebCore::Style::MatchedDeclarationsCache::find): (WebCore::Style::MatchedDeclarationsCache::add): (WebCore::Style::MatchedDeclarationsCache::num_entries): (WebCore::Style::MatchedDeclarationsCache::clearEntriesAffectedByViewportUnits): (WebCore::Style::MatchedDeclarationsCache::sweep): * Source/WebCore/style/MatchedDeclarationsCache.h: * Source/WebCore/style/StyleResolver.cpp: (WebCore::Style::Resolver::applyMatchedProperties): Canonical link: https://commits.webkit.org/294198@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes