[webkit-changes] [WebKit/WebKit] 00290f: [IFC][Integration] Update InlineTextBox's content ...
Alan Baradlay
noreply at github.com
Tue Apr 16 15:44:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 00290fe8cae734130d5c2fdbc3a01f40dad15368
https://github.com/WebKit/WebKit/commit/00290fe8cae734130d5c2fdbc3a01f40dad15368
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp
M Source/WebCore/layout/layouttree/LayoutElementBox.h
M Source/WebCore/layout/layouttree/LayoutInlineTextBox.h
Log Message:
-----------
[IFC][Integration] Update InlineTextBox's content characteristic on style change
https://bugs.webkit.org/show_bug.cgi?id=272638
Reviewed by Antti Koivisto.
In addition to content mutation, style change could affect measuring and codepath characteristics and list marker state.
* Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp:
(WebCore::LayoutIntegration::updateContentCharacteristic):
(WebCore::LayoutIntegration::updateListMarkerAttributes):
(WebCore::LayoutIntegration::BoxTree::updateStyle):
(WebCore::LayoutIntegration::BoxTree::updateContent):
* Source/WebCore/layout/layouttree/LayoutElementBox.h:
(WebCore::Layout::ElementBox::setListMarkerAttributes):
* Source/WebCore/layout/layouttree/LayoutInlineTextBox.h:
(WebCore::Layout::InlineTextBox::setContentCharacteristic):
(WebCore::Layout::InlineTextBox::setContent):
(WebCore::Layout::InlineTextBox::updateContent): Deleted.
Canonical link: https://commits.webkit.org/277581@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