Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 488162bdbba483ee0c6f380179b119283fef1740
      
https://github.com/WebKit/WebKit/commit/488162bdbba483ee0c6f380179b119283fef1740
  Author: Said Abou-Hallawa <[email protected]>
  Date:   2026-01-08 (Thu, 08 Jan 2026)

  Changed paths:
    R 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic-expected.html
    R 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic.html
    R 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-initial-expected.html
    R 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-initial.html
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo/parsing/the-checkmark-pseudo-element.tentative-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-pseudo-checkmark-expected.txt
    M LayoutTests/platform/gtk/TestExpectations
    M Source/JavaScriptCore/inspector/protocol/CSS.json
    M Source/WebCore/animation/WebAnimationUtilities.cpp
    M Source/WebCore/css/CSSPseudoSelectors.json
    M Source/WebCore/css/CSSSelector.cpp
    M Source/WebCore/css/parser/CSSSelectorParserContext.cpp
    M Source/WebCore/css/parser/CSSSelectorParserContext.h
    M Source/WebCore/cssjit/SelectorCompiler.cpp
    M Source/WebCore/html/HTMLInputElement.cpp
    M Source/WebCore/inspector/agents/InspectorCSSAgent.cpp
    M Source/WebCore/rendering/style/RenderStyleConstants.cpp
    M Source/WebCore/rendering/style/RenderStyleConstants.h
    M Source/WebCore/rendering/updating/RenderTreeBuilder.cpp
    M Source/WebCore/rendering/updating/RenderTreeBuilderFormControls.cpp
    M Source/WebCore/rendering/updating/RenderTreeBuilderFormControls.h
    M Source/WebCore/style/StyleTreeResolver.cpp
    M Source/WebCore/style/computed/StyleComputedStyle.cpp
    M Source/WebCore/style/computed/StyleComputedStyleBase+ConstructionInlines.h
    M Source/WebCore/style/computed/StyleComputedStyleBase.h
    M Source/WebInspectorUI/UserInterface/Controllers/CSSManager.js

  Log Message:
  -----------
  REGRESSION(304095@main): It caused 2% MotionMark regression
https://bugs.webkit.org/show_bug.cgi?id=305085
rdar://167655625

Reviewed by Per Arne Vollan.

304095@main caused a MotionMark regression due to increasing the size of 
RenderStyle.
304390@main has to be reverted as well.

* 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic-expected.html:
 Removed.
* 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic.html:
 Removed.
* 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-initial-expected.html:
 Removed.
* 
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-initial.html:
 Removed.
* 
LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo/parsing/the-checkmark-pseudo-element.tentative-expected.txt:
* 
LayoutTests/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-pseudo-checkmark-expected.txt:
* LayoutTests/platform/gtk/TestExpectations:
* Source/JavaScriptCore/inspector/protocol/CSS.json:
* Source/WebCore/animation/WebAnimationUtilities.cpp:
(WebCore::compareStyleOriginatedAnimationOwningElementPositionsInDocumentTreeOrder):
(WebCore::pseudoElementIdentifierAsString):
* Source/WebCore/css/CSSPseudoSelectors.json:
* Source/WebCore/css/CSSSelector.cpp:
(WebCore::CSSSelector::stylePseudoElementTypeFor):
* Source/WebCore/css/parser/CSSSelectorParserContext.cpp:
(WebCore::CSSSelectorParserContext::CSSSelectorParserContext):
(WebCore::add):
* Source/WebCore/css/parser/CSSSelectorParserContext.h:
* Source/WebCore/cssjit/SelectorCompiler.cpp:
(WebCore::SelectorCompiler::constructFragmentsInternal):
* Source/WebCore/html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::setChecked):
* Source/WebCore/inspector/agents/InspectorCSSAgent.cpp:
(WebCore::InspectorCSSAgent::protocolValueForPseudoElementType):
* Source/WebCore/rendering/style/RenderStyleConstants.cpp:
(WebCore::operator<<):
* Source/WebCore/rendering/style/RenderStyleConstants.h:
* Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:
(WebCore::RenderTreeBuilder::updateAfterDescendants):
* Source/WebCore/rendering/updating/RenderTreeBuilderFormControls.cpp:
(WebCore::RenderTreeBuilder::FormControls::updateCheckmark): Deleted.
(WebCore::RenderTreeBuilder::FormControls::updateAfterDescendants): Deleted.
* Source/WebCore/rendering/updating/RenderTreeBuilderFormControls.h:
* Source/WebCore/style/StyleTreeResolver.cpp:
(WebCore::Style::TreeResolver::resolveElement):
* Source/WebCore/style/computed/StyleComputedStyle.cpp:
* Source/WebCore/style/computed/StyleComputedStyleBase+ConstructionInlines.h:
(WebCore::Style::ComputedStyleBase::ComputedStyleBase):
* Source/WebCore/style/computed/StyleComputedStyleBase.h:
* Source/WebInspectorUI/UserInterface/Controllers/CSSManager.js:
(WI.CSSManager.displayNameForPseudoId):

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



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

Reply via email to