-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Style] Move required type checking out of Style::BuilderConverter #47066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Style] Move required type checking out of Style::BuilderConverter #47066
Conversation
EWS run on previous version of this PR (hash 337b2c6) |
Safer C++ Build #41273 (337b2c6)❌ Found 1 failing file with 5 issues. Please address these issues before landing. See WebKit Guidelines for Safer C++ Programming. |
337b2c6
to
179fe58
Compare
EWS run on previous version of this PR (hash 179fe58) |
179fe58
to
1e0e43b
Compare
EWS run on previous version of this PR (hash 1e0e43b) |
1e0e43b
to
35962a3
Compare
EWS run on current version of this PR (hash 35962a3) |
https://bugs.webkit.org/show_bug.cgi?id=294847 Reviewed by Darin Adler. Move required type checking out of Style::BuilderConverter and into its own file so it can be shared without all the includes of StyleBuilderConverter.h * Source/WebCore/WebCore.xcodeproj/project.pbxproj: * Source/WebCore/css/CSSToStyleMap.cpp: * Source/WebCore/style/StyleBuilderChecking.h: Added. * Source/WebCore/style/StyleBuilderConverter.h: * Source/WebCore/style/StyleBuilderCustom.h: * Source/WebCore/style/StyleResolveForFont.cpp: * Source/WebCore/style/values/borders/StyleCornerShapeValue.cpp: * Source/WebCore/style/values/color-adjust/StyleColorScheme.cpp: * Source/WebCore/style/values/color/StyleDynamicRangeLimit.cpp: * Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp: * Source/WebCore/style/values/motion/StyleOffsetPosition.cpp: * Source/WebCore/style/values/svg/StyleSVGPaint.cpp: * Source/WebCore/style/values/transforms/StylePerspective.cpp: * Source/WebCore/style/values/transforms/StyleRotate.cpp: * Source/WebCore/style/values/transforms/StyleScale.cpp: * Source/WebCore/style/values/transforms/StyleTranslate.cpp: Canonical link: https://commits.webkit.org/296543@main
35962a3
to
6d7de39
Compare
Committed 296543@main (6d7de39): https://commits.webkit.org/296543@main Reviewed commits have been landed. Closing PR #47066 and removing active labels. |
6d7de39
35962a3
🧪 mac-AS-debug-wk2