[webkit-changes] [WebKit/WebKit] d9b516: [IFC][Partial layout] Implement BoxTree::updateCon...

Alan Baradlay noreply at github.com
Sat Feb 25 17:04:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d9b5164807cbc2a39f6ed2dc626e57369072fdf2
      https://github.com/WebKit/WebKit/commit/d9b5164807cbc2a39f6ed2dc626e57369072fdf2
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-02-25 (Sat, 25 Feb 2023)

  Changed paths:
    M Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp
    M Source/WebCore/layout/layouttree/LayoutInlineTextBox.h

  Log Message:
  -----------
  [IFC][Partial layout] Implement BoxTree::updateContent for RenderText
https://bugs.webkit.org/show_bug.cgi?id=252877

Reviewed by Antti Koivisto.

This patch is in preparation for supporting partial layout triggered by partial content mutation (e.g. typing in a text input field).

* Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp:
(WebCore::LayoutIntegration::BoxTree::updateContent):
* Source/WebCore/layout/layouttree/LayoutInlineTextBox.h:
(WebCore::Layout::InlineTextBox::updateContent):

Canonical link: https://commits.webkit.org/260846@main




More information about the webkit-changes mailing list