[webkit-reviews] review granted: [Bug 222711] ASSERTION FAILED: contentSize >= 0 in WebCore::RenderFlexibleBox::adjustChildSizeForMinAndMax : [Attachment 427650] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 10:19:44 PDT 2021


zalan <zalan at apple.com> has granted Sergio Villar Senin <svillar at igalia.com>'s
request for review:
Bug 222711: ASSERTION FAILED: contentSize >= 0 in
WebCore::RenderFlexibleBox::adjustChildSizeForMinAndMax
https://bugs.webkit.org/show_bug.cgi?id=222711

Attachment 427650: Patch

https://bugs.webkit.org/attachment.cgi?id=427650&action=review




--- Comment #10 from zalan <zalan at apple.com> ---
Comment on attachment 427650
  --> https://bugs.webkit.org/attachment.cgi?id=427650
Patch

So it looks like there are 2 classes with no computePreferredLogicalWidths
override, RenderTableRow and RenderMultiColumnSpannerPlaceholder. If this patch
regresses them in any way, we could just override and leave them empty with an
explanation of why they should not need to provide the preferred logical width.


More information about the webkit-reviews mailing list