This is about cleaning up the class interface and make them more readable.
Created attachment 428454 [details] Patch
Created attachment 428455 [details] Patch
This is essentially a squashed version of the following patches: Move BlockMarginCollapse to its own class Move block formatting quirks to its own class Move table wrapper quirks to its own class Move inline formatting quirks to its own class Move table formatting quirks to its own class Move base formatting quirks to its own class Move block formatting geometry to its own class Move flex formatting geometry to its own class Move table formatting geometry to its own class Move base formatting geometry to its own class Make FormattingGeometry c'tors public Make redundant public helpers private in BlockFormattingContext Make redundant public helpers private in InlineFormattingContext Make redundant public helpers private in TableFormattingContext Make redundant public helpers private in FormattingContext Cleanup FormattingQuirk classes Cleanup MarginCollapsing class Cleanup FormattingContext class
Comment on attachment 428455 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=428455&action=review > Source/WebCore/ChangeLog:8 > + This is just an umbrella patch. nice umbrella
All the patches have been landed. Closing now.