Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1e156f0030f5d401649fc529c5eab0c0464c8d69
https://github.com/WebKit/WebKit/commit/1e156f0030f5d401649fc529c5eab0c0464c8d69
Author: Geoffrey Garen <[email protected]>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M Tools/Scripts/webkitpy/style/checker.py
A Tools/Scripts/webkitpy/style/checkers/computed_style_inline_includes.py
A
Tools/Scripts/webkitpy/style/checkers/computed_style_inline_includes_unittest.py
M Tools/Scripts/webkitpy/style/checkers/cpp.py
Log Message:
-----------
[Build Speed] Add a style checker for #include of
StyleComputedStyle+[GS]ettersInlines.h
https://bugs.webkit.org/show_bug.cgi?id=316938
rdar://179406272
Reviewed by Mike Wyrzykowski.
* Tools/Scripts/webkitpy/style/checker.py:
* Tools/Scripts/webkitpy/style/checkers/cpp.py: List the new checker
* Tools/Scripts/webkitpy/style/checkers/computed_style_inline_includes.py: Warn
about #include
outside the core layout + rendering folders.
*
Tools/Scripts/webkitpy/style/checkers/computed_style_inline_includes_unittest.py:
Unit test.
Canonical link: https://commits.webkit.org/315065@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications