Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Issue 678163002: Oilpan: move SVG property hierarchy to the heap. (Closed)

Created:
6 years, 1 month ago by sof
Modified:
6 years, 1 month ago
CC:
blink-reviews, shans, eae+blinkwatch, fs, apavlov+blink_chromium.org, aandrey+blink_chromium.org, rwlbuis, Steve Block, arv+blink, blink-reviews-css, blink-reviews-html_chromium.org, Timothy Loh, danakj, dstockwell, dglazkov+blink, Rik, jchaffraix+rendering, pdr+svgwatchlist_chromium.org, Eric Willigers, rjwright, zoltan1, jbroman, krit, gyuyoung.kim_webkit.org, darktears, pdr+graphicswatchlist_chromium.org, blink-reviews-rendering, blink-reviews-animation_chromium.org, pdr+renderingwatchlist_chromium.org, kouhei+svg_chromium.org, leviw+renderwatch, blink-layers+watch_chromium.org, Mike Lawther (Google), ed+blinkwatch_opera.com, f(malita), Inactive, Stephen Chennney
Project:
blink
Visibility:
Public.

Description

Oilpan: move SVG property hierarchy to the heap. Turn SVGPropertyBase into a non-refcounted, GCed object and move all its derived objects to the heap. R=kouhei,haraken BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185240

Patch Set 1 #

Patch Set 2 : Make FilterOperations be a part object again #

Patch Set 3 : Non-Oilpan compile fix #

Patch Set 4 : Minimize AnimationValue changes #

Patch Set 5 : Rebased #

Total comments: 29

Patch Set 6 : Review followups + rebase upto r185122 #

