Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4a9b52b842ed6e0bf4a522655d20107253d6370d
https://github.com/WebKit/WebKit/commit/4a9b52b842ed6e0bf4a522655d20107253d6370d
Author: Franco Vieira de Souza <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M Tools/Scripts/webkitpy/style/checkers/jsonchecker.py
Log Message:
-----------
[check-webkit-style] Add 'computed-style-getter-nodelete' to jsonchecker.py
https://bugs.webkit.org/show_bug.cgi?id=321953
rdar://185132938
Reviewed by Sam Weinig.
Tell jsonchecker.py about `computed-style-getter-nodelete`, which was
introduced in 319253@main. Without this, we get bogus errors when
touching CSSProperties.json:
check-webkit-style Source/WebCore/css/CSSProperties.json
Source/WebCore/css/CSSProperties.json:0: error: [json/syntax]
codegen-properties for property "font-feature-settings" has unexpected key
"computed-style-getter-nodelete".
Source/WebCore/css/CSSProperties.json:0: error: [json/syntax]
codegen-properties for property "font-variation-settings" has unexpected key
"computed-style-getter-nodelete".
Source/WebCore/css/CSSProperties.json:0: error: [json/syntax]
codegen-properties for property "font-variant-alternates" has unexpected key
"computed-style-getter-nodelete".
Total errors found: 3 in 1 files
* Tools/Scripts/webkitpy/style/checkers/jsonchecker.py:
(JSONCSSPropertiesChecker.check_codegen_properties):
Canonical link: https://commits.webkit.org/319333@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications