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

Issue 68643007: Remove QualifiedName argument from SVGElement::create functions (Closed)

Created:
7 years, 1 month ago by adamk
Modified:
7 years, 1 month ago
Reviewers:
eseidel
CC:
blink-reviews, Steve Block, krit, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), dstockwell, Timothy Loh, shans, f(malita), darktears, pdr, Stephen Chennney, Eric Willigers, dino_apple.com, rwlbuis, abarth-chromium, esprehn, pdr.
Visibility:
Public.

Description

Remove QualifiedName argument from SVGElement::create functions This is the SVG counterpart to r161742. As SVG is much more uniform, this patch was simpler to put together, and it also makes use of the XML prefix fixup code added in the earlier patch. R=eseidel@chromium.org BUG=316964 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161862

Patch Set 1 #

Patch Set 2 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+475 lines, -553 lines) Patch
M Source/build/scripts/templates/ElementFactory.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAltGlyphDefElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAltGlyphDefElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAltGlyphElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAltGlyphElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAltGlyphItemElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAltGlyphItemElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimateColorElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateColorElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimateElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAnimateElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGCircleElement.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGCursorElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCursorElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGDefsElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGDefsElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGDescElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGDescElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEDistantLightElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDistantLightElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFloodElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFloodElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFuncAElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncAElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFuncBElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncBElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFuncGElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncGElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEFuncRElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncRElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEMergeElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMergeElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFEPointLightElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEPointLightElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFESpotLightElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFESpotLightElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFETileElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFETileElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFilterElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFontElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFontElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFontFaceElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFontFaceElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFontFaceFormatElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFontFaceFormatElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFontFaceNameElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFontFaceNameElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFontFaceSrcElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFontFaceSrcElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFontFaceUriElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFontFaceUriElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGGElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGGlyphElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGlyphElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGGlyphRefElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGlyphRefElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGHKernElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGHKernElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGLineElement.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGMPathElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMPathElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGMaskElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGMetadataElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMetadataElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGMissingGlyphElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMissingGlyphElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGPathElement.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGPolygonElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPolygonElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGPolylineElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPolylineElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGRectElement.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGSVGElement.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGScriptElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGScriptElement.cpp View 2 chunks +5 lines, -6 lines 0 comments Download
M Source/core/svg/SVGSetElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGSetElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGStopElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStopElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGStyleElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStyleElement.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGSwitchElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGSwitchElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGSymbolElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGSymbolElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTSpanElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTSpanElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTextElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTitleElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTitleElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 4 chunks +6 lines, -7 lines 0 comments Download
M Source/core/svg/SVGVKernElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGVKernElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGViewElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGViewElement.cpp View 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
adamk
7 years, 1 month ago (2013-11-12 22:11:24 UTC) #1
eseidel
Second system, baby. We wrote SVG having seen the mistakes of khtml's dom. :)
7 years, 1 month ago (2013-11-12 22:25:12 UTC) #2
eseidel
lgtm
7 years, 1 month ago (2013-11-12 22:25:24 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/68643007/1
7 years, 1 month ago (2013-11-12 22:28:18 UTC) #4
commit-bot: I haz the power
Failed to apply patch for Source/core/svg/SVGCircleElement.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-12 22:28:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/68643007/80001
7 years, 1 month ago (2013-11-12 22:37:38 UTC) #6
commit-bot: I haz the power
7 years, 1 month ago (2013-11-13 00:04:11 UTC) #7
Message was sent while issue was closed.
Change committed as 161862

Powered by Google App Engine
This is Rietveld 408576698