Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6446909a3615d2f33b406c4ad1c4aceabfd90e83
https://github.com/WebKit/WebKit/commit/6446909a3615d2f33b406c4ad1c4aceabfd90e83
Author: Sam Weinig <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/grid-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/grid.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/reference/grid-ref.html
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp
M Source/WebCore/css/values/grid/CSSGridTrackBreadth.h
M Source/WebCore/css/values/grid/CSSGridTrackSize.h
M Source/WebCore/layout/formattingContexts/grid/GridFormattingContext.cpp
M Source/WebCore/layout/formattingContexts/grid/GridFormattingContext.h
M Source/WebCore/layout/formattingContexts/grid/GridLayout.cpp
M Source/WebCore/layout/formattingContexts/grid/GridLayout.h
M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp
M Source/WebCore/layout/formattingContexts/grid/TrackSizingFunctions.h
M Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp
M Source/WebCore/layout/formattingContexts/table/TableGrid.h
M Source/WebCore/layout/formattingContexts/table/TableLayout.cpp
M Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp
M Source/WebCore/rendering/GridTrackSizingAlgorithm.h
M Source/WebCore/rendering/RenderGrid.cpp
M Source/WebCore/style/StyleExtractorCustom.h
M Source/WebCore/style/values/grid/StyleGridTrackBreadth.cpp
M Source/WebCore/style/values/grid/StyleGridTrackBreadth.h
M Source/WebCore/style/values/grid/StyleGridTrackSize.h
A Source/WebCore/style/values/viewport/StyleZoomResolvable.h
A Source/WebCore/style/values/viewport/StyleZoomResolved.h
Log Message:
-----------
[EvaluationTimeZoom] Convert remaining grid/table properties to use unzoomed
lengths
https://bugs.webkit.org/show_bug.cgi?id=319996
Reviewed by Sammy Gill.
Converts the remaining grid/table CSS properties to use unzoomed lengths.
New test added showing properties working properly with inherited + zoomed
values.
Added helpers Style::ZoomResolved and Style::ZoomResolvable to annotate types
with
zoom related context to make some bundling simpler.
Tests: imported/w3c/web-platform-tests/css/css-viewport/zoom/grid.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/grid-expected.html:
Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/grid.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/reference/grid-ref.html:
Added.
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp:
* Source/WebCore/css/values/grid/CSSGridTrackBreadth.h:
* Source/WebCore/css/values/grid/CSSGridTrackSize.h:
* Source/WebCore/layout/formattingContexts/grid/GridFormattingContext.cpp:
* Source/WebCore/layout/formattingContexts/grid/GridFormattingContext.h:
* Source/WebCore/layout/formattingContexts/grid/GridLayout.cpp:
* Source/WebCore/layout/formattingContexts/grid/GridLayout.h:
* Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp:
* Source/WebCore/layout/formattingContexts/grid/TrackSizingFunctions.h:
* Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp:
* Source/WebCore/layout/formattingContexts/table/TableGrid.h:
* Source/WebCore/layout/formattingContexts/table/TableLayout.cpp:
* Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp:
* Source/WebCore/rendering/GridTrackSizingAlgorithm.h:
* Source/WebCore/rendering/RenderGrid.cpp:
* Source/WebCore/style/StyleExtractorCustom.h:
* Source/WebCore/style/values/grid/StyleGridTrackBreadth.cpp:
* Source/WebCore/style/values/grid/StyleGridTrackBreadth.h:
* Source/WebCore/style/values/grid/StyleGridTrackSize.h:
* Source/WebCore/style/values/viewport/StyleZoomResolvable.h: Added.
* Source/WebCore/style/values/viewport/StyleZoomResolved.h: Added.
Canonical link: https://commits.webkit.org/317807@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications