Bug 104297 - [New Multicolumn] Add requires balancing boolean to both column blocks and sets
Summary: [New Multicolumn] Add requires balancing boolean to both column blocks and sets
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 14:02 PST by Dave Hyatt
Modified: 2013-02-19 22:19 PST (History)
3 users (show)

See Also:


Attachments
Patch (7.09 KB, patch)
2012-12-06 14:06 PST, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2012-12-06 14:02:32 PST
Add a requiresBalancing boolean to track whether or not a column block will have to balance, and make that default propagate into the one column set we create so far. Eventually sets will toggle the flag independently, so they need their own copy of the boolean.
Comment 1 Dave Hyatt 2012-12-06 14:06:23 PST
Created attachment 178077 [details]
Patch
Comment 2 Dave Hyatt 2013-02-19 22:19:08 PST
This landed many moons ago and never got closed.