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

Issue 24527003: [oilpan] Implement accept methods to trace the class hierarchy of SVGElement and all sub-classes. (Closed)

Created:
7 years, 2 months ago by zerny-chromium
Modified:
7 years, 2 months ago
CC:
blink-reviews, adamk+oilpan_chromium.org, Mads Ager (chromium), abarth-chromium
Visibility:
Public.

Description

[oilpan] Implement accept methods to trace the class hierarchy of SVGElement and all sub-classes. R=ager@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158320

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -6 lines) Patch
M Source/core/svg/SVGAElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAltGlyphDefElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAltGlyphElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAltGlyphItemElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimateColorElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimateElement.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimationElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGCircleElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGCursorElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGDefsElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGDescElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGElement.h View 1 chunk +2 lines, -0 lines 2 comments Download
M Source/core/svg/SVGElement.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEDistantLightElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEFloodElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEFuncAElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEFuncBElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEFuncGElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEFuncRElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFELightElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEMergeElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFEPointLightElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFESpotLightElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFETileElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFilterElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFontElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFontFaceElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFontFaceFormatElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFontFaceNameElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFontFaceSrcElement.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGFontFaceUriElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGlyphElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGlyphRefElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGradientElement.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGHKernElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGLineElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMPathElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMaskElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMetadataElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMissingGlyphElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPathElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPolyElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPolygonElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPolylineElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGRectElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGSVGElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGScriptElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGSetElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGStopElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGStyleElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGStyledElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGStyledLocatableElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGStyledTransformableElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGSwitchElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGSymbolElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTRefElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTSpanElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTextElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextPositioningElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTitleElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGVKernElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGViewElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zerny-chromium
7 years, 2 months ago (2013-09-25 11:04:50 UTC) #1
Mads Ager (chromium)
LGTM https://codereview.chromium.org/24527003/diff/1/Source/core/svg/SVGElement.h File Source/core/svg/SVGElement.h (right): https://codereview.chromium.org/24527003/diff/1/Source/core/svg/SVGElement.h#newcode125 Source/core/svg/SVGElement.h:125: void accept(Visitor*) const; virtual? OVERRIDE?
7 years, 2 months ago (2013-09-25 11:16:31 UTC) #2
zerny-chromium
https://codereview.chromium.org/24527003/diff/1/Source/core/svg/SVGElement.h File Source/core/svg/SVGElement.h (right): https://codereview.chromium.org/24527003/diff/1/Source/core/svg/SVGElement.h#newcode125 Source/core/svg/SVGElement.h:125: void accept(Visitor*) const; On 2013/09/25 11:16:32, Mads Ager (chromium) ...
7 years, 2 months ago (2013-09-25 11:28:34 UTC) #3
zerny-chromium
Committed patchset #1 manually as r158320 (presubmit successful).
7 years, 2 months ago (2013-09-25 11:35:33 UTC) #4
wibling
lgtm2
7 years, 2 months ago (2013-09-25 11:44:14 UTC) #5
haraken
LGTM. Though it would be better to define the accept methods in .cpp files (We're ...
7 years, 2 months ago (2013-09-25 14:01:47 UTC) #6
haraken
7 years, 2 months ago (2013-09-25 14:01:47 UTC) #7
Message was sent while issue was closed.
LGTM.

Though it would be better to define the accept methods in .cpp files (We're
doing it in the Node & CSS hierarchy). In the Blink trunk, we're careful about
the binary size for Android builds.

Powered by Google App Engine
This is Rietveld 408576698