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

Side by Side Diff: third_party/WebKit/Source/core/svg/SVGTagNames.in

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElementRareData.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="SVG" 1 namespace="SVG"
2 namespaceURI="http://www.w3.org/2000/svg" 2 namespaceURI="http://www.w3.org/2000/svg"
3 fallbackInterfaceName="SVGUnknownElement" 3 fallbackInterfaceName="SVGUnknownElement"
4 fallbackJSInterfaceName="SVGElement" 4 fallbackJSInterfaceName="SVGElement"
5 export="CORE_EXPORT" 5 export="CORE_EXPORT"
6 6
7 a 7 a
8 animate runtimeEnabled=smil, noTypeHelpers 8 animate runtimeEnabled=smil, noTypeHelpers
9 animateColor runtimeEnabled=smil, interfaceName=SVGUnknownElement, JSInterfaceNa me=SVGElement, noConstructor 9 animateColor runtimeEnabled=smil, interfaceName=SVGUnknownElement, JSInterfaceNa me=SVGElement, noConstructor
10 animateMotion runtimeEnabled=smil 10 animateMotion runtimeEnabled=smil
11 animateTransform runtimeEnabled=smil 11 animateTransform runtimeEnabled=smil
12 set runtimeEnabled=smil 12 set runtimeEnabled=smil
13 circle 13 circle
14 clipPath 14 clipPath
15 cursor
16 defs 15 defs
17 desc 16 desc
18 discard runtimeEnabled=smil 17 discard runtimeEnabled=smil
19 ellipse 18 ellipse
20 feBlend 19 feBlend
21 feColorMatrix 20 feColorMatrix
22 feComponentTransfer 21 feComponentTransfer
23 feComposite 22 feComposite
24 feConvolveMatrix 23 feConvolveMatrix
25 feDiffuseLighting 24 feDiffuseLighting
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 style constructorNeedsCreatedByParser 62 style constructorNeedsCreatedByParser
64 svg interfaceName=SVGSVGElement 63 svg interfaceName=SVGSVGElement
65 switch 64 switch
66 symbol 65 symbol
67 text 66 text
68 textPath 67 textPath
69 title 68 title
70 tspan interfaceName=SVGTSpanElement 69 tspan interfaceName=SVGTSpanElement
71 use 70 use
72 view 71 view
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElementRareData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698