Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dfff95f8e29392164440de33e50a0d6039b9f2d5
https://github.com/WebKit/WebKit/commit/dfff95f8e29392164440de33e50a0d6039b9f2d5
Author: Sam Weinig <[email protected]>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/scripts/process-css-properties.py
M Source/WebCore/rendering/style/RenderStyle.cpp
M Source/WebCore/rendering/style/RenderStyleInlines.h
M Source/WebCore/rendering/style/RenderStyleSetters.h
M Source/WebCore/rendering/style/StyleVisitedLinkColorData.cpp
M Source/WebCore/rendering/style/StyleVisitedLinkColorData.h
M Tools/Scripts/webkitpy/style/checkers/jsonchecker.py
Log Message:
-----------
[RenderStyleGen] Generate visited link color getter/setters
https://bugs.webkit.org/show_bug.cgi?id=303258
Reviewed by Darin Adler.
Extends generation of RenderStyle property getters and setters
to include the visited link color variants. This requires a few
new codegen options, each mirroring its non-visted-link counterpart:
- render-style-visited-link-storage-container
- render-style-visited-link-storage-name
- render-style-visited-link-storage-path
Also renames all the visited link variables to be consistently named.
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/scripts/process-css-properties.py:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/rendering/style/RenderStyleSetters.h:
* Source/WebCore/rendering/style/StyleVisitedLinkColorData.cpp:
* Source/WebCore/rendering/style/StyleVisitedLinkColorData.h:
Canonical link: https://commits.webkit.org/303698@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications