Bug 121261

Summary: [meta] Move helper classes out of and refactor RenderBlockLineLayout.cpp
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 121107, 121191, 121263, 121707, 121716, 122685, 122843, 123038, 124336, 124448, 124458, 124460, 124956, 124957, 124958    
Bug Blocks:    

Description Zoltan Horvath 2013-09-12 14:46:30 PDT
RenderBlockLineLayout.cpp is getting bigger and bigger, which makes things hard to find. 
Based on a discussion with dhyatt on irc I started to separate the classes into their own files. I would like to keep the progress track under this bug.
Eventually, we would add a line subdirectory in rendering, so we can move the line layout related code there.