summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Force all LayoutUnit construction to be explicitleviw2016-02-181-1/+1
* Combine 4 bools into GeometryInfoFlags.mstensho2016-02-161-13/+13
* blink::TransformationMatrix implement create methodstridgell2016-02-091-1/+1
* Renaming: distinguish ancestor, container and paintInvalidationContainerwangxianzhu2016-01-051-11/+11
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* Remove check for invisible subtrees in LayoutGeometryMap.chrishtr2015-12-151-14/+8
* Convert old disabled fprintfs to optional loggingleviw2015-12-121-2/+10
* Remove an unused method in LayoutGeometryMap. Make another private.chrishtr2015-10-301-31/+0
* Avoid crashing in ASSERTs because of FloatRect precision issues.chrishtr2015-10-241-1/+3
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-5/+5
* Remove the old multicol implementation.mstensho@opera.com2015-06-041-1/+1
* Rename renderer to layoutObject in the layout/ directory.dsinclair@chromium.org2015-04-301-47/+47
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-1/+1
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-5/+5
* Rename renderer() to layoutObject().dsinclair@chromium.org2015-03-071-8/+8
* Create decoratedName in LayoutObject.dsinclair@chromium.org2015-03-051-1/+4
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-15/+15
* Merge back LayoutLayerModelObject into RenderBoxModelObjectjchaffraix@chromium.org2015-02-241-7/+7
* Move the FlowThread code from rendering/ to layout/dsinclair@chromium.org2015-02-121-1/+1
* Move rendering/RenderGeometryMap to layout/LayoutGeometryMap.dsinclair@chromium.org2015-02-111-0/+347