summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-111-1/+1
* Rename enums/functions that collide in chromium style in core/style/danakj2016-02-291-1/+1
* Ability to return the height of fragmentainer groups that don't yet exist.mstensho2016-02-241-0/+26
* Remaining page height should never be 0 when told to AssociateWithLatterPage.mstensho2016-02-121-0/+7
* Removing more implicit LayoutUnit constructionleviw2016-02-021-1/+1
* Still riding the LayoutUnit constructor train to explicit-townleviw2016-02-011-1/+1
* Adjust column rows' height better for their offset in the multicol container.mstensho2016-01-271-0/+16
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* Pass values in the right flow thread's coordinate space.mstensho2016-01-221-1/+1
* Need to examine the *bottom* of fragmented content.mstensho2016-01-201-4/+3
* Soften assertion slightly, to survive saturated arithmetic situations.mstensho2016-01-201-1/+1
* Recalculate column heights as part of column set layout.mstensho2016-01-141-0/+7
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* Add support for printing multicol containers, and enable it.mstensho2015-12-091-4/+4
* It's not just the last column set that may need additional fragmentainer groups.mstensho2015-12-021-0/+8
* column-span:all in nested multicol requires re-insertion of fragmentainer gro...mstensho2015-12-011-4/+14
* Jump to the next outer column when an inner column is too short.mstensho2015-11-261-0/+30
* When balancing columns, we must check inner multicols for unbreakable content.mstensho2015-11-231-0/+2
* Calculate minimum column height after layout.mstensho2015-11-051-5/+0
* Column balancing refactoring. Don't propagate data during layout.mstensho2015-10-101-28/+0
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-1/+1
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-1/+1
* Initial support for nested multicol layout.mstensho@opera.com2015-08-171-11/+47
* Clean up PageBoundaryRule enum.mstensho@opera.com2015-08-121-3/+4
* Prepare height calculation methods in LayoutFlowThread for nested multicol.mstensho@opera.com2015-08-101-3/+22
* Make LayoutFlowThread::fragmentsBoundingBox() faster.mstensho@opera.com2015-08-101-0/+8
* Include overflow when setting the logical flowthread bottom on the last colum...mstensho@opera.com2015-08-041-8/+0
* Make mapLocalToContainer() work properly for content that follows a column sp...mstensho@opera.com2015-06-181-2/+1
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-3/+3
* Add a runtime flag for the column-fill property.mstensho@opera.com2015-05-251-2/+11
* Cleanup: Remove LayoutRegion.mstensho@opera.com2015-05-061-15/+47
* Rename renderer to layoutObject in the layout/ directory.dsinclair@chromium.org2015-04-301-4/+4
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-2/+2
* [New Multicolumn] mapAbsoluteToLocalPoint() needs to convert to flow thread c...mstensho@opera.com2015-03-261-0/+6
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-1/+1
* [New Multicolumn] Make positionForPoint() work.mstensho@opera.com2015-03-131-0/+16
* Rename renderName() to name().dsinclair@chromium.org2015-03-031-5/+0
* Rename rendering/RenderBlock* to layout/LayoutBlock*.dsinclair@chromium.org2015-02-261-1/+1
* Move rendering/RenderBox to layout/LayoutBox.dsinclair@chromium.org2015-02-241-1/+1
* Move RenderRegion from rendering/ to layout/dsinclair@chromium.org2015-02-121-3/+3
* Move the FlowThread code from rendering/ to layout/dsinclair@chromium.org2015-02-121-3/+3
* Move rendering/RenderMultiColumn* to layout/LayoutMultiColumn*dsinclair@chromium.org2015-02-111-0/+277