Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d17061c80049b2e84dd7dd39a490b91516a4c035
https://github.com/WebKit/WebKit/commit/d17061c80049b2e84dd7dd39a490b91516a4c035
Author: Antti Koivisto <[email protected]>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/Element.h
M Source/WebCore/html/shadow/DateTimeFieldElement.cpp
M Source/WebCore/html/shadow/DateTimeFieldElement.h
M Source/WebCore/html/shadow/SliderThumbElement.cpp
M Source/WebCore/html/shadow/SliderThumbElement.h
M Source/WebCore/html/shadow/TextControlInnerElements.cpp
M Source/WebCore/html/shadow/TextControlInnerElements.h
M Source/WebCore/style/ResolvedStyle.h
M Source/WebCore/style/StyleTreeResolver.cpp
M Source/WebCore/svg/SVGElement.cpp
M Source/WebCore/svg/SVGElement.h
Log Message:
-----------
Element::resolveCustomStyle should return UnadjustedStyle
https://bugs.webkit.org/show_bug.cgi?id=292536
rdar://problem/150677961
Reviewed by Alan Baradlay.
Do the adjustments in the caller using the same code as the regular path.
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::resolveCustomStyle):
(WebCore::Element::resolveStyle):
* Source/WebCore/dom/Element.h:
* Source/WebCore/html/shadow/DateTimeFieldElement.cpp:
(WebCore::DateTimeFieldElement::resolveCustomStyle):
* Source/WebCore/html/shadow/DateTimeFieldElement.h:
* Source/WebCore/html/shadow/SliderThumbElement.cpp:
(WebCore::SliderThumbElement::resolveCustomStyle):
* Source/WebCore/html/shadow/SliderThumbElement.h:
* Source/WebCore/html/shadow/TextControlInnerElements.cpp:
(WebCore::TextControlInnerContainer::resolveCustomStyle):
(WebCore::TextControlInnerElement::resolveCustomStyle):
(WebCore::TextControlInnerTextElement::resolveCustomStyle):
(WebCore::TextControlPlaceholderElement::resolveCustomStyle):
(WebCore::SearchFieldResultsButtonElement::resolveCustomStyle):
(WebCore::SearchFieldCancelButtonElement::resolveCustomStyle):
* Source/WebCore/html/shadow/TextControlInnerElements.h:
* Source/WebCore/style/StyleTreeResolver.cpp:
(WebCore::Style::TreeResolver::styleForStyleable):
* Source/WebCore/svg/SVGElement.cpp:
(WebCore::SVGElement::resolveCustomStyle):
* Source/WebCore/svg/SVGElement.h:
Canonical link: https://commits.webkit.org/294517@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes