Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f18affe1cb29fbeeaf0242ef3759da1dfb181105
https://github.com/WebKit/WebKit/commit/f18affe1cb29fbeeaf0242ef3759da1dfb181105
Author: Sam Weinig <[email protected]>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.h
M Source/WebCore/css/parser/CSSPropertyParserCustom.h
M Source/WebCore/css/values/grid/CSSGridNamedAreaMap.cpp
M Source/WebCore/css/values/grid/CSSGridNamedAreaMap.h
Log Message:
-----------
[CSS] Split up grid-template-areas row parsing and row updating
https://bugs.webkit.org/show_bug.cgi?id=295912
Reviewed by Darin Adler.
Replaces `parseGridTemplateAreasColumnNames` with two new functions:
- `consumeUnresolvedGridTemplateAreasRow` which performs the parsing,
taking over from `parseGridTemplateAreasColumnNames`.
- `CSS::addRow()` which performs the map update.
Also gives the parsed row's type an inline capacity as it only ever lives
on the stack.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.h:
* Source/WebCore/css/parser/CSSPropertyParserCustom.h:
* Source/WebCore/css/values/grid/CSSGridNamedAreaMap.cpp:
* Source/WebCore/css/values/grid/CSSGridNamedAreaMap.h:
Canonical link: https://commits.webkit.org/297387@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes