Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ffc9f55a00906bbbded0de84eb0fff957d073537 https://github.com/WebKit/WebKit/commit/ffc9f55a00906bbbded0de84eb0fff957d073537 Author: Sam Weinig <s...@webkit.org> Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths: M Source/WebCore/Sources.txt M Source/WebCore/WebCore.xcodeproj/project.pbxproj M Source/WebCore/css/CSSFontFaceSet.cpp M Source/WebCore/css/CSSProperties.json M Source/WebCore/css/FontFace.cpp M Source/WebCore/css/ShorthandSerializer.cpp M Source/WebCore/css/StyleProperties.cpp M Source/WebCore/css/parser/CSSParserImpl.cpp M Source/WebCore/css/parser/CSSPropertyParser.cpp M Source/WebCore/css/parser/CSSPropertyParser.h A Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp A Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.h M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp M Source/WebCore/css/parser/CSSPropertyParserHelpers.h M Source/WebCore/css/parser/CSSPropertyParserWorkerSafe.cpp M Source/WebCore/css/parser/CSSPropertyParserWorkerSafe.h M Source/WebCore/css/parser/CSSSupportsParser.cpp M Source/WebCore/css/process-css-properties.py M Source/WebCore/editing/EditingStyle.cpp M Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp M Source/WebCore/html/canvas/CanvasRenderingContext2DBase.cpp M Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.cpp M Source/WebCore/style/StyleBuilderConverter.h M Source/WebCore/style/StyleBuilderCustom.h M Source/WebCore/style/StyleResolveForFontRaw.cpp Log Message: ----------- Split font related css property parsing out into its own file https://bugs.webkit.org/show_bug.cgi?id=278034 Reviewed by Darin Adler. Split font related CSS property parsing into its own file, consolidating parts from CSSPropertyParserHelpers.h/cpp and CSSPropertyParserWorkerSafe.h/cpp. Do a minor cleanup of names, but otherwise, the code has been copied as is. * Source/WebCore/Sources.txt: * Source/WebCore/WebCore.xcodeproj/project.pbxproj: * Source/WebCore/css/CSSFontFaceSet.cpp: * Source/WebCore/css/CSSProperties.json: * Source/WebCore/css/FontFace.cpp: * Source/WebCore/css/ShorthandSerializer.cpp: * Source/WebCore/css/StyleProperties.cpp: * Source/WebCore/css/parser/CSSParserImpl.cpp: * Source/WebCore/css/parser/CSSPropertyParser.cpp: * Source/WebCore/css/parser/CSSPropertyParser.h: * Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp: Added. * Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.h: Added. * Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp: * Source/WebCore/css/parser/CSSPropertyParserHelpers.h: * Source/WebCore/css/parser/CSSPropertyParserWorkerSafe.cpp: * Source/WebCore/css/parser/CSSPropertyParserWorkerSafe.h: * Source/WebCore/css/parser/CSSSupportsParser.cpp: * Source/WebCore/css/process-css-properties.py: * Source/WebCore/editing/EditingStyle.cpp: * Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp: * Source/WebCore/html/canvas/CanvasRenderingContext2DBase.cpp: * Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.cpp: * Source/WebCore/style/StyleBuilderConverter.h: * Source/WebCore/style/StyleBuilderCustom.h: * Source/WebCore/style/StyleResolveForFontRaw.cpp: Canonical link: https://commits.webkit.org/282527@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes