summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all fast-path paint invalidation mapping into PaintInvalidationStatewangxianzhu2016-03-261-2/+2
* Support edge-inclusive intersections in mapToVisibleRectInAncestorSpaceszager2016-03-241-2/+2
* More explicit LayoutUnit conversionsleviw2016-01-311-1/+1
* Renaming: distinguish ancestor, container and paintInvalidationContainerwangxianzhu2016-01-051-3/+3
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-2/+0
* This is a rename and slight modification to mapRectToPaintInvalidationBacking.szager2015-12-111-2/+2
* Jump to the next outer column when an inner column is too short.mstensho2015-11-261-0/+8
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-1/+1
* Invalidate paint when allocating a DeprecatedPaintLayer.chrishtr@chromium.org2015-09-161-1/+1
* Move code for locating the containing flow thread out of LayoutObject.mstensho@opera.com2015-08-111-0/+24
* Prepare height calculation methods in LayoutFlowThread for nested multicol.mstensho@opera.com2015-08-101-14/+5
* Make LayoutFlowThread::fragmentsBoundingBox() faster.mstensho@opera.com2015-08-101-10/+2
* collectLayerFragments() expects a dirty rect relative to the multicol container.mstensho@opera.com2015-07-301-2/+5
* Behave more normally for content taller than the fragmentainer it's in.mstensho@opera.com2015-07-071-24/+1
* Mark column sets as invalid and kill the interval tree when column sets are r...mstensho@opera.com2015-06-101-0/+7
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-1/+1
* Cleanup: Remove LayoutRegion.mstensho@opera.com2015-05-061-36/+22
* Cleanup: Only need one bit (not two) to express flow thread state.mstensho@opera.com2015-05-051-1/+0
* Use C++11 range-based loop for core/layoutrob.buis@samsung.com2015-04-081-6/+3
* Begin tracking why layout is invalidatedpdr@chromium.org2015-04-021-1/+1
* Refactor HitTestResult to store the HitTestRequestramya.v@samsung.com2015-04-011-2/+2
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-3/+3
* Rename rendering/RenderBlock* to layout/LayoutBlock*.dsinclair@chromium.org2015-02-261-4/+4
* Make some implicit conversions from IntRect to FloatRect explicit.chrishtr@chromium.org2015-02-261-1/+1
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-1/+1
* Merge back LayoutLayerModelObject into RenderBoxModelObjectjchaffraix@chromium.org2015-02-241-1/+1
* [New Multicolumn] Handle flow thread overflow correctly in flipped writing mo...mstensho@opera.com2015-02-191-0/+5
* Move RenderRegion from rendering/ to layout/dsinclair@chromium.org2015-02-121-2/+2
* Move the FlowThread code from rendering/ to layout/dsinclair@chromium.org2015-02-121-0/+217