[webkit-changes] [WebKit/WebKit] 68f077: [Cleanup] RenderBox::computeLogicalWidthInFragment...

Alan Baradlay noreply at github.com
Tue Dec 24 06:01:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 68f07733d153cfeac254ce1b1c9fe33fb65d04e9
      https://github.com/WebKit/WebKit/commit/68f07733d153cfeac254ce1b1c9fe33fb65d04e9
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2024-12-24 (Tue, 24 Dec 2024)

  Changed paths:
    M Source/WebCore/rendering/RenderBox.cpp

  Log Message:
  -----------
  [Cleanup] RenderBox::computeLogicalWidthInFragment should apply overridingLogicalWidth on non-grid items too
https://bugs.webkit.org/show_bug.cgi?id=285124

Reviewed by Antti Koivisto.

This is in preparation for cleaning up override sizing in RenderBox.

1. overridingLogicalWidth is not specific to grid items (see webkit.org/b/285105)
2. we already apply it to flex items a few lines above (they need to be merged)

* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::computeLogicalWidthInFragment const):

Canonical link: https://commits.webkit.org/288269@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