Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d70128aefc837718bed0d16de43c797952487eb2
https://github.com/WebKit/WebKit/commit/d70128aefc837718bed0d16de43c797952487eb2
Author: Sam Weinig <[email protected]>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M Source/WebCore/Headers.cmake
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/rendering/RenderBlock.cpp
M Source/WebCore/rendering/RenderBoxInlines.h
M Source/WebCore/rendering/RenderElementStyleInlines.h
M Source/WebCore/rendering/style/RenderStyle+GettersInlines.h
M Source/WebCore/rendering/style/RenderStyle.h
M Source/WebCore/style/StyleAdjuster.cpp
A Source/WebCore/style/StyleContainmentChecker.h
A Source/WebCore/style/StyleContainmentCheckerInlines.h
Log Message:
-----------
[Style] Move containment checker functions to their own file
https://bugs.webkit.org/show_bug.cgi?id=308355
Reviewed by Alan Baradlay.
Continues moving things out of RenderStyle.h, this time moving
the containment checker functions. To reduce a bit of parameter
duplication, the checkers have been put together in a simple
wrapper class.
* Source/WebCore/Headers.cmake:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/rendering/RenderBlock.cpp:
* Source/WebCore/rendering/RenderBoxInlines.h:
* Source/WebCore/rendering/RenderElementInlines.h:
* Source/WebCore/rendering/RenderElementStyleInlines.h:
* Source/WebCore/rendering/style/RenderStyle+GettersInlines.h:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/style/StyleAdjuster.cpp:
* Source/WebCore/style/StyleContainmentChecker.h: Added.
* Source/WebCore/style/StyleContainmentCheckerInlines.h: Added.
Canonical link: https://commits.webkit.org/307991@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications