summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all fast-path paint invalidation mapping into PaintInvalidationStatewangxianzhu2016-03-261-1/+3
* Rename some LayoutObject's SVG-specific methodswangxianzhu2016-03-181-5/+5
* [Reland] Remove PaintInfo's paintingRootpdr2016-01-201-1/+0
* Revert of Remove PaintInfo's paintingRoot (patchset #5 id:80001 of https://co...pdr2016-01-201-0/+1
* Remove PaintInfo's paintingRootpdr2016-01-201-1/+0
* Improvement handling of background and outline paint phaseswangxianzhu2016-01-151-1/+1
* Remove config.h inclusion from third_party/WebKit/Source/core/paint/.tkent2015-12-211-1/+0
* Use refs for GraphicsContextwangxianzhu2015-12-101-2/+2
* Introduce a CullRect interface for enforcing cull rect semantics.chrishtr2015-10-171-2/+2
* Combine outline and focus ring code pathswangxianzhu@chromium.org2015-08-311-2/+1
* Refactor ObjectPainter::paintOutline to take a paintOffsetpdr@chromium.org2015-08-271-2/+3
* Add 'printing' flag to PaintInfofs@opera.com2015-07-161-1/+1
* Fix cull rect computation for SVG{Container,Image,Shape}Painter outlinesfs@opera.com2015-06-081-1/+2
* Replace OwnPtr with WTF::Optional for optional recorders.jbroman@chromium.org2015-06-021-2/+3
* [Reland] Output pdf url rects during paintwangxianzhu@chromium.org2015-06-011-1/+7
* Revert of Output pdf url rects during paint (patchset #10 id:170001 of https:...fdegans@chromium.org2015-06-011-7/+1
* Output pdf url rects during paintwangxianzhu@chromium.org2015-05-301-1/+7
* Add a new paint culling optimization for SVGpdr@chromium.org2015-05-291-1/+6
* [SP] Delete GraphicsContextAnnotator.chrishtr@chromium.org2015-05-191-3/+0
* Rename renderer in core/paint to layoutObject.dsinclair@chromium.org2015-05-051-14/+14
* Move PaintInfo and PaintPhase from layout/ to paint/wangxianzhu@chromium.org2015-04-271-1/+1
* Add debugName() for all displayItemClientswangxianzhu@chromium.org2015-03-251-2/+2
* Use the correct cull rect bounds when painting outlines.chrishtr@chromium.org2015-03-091-2/+4
* Move the SVG container code from rendering/svg to layout/svg.dsinclair@chromium.org2015-02-131-2/+2
* Move RenderSVGContainer to layout/svg/LayoutSVGContainer.dsinclair@chromium.org2015-02-121-1/+1
* core/layout/svg/SVGLayoutContext -> core/paint/SVGPaintContextwangxianzhu@chromium.org2015-02-101-6/+6
* Move non-Render* files from rendering/ to layout/.dsinclair@chromium.org2015-02-071-1/+1
* Move the non-Render* rendering/svg files to layout/svg.dsinclair@chromium.org2015-02-061-4/+4
* Move rendering/RenderObject to layout/LayoutObject.dsinclair@chromium.org2015-02-061-1/+1
* Refactor SVGRenderingContext to manage a PaintInfo for content paintingpdr@chromium.org2015-01-231-9/+9
* [Slimming Paint] Unify how SVGRenderingContext is usedpdr@chromium.org2015-01-211-5/+3
* Remove unnecessary GraphicsContextStateSavers from SVG painting codepdr@chromium.org2015-01-161-1/+0
* [Slimming Paint] Fix SVGContainerPainter outlines under transformpdr@chromium.org2015-01-131-15/+8
* Move the GraphicsContextAnnotator files to core/paint/.chrishtr@chromium.org2015-01-061-1/+1
* Get basic SVG painting moved over to slimming paintpdr@chromium.org2014-12-231-5/+7
* Remove the SVG paint culling optimizationpdr@chromium.org2014-12-191-5/+1
* Remove GraphicsContext culling support.fmalita@chromium.org2014-12-041-6/+0
* Thou shalt not mutate your parent's PaintInfofmalita@chromium.org2014-11-201-1/+1
* Move SVG container paint code to SVGContainerPainterpdr@chromium.org2014-10-091-0/+77