summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename more enums/functions that collide in chromium style.danakj2016-03-021-1/+1
* Continue converting to explicit LayoutUnit constructorsleviw2016-01-301-1/+1
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* Support enclosing fragmentainer breaks inside spanners.mstensho2015-12-041-1/+1
* Introduce LayoutBox::paginationBreakability().mstensho2015-11-031-1/+1
* A new LayoutState should never locate a containing flow thread on its own.mstensho2015-10-091-1/+2
* Remove unused LayoutState::clearPaginationInformation().mstensho2015-10-051-6/+0
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-3/+3
* Remove the old multicol implementation.mstensho@opera.com2015-06-041-17/+3
* Prevent SVG children from participating in an ancestor multicol context.mstensho@opera.com2015-05-111-0/+5
* Revert "Formatting contexts should always expand to enclose floats"aelias@chromium.org2015-05-051-3/+0
* Formatting contexts should always expand to enclose floatsrobhogan@gmail.com2015-05-011-0/+3
* Rename renderer to layoutObject in the layout/ directory.dsinclair@chromium.org2015-04-301-23/+23
* [New Multicolumn] Only the nearest ancestral flow thread may serve as a conta...mstensho@opera.com2015-04-271-1/+6
* PartitionAlloc: Centralize Partition allocators into one place (Part 1)haraken@chromium.org2015-03-311-1/+0
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-1/+0
* Rename rendering/RenderInline to layout/LayoutInline.dsinclair@chromium.org2015-02-261-3/+3
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-4/+4
* Move rendering/RenderBox to layout/LayoutBox.dsinclair@chromium.org2015-02-241-3/+3
* Move the FlowThread code from rendering/ to layout/dsinclair@chromium.org2015-02-121-3/+3
* Move non-Render* files from rendering/ to layout/.dsinclair@chromium.org2015-02-071-0/+156