Bug 47303

Summary: Convert layoutInlineChildren to be block-flow-aware.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 46123    
Attachments:
Description Flags
Patch mitz: review+

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.