Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3d6b8f4e84031d337beb6aaac3f690d4f8dfe0fa
      
https://github.com/WebKit/WebKit/commit/3d6b8f4e84031d337beb6aaac3f690d4f8dfe0fa
  Author: Alan Baradlay <[email protected]>
  Date:   2023-09-10 (Sun, 10 Sep 2023)

  Changed paths:
    M 
Source/WebCore/layout/formattingContexts/inline/invalidation/InlineInvalidation.cpp

  Log Message:
  -----------
  [IFC][Partial layout] Reuse previously computed damage point on append
https://bugs.webkit.org/show_bug.cgi?id=261384

Reviewed by Antti Koivisto.

Subsequent append type of mutations always produce the same (last line) damage 
entry point.

e.g.
  container.appendChild(textNode);
  container.appendChild(brElement);
  document.body.offsetHeight;

* 
Source/WebCore/layout/formattingContexts/inline/invalidation/InlineInvalidation.cpp:
(WebCore::Layout::InlineInvalidation::inlineLevelBoxInserted):

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to