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

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

Issue 330093002: Add support in generate scripts to handle Conditional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sort by alpha Created 6 years, 6 months 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 | « Source/build/scripts/templates/MakeNames.h.tmpl ('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 5
6 a 6 a
7 #if ENABLE_SVG_FONTS 7 altGlyph Conditional=SVG_FONTS
8 altGlyph 8 altGlyphDef Conditional=SVG_FONTS
9 altGlyphDef 9 altGlyphItem Conditional=SVG_FONTS
10 altGlyphItem
11 #endif
12 animate noTypeHelpers 10 animate noTypeHelpers
13 animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noCons tructor 11 animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noCons tructor
14 animateMotion 12 animateMotion
15 animateTransform 13 animateTransform
16 set 14 set
17 circle 15 circle
18 clipPath 16 clipPath
19 cursor 17 cursor
20 defs 18 defs
21 desc 19 desc
(...skipping 18 matching lines...) Expand all
40 feMerge 38 feMerge
41 feMergeNode 39 feMergeNode
42 feMorphology 40 feMorphology
43 feOffset 41 feOffset
44 fePointLight 42 fePointLight
45 feSpecularLighting 43 feSpecularLighting
46 feSpotLight 44 feSpotLight
47 feTile 45 feTile
48 feTurbulence 46 feTurbulence
49 filter 47 filter
50 #if ENABLE_SVG_FONTS 48 font Conditional=SVG_FONTS
51 font 49 font-face Conditional=SVG_FONTS
52 font-face 50 font-face-format Conditional=SVG_FONTS
53 font-face-format 51 font-face-name Conditional=SVG_FONTS
54 font-face-name 52 font-face-src Conditional=SVG_FONTS
55 font-face-src 53 font-face-uri Conditional=SVG_FONTS
56 font-face-uri
57 #endif
58 foreignObject 54 foreignObject
59 g 55 g
60 #if ENABLE_SVG_FONTS 56 glyph Conditional=SVG_FONTS
61 glyph 57 glyphRef Conditional=SVG_FONTS
62 glyphRef 58 hkern Conditional=SVG_FONTS, interfaceName=SVGHKernElement
63 hkern interfaceName=SVGHKernElement
64 #endif
65 image 59 image
66 line 60 line
67 linearGradient 61 linearGradient
68 marker 62 marker
69 mask 63 mask
70 metadata 64 metadata
71 #if ENABLE_SVG_FONTS 65 missing-glyph Conditional=SVG_FONTS
72 missing-glyph
73 #endif
74 mpath interfaceName=SVGMPathElement 66 mpath interfaceName=SVGMPathElement
75 path 67 path
76 pattern 68 pattern
77 polygon 69 polygon
78 polyline 70 polyline
79 radialGradient 71 radialGradient
80 rect 72 rect
81 script constructorNeedsCreatedByParser 73 script constructorNeedsCreatedByParser
82 stop 74 stop
83 style constructorNeedsCreatedByParser 75 style constructorNeedsCreatedByParser
84 svg interfaceName=SVGSVGElement 76 svg interfaceName=SVGSVGElement
85 switch 77 switch
86 symbol 78 symbol
87 text 79 text
88 textPath 80 textPath
89 title 81 title
90 tspan interfaceName=SVGTSpanElement 82 tspan interfaceName=SVGTSpanElement
91 use 83 use
92 view 84 view
93 #if ENABLE_SVG_FONTS 85 vkern Conditional=SVG_FONTS, interfaceName=SVGVKernElement
94 vkern interfaceName=SVGVKernElement
95 #endif
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/MakeNames.h.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698