[webkit-changes] [WebKit/WebKit] c6ea08: Do a subtree cleanup on float style change

Rob Buis noreply at github.com
Thu Nov 17 11:45:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c6ea0854aaf291731311dda1aabeae8b31b7eeca
      https://github.com/WebKit/WebKit/commit/c6ea0854aaf291731311dda1aabeae8b31b7eeca
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
    M Source/WebCore/rendering/updating/RenderTreeBuilder.cpp

  Log Message:
  -----------
  Do a subtree cleanup on float style change
https://bugs.webkit.org/show_bug.cgi?id=248034
rdar://101638011

Reviewed by Alan Baradlay.

When we havea float style change we should run a full subtree
cleanup of the floating objects, not just the renderer itself.

* Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:
(WebCore::RenderTreeBuilder::normalizeTreeAfterStyleChange):

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




More information about the webkit-changes mailing list