[webkit-changes] [WebKit/WebKit] 070a7c: [IFC][Integration] Enable nested list items for IFC
Alan Baradlay
noreply at github.com
Fri Nov 25 06:28:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 070a7ce6d464d4e6fb4cf0b688c24778e62fd142
https://github.com/WebKit/WebKit/commit/070a7ce6d464d4e6fb4cf0b688c24778e62fd142
Author: Alan Baradlay <zalan at apple.com>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M LayoutTests/platform/ios/editing/pasteboard/innerText-inline-table-expected.txt
M LayoutTests/platform/ios/fast/css/empty-pseudo-class-expected.txt
M LayoutTests/platform/ios/fast/css/first-child-pseudo-class-expected.txt
M LayoutTests/platform/ios/fast/css/first-of-type-pseudo-class-expected.txt
M LayoutTests/platform/ios/fast/css/last-child-pseudo-class-expected.txt
M LayoutTests/platform/ios/fast/css/last-of-type-pseudo-class-expected.txt
M LayoutTests/platform/ios/fast/css/only-child-pseudo-class-expected.txt
M LayoutTests/platform/ios/fast/css/only-of-type-pseudo-class-expected.txt
M LayoutTests/platform/ios/fast/lists/001-vertical-expected.txt
M LayoutTests/platform/ios/fast/lists/003-vertical-expected.txt
M LayoutTests/platform/mac/editing/pasteboard/innerText-inline-table-expected.txt
M LayoutTests/platform/mac/fast/css/empty-pseudo-class-expected.txt
M LayoutTests/platform/mac/fast/css/first-child-pseudo-class-expected.txt
M LayoutTests/platform/mac/fast/css/first-of-type-pseudo-class-expected.txt
M LayoutTests/platform/mac/fast/css/last-child-pseudo-class-expected.txt
M LayoutTests/platform/mac/fast/css/last-of-type-pseudo-class-expected.txt
M LayoutTests/platform/mac/fast/css/only-child-pseudo-class-expected.txt
M LayoutTests/platform/mac/fast/css/only-of-type-pseudo-class-expected.txt
M LayoutTests/platform/mac/fast/lists/001-vertical-expected.txt
M LayoutTests/platform/mac/fast/lists/003-vertical-expected.txt
M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
Log Message:
-----------
[IFC][Integration] Enable nested list items for IFC
https://bugs.webkit.org/show_bug.cgi?id=248064
Reviewed by Antti Koivisto.
* LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-and-flex-001-expected.html:
* LayoutTests/platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
* LayoutTests/platform/mac/fast/css/empty-pseudo-class-expected.txt:
* LayoutTests/platform/mac/fast/css/first-child-pseudo-class-expected.txt:
* LayoutTests/platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
* LayoutTests/platform/mac/fast/css/last-child-pseudo-class-expected.txt:
* LayoutTests/platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
* LayoutTests/platform/mac/fast/css/only-child-pseudo-class-expected.txt:
* LayoutTests/platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
* LayoutTests/platform/mac/fast/lists/001-vertical-expected.txt:
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForChild):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::updateListMarkerDimensions): Let's remove of some of the logic that was meant to deal with intrusive floating boxes. They need a different approach (when line edge is unknown at the time of integration).
Canonical link: https://commits.webkit.org/257022@main
More information about the webkit-changes
mailing list