[webkit-changes] [WebKit/WebKit] c824bf: [IFC][Cleanup] Rename FloatingContext::Constraints...
Alan Baradlay
noreply at github.com
Fri Nov 1 07:23:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c824bf39c65cde7073f3592241467996f0605963
https://github.com/WebKit/WebKit/commit/c824bf39c65cde7073f3592241467996f0605963
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M Source/WebCore/layout/floats/FloatingContext.cpp
M Source/WebCore/layout/floats/FloatingContext.h
M Source/WebCore/layout/formattingContexts/block/BlockFormattingContext.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineFormattingUtils.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp
Log Message:
-----------
[IFC][Cleanup] Rename FloatingContext::Constraints::left/right -> start/end
https://bugs.webkit.org/show_bug.cgi?id=282354
Reviewed by Antti Koivisto.
This is in preparation for moving IFC away from left/right vocabulary.
* Source/WebCore/layout/floats/FloatingContext.cpp:
(WebCore::Layout::FloatingContext::constraints const):
* Source/WebCore/layout/floats/FloatingContext.h:
* Source/WebCore/layout/formattingContexts/block/BlockFormattingContext.cpp:
(WebCore::Layout::BlockFormattingContext::usedAvailableWidthForFloatAvoider):
* Source/WebCore/layout/formattingContexts/inline/InlineFormattingUtils.cpp:
(WebCore::Layout::InlineFormattingUtils::logicalTopForNextLine const):
* Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp:
(WebCore::Layout::LineBoxBuilder::adjustOutsideListMarkersPosition):
* Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp:
(WebCore::Layout::LineBuilder::floatAvoidingRect const):
Canonical link: https://commits.webkit.org/286003@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list