[webkit-changes] [WebKit/WebKit] 83d0b7: Rename Style::Builder::applyDeferredProperties
Antti Koivisto
noreply at github.com
Wed Aug 7 00:27:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 83d0b7bdba51349acf5e0ef1fa7a4e8b2fd2257b
https://github.com/WebKit/WebKit/commit/83d0b7bdba51349acf5e0ef1fa7a4e8b2fd2257b
Author: Antti Koivisto <antti at apple.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M Source/WebCore/css/process-css-properties.py
M Source/WebCore/style/PropertyCascade.h
M Source/WebCore/style/StyleBuilder.cpp
M Source/WebCore/style/StyleBuilder.h
Log Message:
-----------
Rename Style::Builder::applyDeferredProperties
https://bugs.webkit.org/show_bug.cgi?id=277676
rdar://133275653
Reviewed by Oriol Brufau and Sam Weinig.
Deferred properties are now just logical group properties.
* Source/WebCore/css/process-css-properties.py:
(StyleProperties._sort_by_descending_priority_and_name):
* Source/WebCore/style/PropertyCascade.h:
* Source/WebCore/style/StyleBuilder.cpp:
(WebCore::Style::Builder::applyNonHighPriorityProperties):
(WebCore::Style::Builder::applyLogicalGroupProperties):
(WebCore::Style::Builder::applyDeferredProperties): Deleted.
* Source/WebCore/style/StyleBuilder.h:
Canonical link: https://commits.webkit.org/281935@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