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

Issue 15183007: Remove ENABLE(SVG) patch (1 of 3) (Closed)

Created:
7 years, 7 months ago by pdr.
Modified:
7 years, 7 months ago
Reviewers:
CC:
blink-reviews, shans, eae+blinkwatch, dstockwell, f(malita), darktears, pdr, Stephen Chennney, Steve Block
Visibility:
Public.

Description

Remove ENABLE(SVG) patch (1 of 3) This patch removes the bulk of the ENABLE(SVG) defines. The bulk of this patch was generated using the following script: git grep --name-only "// ENABLE(SVG)" > svgfiles.txt xargs sed -i '/#endif \/\/ ENABLE(SVG)/d' < svgfiles.txt xargs sed -i '/#if ENABLE(SVG)/d' < svgfiles.txt BUG=240006

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -826 lines) Patch
M Source/core/svg/ColorDistance.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/GradientAttributes.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/LinearGradientAttributes.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/PatternAttributes.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/RadialGradientAttributes.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGAElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAngle.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAngle.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimateColorElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateColorElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimateElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedAngle.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedAngle.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedBoolean.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedBoolean.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedColor.h View 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedColor.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedEnumeration.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedEnumeration.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedInteger.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedInteger.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedIntegerOptionalInteger.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedLength.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedLength.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedLengthList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedLengthList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumber.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumber.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumberList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumberList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumberOptionalNumber.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedPath.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedPath.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedPointList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedPointList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedPreserveAspectRatio.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedPreserveAspectRatio.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedRect.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedRect.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedString.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedString.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedTransformList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedTransformList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedTypeAnimator.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimationElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimationElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatorFactory.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCircleElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGColor.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGColor.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGCursorElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCursorElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGDefsElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGDefsElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGDescElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGDescElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGDocument.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGDocument.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
Source/core/svg/SVGElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGElementInstance.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGElementInstanceList.h View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGElementInstanceList.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGException.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGException.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGExternalResourcesRequired.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGExternalResourcesRequired.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEDistantLightElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDistantLightElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEFloodElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFloodElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEFuncAElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncAElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFuncBElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncBElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFuncGElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncGElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFuncRElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGFEFuncRElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGFEImageElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFELightElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFELightElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEMergeElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMergeElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEPointLightElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGFEPointLightElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFESpotLightElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFESpotLightElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFETileElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFETileElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFitToViewBox.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFitToViewBox.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGGradientElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGImageLoader.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGImageLoader.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLangSpace.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLangSpace.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLength.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLengthContext.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLengthList.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGLengthList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLineElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGLinearGradientElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLocatable.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLocatable.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGMPathElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGMPathElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGMatrix.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMetadataElement.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGMetadataElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGNumberList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGNumberList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGPaint.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPaint.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGParserUtilities.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGParserUtilities.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGParsingError.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathBlender.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGPathBlender.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathBuilder.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathBuilder.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathByteStream.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathByteStreamBuilder.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathByteStreamBuilder.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathByteStreamSource.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathByteStreamSource.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathConsumer.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathParser.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathParser.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathSeg.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegArc.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegClosePath.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoCubic.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoCubicSmooth.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoQuadratic.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegCurvetoQuadraticSmooth.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLineto.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoHorizontal.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegLinetoVertical.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGPathSegListBuilder.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGPathSegListBuilder.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathSegListSource.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegListSource.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathSegMoveto.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegWithContext.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSource.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathStringBuilder.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathStringBuilder.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathStringSource.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathStringSource.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathTraversalStateBuilder.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathTraversalStateBuilder.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathUtilities.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPointList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPointList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPolyElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPolyElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPolygonElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPolygonElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPolylineElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPolylineElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPreserveAspectRatio.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPreserveAspectRatio.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGRect.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGRectElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGRenderingIntent.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGSVGElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGScriptElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGScriptElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGSetElement.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGSetElement.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGStopElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStopElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGStringList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStringList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGStyleElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStyleElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGStyledElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStyledElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGStyledLocatableElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStyledLocatableElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGStyledTransformableElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStyledTransformableElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGSwitchElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGSwitchElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGSymbolElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGSymbolElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTRefElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTRefElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTSpanElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGTSpanElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTests.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTests.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTextElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGTextPathElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGTextPositioningElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTitleElement.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGTitleElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransform.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTransform.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransformDistance.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTransformList.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTransformList.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransformable.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTransformable.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGURIReference.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGURIReference.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
Source/core/svg/SVGViewElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGViewElement.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGViewSpec.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGViewSpec.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGZoomAndPan.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/SVGZoomAndPan.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/animation/SMILTime.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/animation/SMILTimeContainer.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/animation/SMILTimeContainer.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/graphics/SVGImage.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/SVGImage.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/SVGImageCache.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/graphics/SVGImageCache.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/SVGImageChromeClient.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/SVGImageForContainer.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/SVGImageForContainer.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilter.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilter.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilterBuilder.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilterBuilder.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedListPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedProperty.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedPropertyDescription.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedPropertyMacros.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedStaticPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedTransformListPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGListProperty.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGListPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGPathSegListPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGPathSegListPropertyTearOff.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/properties/SVGProperty.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGPropertyInfo.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGStaticListPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGStaticPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
Source/core/svg/properties/SVGStaticPropertyWithParentTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGTransformListPropertyTearOff.h View 2 chunks +0 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698