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

Issue 1074813002: Remove isSupportedAttribute in svg (Closed)

Created:
5 years, 8 months ago by Erik Dahlström (inactive)
Modified:
5 years, 8 months ago
Reviewers:
pdr., fs
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, krit, dstockwell, ed+blinkwatch_opera.com, Eric Willigers, f(malita), fs, gyuyoung2, kouhei+svg_chromium.org, Mike Lawther (Google), pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, Steve Block, Timothy Loh
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Spring cleaning: remove isSupportedAttribute. Inspired by Darin Adler's WebKit patch: https://bugs.webkit.org/show_bug.cgi?id=143194 BUG=471771 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193650

Patch Set 1 #

Patch Set 2 : the rest #

Patch Set 3 : fixups #

Total comments: 19

Patch Set 4 : review fixes #

Total comments: 2

Patch Set 5 : invalidation guard tweaks #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -962 lines) Patch
M Source/core/svg/SVGAnimationElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimationElement.cpp View 1 2 3 2 chunks +12 lines, -26 lines 0 comments Download
M Source/core/svg/SVGCircleElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 2 3 2 chunks +17 lines, -26 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.cpp View 1 2 3 1 chunk +8 lines, -20 lines 0 comments Download
M Source/core/svg/SVGCursorElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGCursorElement.cpp View 1 2 2 chunks +10 lines, -19 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 2 3 4 2 chunks +14 lines, -25 lines 0 comments Download
M Source/core/svg/SVGFEBlendElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEBlendElement.cpp View 2 chunks +3 lines, -19 lines 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.cpp View 2 chunks +3 lines, -19 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.cpp View 1 chunk +2 lines, -16 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFECompositeElement.cpp View 2 chunks +3 lines, -23 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.cpp View 1 4 chunks +3 lines, -26 lines 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.cpp View 1 2 chunks +3 lines, -21 lines 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.cpp View 1 2 chunks +3 lines, -21 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.cpp View 1 1 chunk +2 lines, -20 lines 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.cpp View 1 1 chunk +2 lines, -18 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 1 1 chunk +3 lines, -18 lines 0 comments Download
M Source/core/svg/SVGFELightElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFELightElement.cpp View 1 2 3 3 chunks +4 lines, -26 lines 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.cpp View 1 2 chunks +3 lines, -19 lines 0 comments Download
M Source/core/svg/SVGFEOffsetElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEOffsetElement.cpp View 1 1 chunk +5 lines, -15 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 1 2 chunks +3 lines, -21 lines 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.cpp View 1 2 chunks +2 lines, -21 lines 0 comments Download
M Source/core/svg/SVGFilterElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 1 2 chunks +13 lines, -26 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 1 2 chunks +6 lines, -17 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 3 chunks +6 lines, -19 lines 0 comments Download
M Source/core/svg/SVGGradientElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 1 1 chunk +12 lines, -19 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 1 chunk +7 lines, -22 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 2 3 4 2 chunks +22 lines, -40 lines 0 comments Download
M Source/core/svg/SVGLineElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 1 2 3 4 1 chunk +9 lines, -30 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 1 chunk +11 lines, -21 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 1 1 chunk +16 lines, -27 lines 0 comments Download
M Source/core/svg/SVGMaskElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 1 2 3 4 2 chunks +22 lines, -31 lines 0 comments Download
M Source/core/svg/SVGPathElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 1 1 chunk +12 lines, -21 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 1 chunk +22 lines, -31 lines 0 comments Download
M Source/core/svg/SVGPolyElement.cpp View 1 2 3 4 1 chunk +9 lines, -9 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 1 1 chunk +12 lines, -23 lines 0 comments Download
M Source/core/svg/SVGRectElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 2 chunks +16 lines, -27 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 2 3 4 1 chunk +1 line, -2 lines 1 comment Download
M Source/core/svg/SVGTextContentElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 1 3 chunks +14 lines, -22 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 2 chunks +12 lines, -21 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 1 2 3 2 chunks +12 lines, -27 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 3 4 3 chunks +15 lines, -34 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 2 3 3 chunks +10 lines, -28 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Erik Dahlström (inactive)
PTAL. No big surprises in the performance tryrun: http://storage.googleapis.com/chromium-telemetry/html-results/results-2015-04-10_05-58-09
5 years, 8 months ago (2015-04-10 13:39:50 UTC) #2
fs
On 2015/04/10 13:39:50, Erik Dahlström wrote: > No big surprises in the performance tryrun: > ...
5 years, 8 months ago (2015-04-10 14:25:24 UTC) #3
Erik Dahlström (inactive)
On the subject of footprint, I did a quick comparison. This patch shaves 21K off ...
5 years, 8 months ago (2015-04-10 15:33:44 UTC) #4
fs
On 2015/04/10 15:33:44, Erik Dahlström wrote: > On the subject of footprint, I did a ...
5 years, 8 months ago (2015-04-10 16:09:10 UTC) #5
pdr.
LGTM https://codereview.chromium.org/1074813002/diff/60001/Source/core/svg/SVGImageElement.cpp File Source/core/svg/SVGImageElement.cpp (right): https://codereview.chromium.org/1074813002/diff/60001/Source/core/svg/SVGImageElement.cpp#newcode120 Source/core/svg/SVGImageElement.cpp:120: updateRelativeLengthsInformation(); Does this path need to be covered ...
5 years, 8 months ago (2015-04-10 18:39:21 UTC) #6
Erik Dahlström (inactive)
https://codereview.chromium.org/1074813002/diff/60001/Source/core/svg/SVGImageElement.cpp File Source/core/svg/SVGImageElement.cpp (right): https://codereview.chromium.org/1074813002/diff/60001/Source/core/svg/SVGImageElement.cpp#newcode120 Source/core/svg/SVGImageElement.cpp:120: updateRelativeLengthsInformation(); On 2015/04/10 18:39:21, pdr wrote: > Does this ...
5 years, 8 months ago (2015-04-13 08:11:17 UTC) #7
pdr.
On 2015/04/13 at 08:11:17, ed wrote: > https://codereview.chromium.org/1074813002/diff/60001/Source/core/svg/SVGImageElement.cpp > File Source/core/svg/SVGImageElement.cpp (right): > > https://codereview.chromium.org/1074813002/diff/60001/Source/core/svg/SVGImageElement.cpp#newcode120 ...
5 years, 8 months ago (2015-04-13 18:11:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1074813002/80001
5 years, 8 months ago (2015-04-13 18:32:45 UTC) #11
commit-bot: I haz the power
5 years, 8 months ago (2015-04-13 20:18:33 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193650

Powered by Google App Engine
This is Rietveld 408576698