RESOLVED FIXED Bug 47303
Convert layoutInlineChildren to be block-flow-aware.
https://bugs.webkit.org/show_bug.cgi?id=47303
Summary Convert layoutInlineChildren to be block-flow-aware.
Dave Hyatt
Reported 2010-10-06 14:16:50 PDT
Convert layoutInlineChildren to be block-flow-aware. None of the functions it calls are patched yet.
Attachments
Patch (21.31 KB, patch)
2010-10-06 14:17 PDT, Dave Hyatt
mitz: review+
Dave Hyatt
Comment 1 2010-10-06 14:17:42 PDT
mitz
Comment 2 2010-10-06 14:29:56 PDT
Comment on attachment 69989 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=69989&action=review > WebCore/rendering/RenderBlockLineLayout.cpp:510 > + int toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); Need toRename this variable someday.
Dave Hyatt
Comment 3 2010-10-06 14:44:35 PDT
Fixed in r69235.
Note You need to log in before you can comment on or make changes to this bug.