Patch Set 7 : Rebased upto r185213 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2575 lines, -1504 lines) Patch
M Source/core/animation/animatable/AnimatableFilterOperations.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableFilterOperations.cpp View 1 2 chunks +7 lines, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableSVGLength.h View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/animatable/AnimatableSVGLength.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayList.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueTestHelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/SVGCSSComputedStyleDeclaration.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/ElementStyleResources.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/css/resolver/FilterOperationResolver.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 1 2 3 4 5 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/css/resolver/StyleResourceLoader.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/FilterPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/FilterEffectRenderer.h View 1 2 3 4 5 6 2 chunks +12 lines, -11 lines 0 comments Download
M Source/core/rendering/FilterEffectRenderer.cpp View 1 2 3 4 5 6 1 chunk +10 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerFilterInfo.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerFilterInfo.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 3 4 5 3 chunks +8 lines, -4 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyle.h View 5 chunks +11 lines, -11 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyleDefs.h View 3 chunks +13 lines, -6 lines 0 comments Download
M Source/core/rendering/style/StyleFilterData.h View 1 2 3 4 5 2 chunks +20 lines, -4 lines 0 comments Download
M Source/core/rendering/style/StyleFilterData.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/rendering/svg/ReferenceFilterBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/ReferenceFilterBuilder.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.h View 1 2 3 4 5 4 chunks +19 lines, -8 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.cpp View 1 2 3 4 5 4 chunks +20 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceLinearGradient.h View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.cpp View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceRadialGradient.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/SVGPathData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGRenderSupport.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderTreeAsText.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.h View 1 2 3 4 5 2 chunks +17 lines, -16 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/LinearGradientAttributes.h View 2 chunks +20 lines, -8 lines 0 comments Download
M Source/core/svg/PatternAttributes.h View 1 2 3 4 5 6 chunks +27 lines, -14 lines 0 comments Download
M Source/core/svg/RadialGradientAttributes.h View 3 chunks +25 lines, -13 lines 0 comments Download
M Source/core/svg/SVGAElement.h View 2 chunks +4 lines, -1 line 0 comments Download
M Source/core/svg/SVGAElement.cpp View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAngle.h View 5 chunks +18 lines, -14 lines 0 comments Download
M Source/core/svg/SVGAngle.cpp View 7 chunks +22 lines, -10 lines 0 comments Download
M Source/core/svg/SVGAngle.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAngleTearOff.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAngleTearOff.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimateElement.h View 2 chunks +5 lines, -4 lines 0 comments Download
M Source/core/svg/SVGAnimateElement.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedAngle.h View 1 2 3 4 5 3 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimatedAngle.cpp View 2 chunks +7 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimatedAngle.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedBoolean.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedBoolean.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedColor.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/svg/SVGAnimatedColor.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedEnumeration.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimatedEnumeration.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedEnumerationBase.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedInteger.h View 3 chunks +8 lines, -6 lines 0 comments Download
M Source/core/svg/SVGAnimatedInteger.cpp View 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedInteger.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedIntegerOptionalInteger.h View 2 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp View 2 chunks +10 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimatedLength.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedLength.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedLength.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedLengthList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumber.h View 3 chunks +8 lines, -6 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumber.cpp View 2 chunks +8 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumber.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumberList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumberOptionalNumber.h View 2 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp View 2 chunks +10 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimatedPath.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedPreserveAspectRatio.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedPreserveAspectRatio.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedRect.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedRect.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedString.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedString.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedTransformList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedTypeAnimator.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/svg/SVGAnimatedTypeAnimator.cpp View 11 chunks +28 lines, -27 lines 0 comments Download
M Source/core/svg/SVGBoolean.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGBoolean.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCircleElement.h View 3 chunks +6 lines, -3 lines 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.h View 3 chunks +4 lines, -1 line 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.h View 3 chunks +10 lines, -7 lines 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.cpp View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/svg/SVGCursorElement.h View 1 2 3 4 5 6 3 chunks +4 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCursorElement.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/svg/SVGElement.h View 6 chunks +7 lines, -6 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 4 chunks +7 lines, -5 lines 0 comments Download
M Source/core/svg/SVGElementRareData.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/core/svg/SVGEnumeration.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGEnumeration.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.cpp View 3 chunks +10 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.cpp View 4 chunks +11 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.h View 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.cpp View 3 chunks +8 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.h View 3 chunks +11 lines, -8 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.cpp View 3 chunks +14 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.h View 3 chunks +14 lines, -11 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.cpp View 5 chunks +20 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.h View 3 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.cpp View 3 chunks +11 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.h View 2 chunks +10 lines, -7 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.cpp View 3 chunks +12 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.h View 2 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.cpp View 3 chunks +11 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFloodElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEFloodElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.h View 2 chunks +6 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.cpp View 3 chunks +9 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.h View 5 chunks +6 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 2 chunks +8 lines, -1 line 0 comments Download
M Source/core/svg/SVGFELightElement.h View 3 chunks +13 lines, -10 lines 0 comments Download
M Source/core/svg/SVGFELightElement.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEMergeElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEMergeElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.h View 3 chunks +4 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.cpp View 3 chunks +10 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.h View 2 chunks +8 lines, -4 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.cpp View 2 chunks +10 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.h View 3 chunks +10 lines, -6 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 3 chunks +12 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFETileElement.h View 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFETileElement.cpp View 2 chunks +8 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.h View 3 chunks +9 lines, -6 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.cpp View 2 chunks +11 lines, -1 line 0 comments Download
M Source/core/svg/SVGFilterElement.h View 2 chunks +9 lines, -7 lines 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 4 chunks +9 lines, -6 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 1 chunk +10 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFitToViewBox.h View 4 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGFitToViewBox.cpp View 2 chunks +9 lines, -3 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 2 chunks +10 lines, -1 line 0 comments Download
M Source/core/svg/SVGGeometryElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGeometryElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGradientElement.h View 4 chunks +7 lines, -3 lines 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.h View 1 2 3 4 5 6 6 chunks +9 lines, -5 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 2 3 4 5 3 chunks +11 lines, -4 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 2 chunks +7 lines, -5 lines 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGInteger.h View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGInteger.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/svg/SVGIntegerOptionalInteger.h View 2 chunks +16 lines, -13 lines 0 comments Download
M Source/core/svg/SVGIntegerOptionalInteger.cpp View 3 chunks +16 lines, -9 lines 0 comments Download
M Source/core/svg/SVGLength.h View 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/svg/SVGLength.cpp View 7 chunks +17 lines, -17 lines 0 comments Download
M Source/core/svg/SVGLength.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGLengthContext.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLengthContext.cpp View 3 chunks +10 lines, -10 lines 0 comments Download
M Source/core/svg/SVGLengthList.h View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGLengthList.cpp View 6 chunks +14 lines, -14 lines 0 comments Download
M Source/core/svg/SVGLengthList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGLengthListTearOff.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLengthTearOff.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLengthTearOff.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGLineElement.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMPathElement.h View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMPathElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.h View 5 chunks +11 lines, -7 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 2 chunks +14 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMaskElement.h View 1 2 3 4 5 6 3 chunks +10 lines, -6 lines 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMatrix.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGMatrixTearOff.h View 3 chunks +22 lines, -20 lines 0 comments Download
M Source/core/svg/SVGMatrixTearOff.cpp View 4 chunks +27 lines, -21 lines 0 comments Download
M Source/core/svg/SVGNumber.h View 1 2 3 4 5 4 chunks +11 lines, -11 lines 0 comments Download
M Source/core/svg/SVGNumber.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGNumber.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGNumberList.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGNumberList.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/svg/SVGNumberList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGNumberListTearOff.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGNumberOptionalNumber.h View 2 chunks +16 lines, -13 lines 0 comments Download
M Source/core/svg/SVGNumberOptionalNumber.cpp View 3 chunks +16 lines, -9 lines 0 comments Download
M Source/core/svg/SVGNumberTearOff.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGNumberTearOff.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGPathBlender.h View 4 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGPathBlender.cpp View 2 chunks +13 lines, -6 lines 0 comments Download
M Source/core/svg/SVGPathConsumer.h View 3 chunks +6 lines, -5 lines 0 comments Download
M Source/core/svg/SVGPathElement.h View 4 chunks +25 lines, -22 lines 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 3 chunks +27 lines, -20 lines 0 comments Download
M Source/core/svg/SVGPathParser.h View 4 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGPathParser.cpp View 2 chunks +10 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathSeg.h View 3 chunks +8 lines, -6 lines 0 comments Download
M Source/core/svg/SVGPathSeg.cpp View 1 chunk +7 lines, -1 line 0 comments Download
M Source/core/svg/SVGPathSeg.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGPathSegArcAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegArcRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegClosePath.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoCubicAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoCubicRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoCubicSmoothAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoQuadraticRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoHorizontalAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoHorizontalRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoVerticalAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoVerticalRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegList.h View 1 2 3 4 5 3 chunks +28 lines, -23 lines 0 comments Download
M Source/core/svg/SVGPathSegList.cpp View 5 chunks +18 lines, -12 lines 0 comments Download
M Source/core/svg/SVGPathSegList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGPathSegListBuilder.h View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGPathSegListBuilder.cpp View 1 chunk +8 lines, -1 line 0 comments Download
M Source/core/svg/SVGPathSegListSource.h View 3 chunks +4 lines, -1 line 0 comments Download
M Source/core/svg/SVGPathSegListSource.cpp View 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPathSegListTearOff.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGPathSegMovetoAbs.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegMovetoRel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSource.h View 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathStringSource.h View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathUtilities.h View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathUtilities.cpp View 4 chunks +21 lines, -38 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 1 2 3 4 5 6 3 chunks +12 lines, -8 lines 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPoint.h View 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/svg/SVGPoint.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPoint.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGPointList.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGPointList.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/svg/SVGPointList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGPointListTearOff.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPointTearOff.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGPointTearOff.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPolyElement.h View 3 chunks +6 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPolyElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPreserveAspectRatio.h View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGPreserveAspectRatio.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGPreserveAspectRatio.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGPreserveAspectRatioTearOff.h View 3 chunks +4 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPreserveAspectRatioTearOff.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGRadialGradientElement.h View 3 chunks +9 lines, -6 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/svg/SVGRect.h View 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/svg/SVGRect.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/svg/SVGRect.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGRectElement.h View 3 chunks +9 lines, -6 lines 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/svg/SVGRectTearOff.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGRectTearOff.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGSVGElement.h View 6 chunks +21 lines, -19 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 9 chunks +24 lines, -18 lines 0 comments Download
M Source/core/svg/SVGScriptElement.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGScriptElement.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGStaticStringList.h View 4 chunks +9 lines, -6 lines 0 comments Download
M Source/core/svg/SVGStaticStringList.cpp View 1 2 3 4 3 chunks +11 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStopElement.h View 3 chunks +4 lines, -1 line 0 comments Download
M Source/core/svg/SVGStopElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGString.h View 3 chunks +10 lines, -10 lines 0 comments Download
M Source/core/svg/SVGString.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStringList.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGStringList.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStringList.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGStringListTearOff.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGStringListTearOff.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGStyleElement.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGSymbolElement.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/svg/SVGSymbolElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTests.h View 1 2 3 4 5 6 3 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTests.cpp View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.h View 4 chunks +9 lines, -6 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 6 chunks +13 lines, -6 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 4 chunks +7 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.h View 1 2 3 4 5 6 3 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTransform.h View 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/svg/SVGTransform.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTransform.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGTransformDistance.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransformDistance.cpp View 3 chunks +10 lines, -10 lines 0 comments Download
M Source/core/svg/SVGTransformList.h View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGTransformList.cpp View 10 chunks +24 lines, -24 lines 0 comments Download
M Source/core/svg/SVGTransformList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGTransformListTearOff.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTransformListTearOff.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransformTearOff.h View 3 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTransformTearOff.cpp View 3 chunks +9 lines, -2 lines 0 comments Download
M Source/core/svg/SVGURIReference.h View 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/svg/SVGURIReference.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 3 chunks +6 lines, -4 lines 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 3 4 5 2 chunks +11 lines, -6 lines 0 comments Download
M Source/core/svg/SVGViewElement.h View 4 chunks +5 lines, -1 line 0 comments Download
M Source/core/svg/SVGViewElement.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/svg/SVGViewSpec.h View 4 chunks +4 lines, -3 lines 0 comments Download
M Source/core/svg/SVGViewSpec.cpp View 2 chunks +7 lines, -5 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.h View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.cpp View 4 chunks +7 lines, -6 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.h View 3 chunks +8 lines, -5 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.cpp View 1 2 3 4 3 chunks +12 lines, -6 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/graphics/filters/SVGFilter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilterBuilder.h View 3 chunks +21 lines, -13 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilterBuilder.cpp View 3 chunks +18 lines, -7 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedProperty.h View 10 chunks +39 lines, -20 lines 0 comments Download
M Source/core/svg/properties/SVGListPropertyHelper.h View 15 chunks +54 lines, -46 lines 0 comments Download
M Source/core/svg/properties/SVGListPropertyTearOffHelper.h View 7 chunks +23 lines, -23 lines 0 comments Download
M Source/core/svg/properties/SVGProperty.h View 1 2 3 4 4 chunks +14 lines, -5 lines 0 comments Download
M Source/core/svg/properties/SVGPropertyHelper.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/properties/SVGPropertyTearOff.h View 7 chunks +17 lines, -5 lines 0 comments Download
M Source/platform/animation/AnimationValue.h View 1 2 3 1 chunk +0 lines, -17 lines 0 comments Download
M Source/platform/graphics/filters/FEBlend.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEBlend.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEColorMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEColorMatrix.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEComponentTransfer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEComponentTransfer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEComposite.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEComposite.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEConvolveMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEConvolveMatrix.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEDiffuseLighting.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEDiffuseLighting.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEDisplacementMap.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEDisplacementMap.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEDropShadow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEDropShadow.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEFlood.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEFlood.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEGaussianBlur.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEGaussianBlur.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEMerge.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEMerge.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEMorphology.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEMorphology.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEOffset.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FEOffset.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FESpecularLighting.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FESpecularLighting.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FETile.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FETile.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FETurbulence.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FETurbulence.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/Filter.h View 2 chunks +9 lines, -3 lines 0 comments Download
M Source/platform/graphics/filters/FilterEffect.h View 3 chunks +4 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FilterEffect.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/platform/graphics/filters/FilterOperation.h View 14 chunks +24 lines, -20 lines 0 comments Download
M Source/platform/graphics/filters/FilterOperation.cpp View 5 chunks +11 lines, -5 lines 0 comments Download
M Source/platform/graphics/filters/FilterOperations.h View 1 2 3 chunks +34 lines, -3 lines 0 comments Download
M Source/platform/graphics/filters/FilterOperations.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M Source/platform/graphics/filters/ImageFilterBuilderTest.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/platform/graphics/filters/ReferenceFilter.h View 2 chunks +10 lines, -7 lines 0 comments Download
M Source/platform/graphics/filters/ReferenceFilter.cpp View 1 chunk +10 lines, -3 lines 0 comments Download
M Source/platform/graphics/filters/SourceAlpha.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/SourceAlpha.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/SourceGraphic.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/SourceGraphic.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
sof
Please take a look. As agreed, let's move ahead with this one (as time permits.)
6 years, 1 month ago (2014-10-30 07:19:23 UTC) #2
kouhei (in TOK)
core/svg/properties lgtm. core/svg lgtm assuming only ptr changes.
6 years, 1 month ago (2014-10-30 08:06:55 UTC) #4
haraken
Thanks for working on this! This CL looks mostly straightforward. LGTM. https://codereview.chromium.org/678163002/diff/80001/Source/core/animation/animatable/AnimatableSVGLength.h File Source/core/animation/animatable/AnimatableSVGLength.h (right): ...
6 years, 1 month ago (2014-11-11 05:22:47 UTC) #6
sof
Thanks for the reviews. Reconfirming that this doesn't regress Oilpan performance on blink_perf.svg before taking ...
6 years, 1 month ago (2014-11-12 13:45:08 UTC) #7
sof
On 2014/11/12 13:45:08, sof wrote: > Thanks for the reviews. > > Reconfirming that this ...
6 years, 1 month ago (2014-11-12 15:49:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/678163002/120001
6 years, 1 month ago (2014-11-12 19:13:36 UTC) #10
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 185240
6 years, 1 month ago (2014-11-12 20:03:23 UTC) #11
haraken
6 years, 1 month ago (2014-11-13 02:10:42 UTC) #12
Message was sent while issue was closed.
On 2014/11/12 13:45:08, sof wrote:
> Thanks for the reviews.
> 
> Reconfirming that this doesn't regress Oilpan performance on blink_perf.svg
> before taking the next step.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/animation/an...
> File Source/core/animation/animatable/AnimatableSVGLength.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/animation/an...
> Source/core/animation/animatable/AnimatableSVGLength.h:59:
> AnimatableSVGLength(PassRefPtrWillBeRawPtr<SVGLength> length)
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Add explicit.
> 
> Done.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/rendering/st...
> File Source/core/rendering/style/RenderStyle.cpp (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/rendering/st...
> Source/core/rendering/style/RenderStyle.cpp:1645: #if ENABLE(OILPAN)
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Can we avoid introducing the #if flag?
> > 
> > DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<>, ...)
> 
> I don't think CPP is entirely avoidable, as we need to use a separate type for
> Oilpan (FilterOperationsWrapper vs FilterOperations), so I think it makes
sense
> to have it like this.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/rendering/st...
> File Source/core/rendering/style/StyleFilterData.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/rendering/st...
> Source/core/rendering/style/StyleFilterData.h:36: class StyleFilterData final
:
> public RefCountedWillBeRefCountedGarbageCollected<StyleFilterData> {
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Why does this need to be RefCountedGarbageCollected?
> 
> StyleRareNonInheritedData has a DataRef<StyleFilterData>. I don't know of a
> workable Oilpan, non-RefPtr<>, alternative for DataRef<>.
> 
> I've added a FIXME to make it locally clear why we're using such a type.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/rendering/sv...
> File Source/core/rendering/svg/RenderSVGResourceFilter.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/rendering/sv...
> Source/core/rendering/svg/RenderSVGResourceFilter.h:95: typedef
> WillBeHeapHashMap<RenderObject*, OwnPtrWillBeMember<FilterData> > FilterMap;
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > RenderObject* => RawPtrWillBeMember<RenderObject> ?
> 
> Done, a safe change wrt lifetime. Also tidied up the stack allocated
> SVGRenderingContext (which refers to RenderSVGResourceFilter) while at it.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/PatternA...
> File Source/core/svg/PatternAttributes.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/PatternA...
> Source/core/svg/PatternAttributes.h:32: struct PatternAttributes final {
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > struct => class
> 
> Done.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/PatternA...
> Source/core/svg/PatternAttributes.h:160: const SVGPatternElement*
> m_patternContentElement;
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > This should be a Member.
> 
> Done.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGAnima...
> File Source/core/svg/SVGAnimatedAngle.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGAnima...
> Source/core/svg/SVGAnimatedAngle.h:63: SVGAnimatedAngle(SVGMarkerElement*
> contextElement);
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Add explicit.
> 
> Done.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGNumber.h
> File Source/core/svg/SVGNumber.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGNumbe...
> Source/core/svg/SVGNumber.h:97: SVGNumberAcceptPercentage(float value);
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Add explicit.
> 
> Done.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGPathS...
> File Source/core/svg/SVGPathSeg.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGPathS...
> Source/core/svg/SVGPathSeg.h:114: m_ownerList = ownerList;
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > It looks like this is called in some destructors, but are they OK? (I
haven't
> > looked at the code.)
> 
> It is not called from destructors (double checking now). It is called by
> SVGListPropertyHelper<..>::clear(), but clear() is only invoked from a dtor if
> !OILPAN.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGPathS...
> Source/core/svg/SVGPathSeg.h:119: m_contextElement = contextElement;
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Ditto.
> 
> Same, never called to clear out m_contextElement.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGPathS...
> File Source/core/svg/SVGPathSegList.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGPathS...
> Source/core/svg/SVGPathSegList.h:152: SVGPathSegList(SVGPathElement*);
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Add explicit.
> 
> Done.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGPathS...
> File Source/core/svg/SVGPathStringSource.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/SVGPathS...
> Source/core/svg/SVGPathStringSource.h:38: SVGPathStringSource(const String&);
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Add explicit.
> 
> Done.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/properti...
> File Source/core/svg/properties/SVGProperty.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/core/svg/properti...
> Source/core/svg/properties/SVGProperty.h:83: void
setOwnerList(SVGPropertyBase*
> ownerList)
> On 2014/11/11 05:22:46, haraken wrote:
> > 
> > Just to confirm: Isn't it possible that setOwnerList(0) is called in some
> > destructors?
> 
> It doesn't currently happen. We can't statically catch anyone adding such a
call
> from a SVGProperty list implementation in the future, but I would expect ASAN
> and tests to pick up on that pretty quickly.
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/platform/graphics...
> File Source/platform/graphics/filters/FilterOperations.h (right):
> 
>
https://codereview.chromium.org/678163002/diff/80001/Source/platform/graphics...
> Source/platform/graphics/filters/FilterOperations.h:89: class
> FilterOperationsWrapper : public GarbageCollected<FilterOperationsWrapper> {
> On 2014/11/11 05:22:47, haraken wrote:
> > 
> > Would you help me understand why we need special wrapper objects for oilpan?
> 
> We want to have FilterOperations be a part/value object, but for one use and
> persistent reference from RenderStyle::initialFilter().

Thanks, all your replies make sense :)

Powered by Google App Engine
This is Rietveld 408576698