[webkit-changes] [WebKit/WebKit] 61ae5f: [IFC][Cleanup] Do not use isDamaged as a signal if...
Alan Baradlay
noreply at github.com
Sun Mar 10 10:23:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 61ae5fab1f481c861c958c20a4360f8efe5e5bc8
https://github.com/WebKit/WebKit/commit/61ae5fab1f481c861c958c20a4360f8efe5e5bc8
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-03-10 (Sun, 10 Mar 2024)
Changed paths:
M Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h
M Source/WebCore/rendering/RenderObject.cpp
M Source/WebCore/rendering/RenderText.cpp
Log Message:
-----------
[IFC][Cleanup] Do not use isDamaged as a signal if partial invalidation succeeded
https://bugs.webkit.org/show_bug.cgi?id=270764
Reviewed by Antti Koivisto.
* Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp: Unrelated drive-by fix to make sure we check for bidi combined content.
(WebCore::Layout::InlineItemsBuilder::handleTextContent):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::insertedIntoTree):
(WebCore::LayoutIntegration::LineLayout::removedFromTree):
(WebCore::LayoutIntegration::LineLayout::updateTextContent):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/rendering/RenderObject.cpp:
(WebCore::invalidateLineLayoutAfterTreeMutationIfNeeded):
* Source/WebCore/rendering/RenderText.cpp:
(WebCore::invalidateLineLayoutPathOnContentChangeIfNeeded):
Canonical link: https://commits.webkit.org/275892@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