Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b0a31267b91259ef955f664e1c4172accebc5179
      
https://github.com/WebKit/WebKit/commit/b0a31267b91259ef955f664e1c4172accebc5179
  Author: Alan Baradlay <[email protected]>
  Date:   2024-09-05 (Thu, 05 Sep 2024)

  Changed paths:
    M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp

  Log Message:
  -----------
  [IFC] Disable partial layout when replaced box with relative dimension(s) is 
present
https://bugs.webkit.org/show_bug.cgi?id=278407

Reviewed by Antti Koivisto.

Unlike other inline content, boxes with relative dimensions (e.g. width: 50%) 
are marked dirty right
before layout (see RenderBlockFlow::layoutModernLines and the commit message in 
240772@main for more info).
Unfortunately such boxes skip the normal IFC invalidation flow which may cause 
incorrect rendering.

Let's disable partial rendering for now when seeing boxes with relative 
dimension(s).

* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::shouldInvalidateLineLayoutPathAfterChangeFor):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to