summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all fast-path paint invalidation mapping into PaintInvalidationStatewangxianzhu2016-03-261-105/+231
* Support edge-inclusive intersections in mapToVisibleRectInAncestorSpaceszager2016-03-241-3/+8
* Rename some LayoutObject's SVG-specific methodswangxianzhu2016-03-181-1/+1
* Avoid paintInvalidationContainer parameter of invalidatePaintIfNeeded()wangxianzhu2016-03-181-49/+88
* Fix paint invalidation of paintInvalidationContainer itselfwangxianzhu2016-03-121-2/+29
* PaintInvalidationState::enclosingSelfPaintingLayer()wangxianzhu2016-01-261-13/+6
* Improve performance when calling PaintLayer::setNeedsRepaint()wangxianzhu2016-01-201-0/+18
* Renaming: distinguish ancestor, container and paintInvalidationContainerwangxianzhu2016-01-051-2/+2
* Make platform/transforms to use USE_FAST_MALLOC.tasak2015-12-251-2/+2
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* Make containerForPaintInvalidation return a referencejchaffraix2015-12-021-1/+1
* Calculate paint invalidation rect for scrollbarswangxianzhu2015-11-171-0/+3
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-1/+1
* Workaround rect-based paint invalidation on ancestor clip changewangxianzhu2015-09-291-0/+3
* Propagate resource-triggered repaints to text node children of <text>fs@opera.com2015-09-151-8/+9
* Invalidate display item client under container which moved locationwangxianzhu@chromium.org2015-08-041-6/+6
* Traverse into child LayoutViews during invalidateTreeIfNeededwangxianzhu@chromium.org2015-07-011-2/+5
* Rename renderer to layoutObject in the layout/ directory.dsinclair@chromium.org2015-04-301-20/+20
* PartitionAlloc: Centralize Partition allocators into one place (Part 1)haraken@chromium.org2015-03-311-1/+0
* [S.P.] Don't draw frames of animated images that are offscreenchrishtr@chromium.org2015-03-271-3/+6
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-1/+1
* Rename rendering/RenderInline to layout/LayoutInline.dsinclair@chromium.org2015-02-261-3/+3
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-7/+7
* Move rendering/RenderBox to layout/LayoutBox.dsinclair@chromium.org2015-02-241-3/+3
* Merge back LayoutLayerModelObject into RenderBoxModelObjectjchaffraix@chromium.org2015-02-241-1/+1
* Move the remaining rendering/svg/RenderSVG* files to layout.dsinclair@chromium.org2015-02-171-4/+4
* Move non-Render* files from rendering/ to layout/.dsinclair@chromium.org2015-02-071-0/+134