Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 99382c058ceabd63ec897b7c5874610dc2e0890b
https://github.com/WebKit/WebKit/commit/99382c058ceabd63ec897b7c5874610dc2e0890b
Author: Sam Weinig <[email protected]>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M Source/WebCore/rendering/style/RenderStyle+SettersInlines.h
M Source/WebCore/rendering/style/RenderStyle.h
M Source/WebCore/style/StyleAdjuster.cpp
M Source/WebCore/style/StyleAdjuster.h
M Source/WebCore/style/StyleResolveForDocument.cpp
M Source/WebCore/style/computed/StyleComputedStyle+SettersInlines.h
M Source/WebCore/style/computed/StyleComputedStyle.cpp
M Source/WebCore/style/computed/StyleComputedStyle.h
M Source/WebCore/style/computed/StyleComputedStyleBase.h
M Source/WebCore/style/values/text-decoration/StyleTextDecorationLine.cpp
M Source/WebCore/style/values/text-decoration/StyleTextDecorationLine.h
Log Message:
-----------
[Style] Reduce number of specialized mutation functions on
RenderStyle/Style::ComputedStyle
https://bugs.webkit.org/show_bug.cgi?id=307093
Reviewed by Darin Adler.
Reduce number of specialized mutation functions on
RenderStyle/Style::ComputedStyle
by moving some to Style::Adjuster and inlining others that only have one caller.
* Source/WebCore/rendering/style/RenderStyle+SettersInlines.h:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/style/StyleAdjuster.cpp:
* Source/WebCore/style/StyleAdjuster.h:
* Source/WebCore/style/StyleResolveForDocument.cpp:
* Source/WebCore/style/computed/StyleComputedStyle+SettersInlines.h:
* Source/WebCore/style/computed/StyleComputedStyle.cpp:
* Source/WebCore/style/computed/StyleComputedStyle.h:
* Source/WebCore/style/computed/StyleComputedStyleBase.h:
* Source/WebCore/style/values/text-decoration/StyleTextDecorationLine.cpp:
* Source/WebCore/style/values/text-decoration/StyleTextDecorationLine.h:
Canonical link: https://commits.webkit.org/306940@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications