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

Issue 133203003: Generate toSVGFooElement() for SVGFELight|AnimateMotion|FontFaceSrc|TextPositioningElement (Closed)

Created:
6 years, 11 months ago by gyuyoung-inactive
Modified:
6 years, 11 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), rwlbuis, dstockwell, Timothy Loh, krit, f(malita), darktears, pdr, Stephen Chennney, Steve Block, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Generate toSVGFooElement() for SVGFELight|AnimateMotion|FontFaceSrc|TextPositioningElement As a step to use toSVGFooElement(), this cl generate toSVGFooElement() for mentioned SVG Element. This will help to detect bad type cast. BUG=309516 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165019

Patch Set 1 #

Total comments: 8

Patch Set 2 : Modified #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -8 lines) Patch
M Source/core/svg/SVGAnimateMotionElement.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGElement.h View 1 1 chunk +1 line, -0 lines 1 comment Download
M Source/core/svg/SVGFELightElement.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFELightElement.cpp View 1 1 chunk +2 lines, -5 lines 0 comments Download
M Source/core/svg/SVGFontFaceElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFontFaceSrcElement.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/svg/SVGMPathElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextPositioningElement.h View 1 3 chunks +9 lines, -0 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
gyuyoung-inactive
Add tkent and morrita.
6 years, 11 months ago (2014-01-10 07:50:43 UTC) #1
Stephen Chennney
There is cleanup to be done. https://codereview.chromium.org/133203003/diff/1/Source/core/svg/SVGFELightElement.cpp File Source/core/svg/SVGFELightElement.cpp (right): https://codereview.chromium.org/133203003/diff/1/Source/core/svg/SVGFELightElement.cpp#newcode73 Source/core/svg/SVGFELightElement.cpp:73: return toSVGFELightElement(node); You ...
6 years, 11 months ago (2014-01-10 12:32:53 UTC) #2
gyuyoung-inactive
https://codereview.chromium.org/133203003/diff/1/Source/core/svg/SVGFELightElement.cpp File Source/core/svg/SVGFELightElement.cpp (right): https://codereview.chromium.org/133203003/diff/1/Source/core/svg/SVGFELightElement.cpp#newcode73 Source/core/svg/SVGFELightElement.cpp:73: return toSVGFELightElement(node); On 2014/01/10 12:32:53, Stephen Chenney wrote: > ...
6 years, 11 months ago (2014-01-12 04:37:30 UTC) #3
tkent
lgtm https://codereview.chromium.org/133203003/diff/120001/Source/core/svg/SVGElement.h File Source/core/svg/SVGElement.h (right): https://codereview.chromium.org/133203003/diff/120001/Source/core/svg/SVGElement.h#newcode90 Source/core/svg/SVGElement.h:90: virtual bool isTextPositioning() const { return false; } ...
6 years, 11 months ago (2014-01-14 00:45:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/133203003/120001
6 years, 11 months ago (2014-01-14 00:45:57 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 03:34:18 UTC) #6
Message was sent while issue was closed.
Change committed as 165019

Powered by Google App Engine
This is Rietveld 408576698