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

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

Issue 2677603002: Revert of Convert make_qualified_names and make_element_factory to use JSON5. (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
(Empty)
1 {
2 metadata: {
3 namespace: "SVG",
4 namespaceURI: "http://www.w3.org/2000/svg",
5 fallbackInterfaceName: "SVGUnknownElement",
6 fallbackJSInterfaceName: "SVGElement",
7 export: "CORE_EXPORT",
8 },
9
10 data: [
11 "a",
12 {
13 name: "animate",
14 noTypeHelpers: true,
15 runtimeEnabled: "smil",
16 },
17 {
18 name: "animateColor",
19 JSInterfaceName: "SVGElement",
20 interfaceName: "SVGUnknownElement",
21 noConstructor: true,
22 runtimeEnabled: "smil",
23 },
24 {
25 name: "animateMotion",
26 runtimeEnabled: "smil",
27 },
28 {
29 name: "animateTransform",
30 runtimeEnabled: "smil",
31 },
32 {
33 name: "set",
34 runtimeEnabled: "smil",
35 },
36 "circle",
37 "clipPath",
38 "defs",
39 "desc",
40 {
41 name: "discard",
42 runtimeEnabled: "smil",
43 },
44 "ellipse",
45 "feBlend",
46 "feColorMatrix",
47 "feComponentTransfer",
48 "feComposite",
49 "feConvolveMatrix",
50 "feDiffuseLighting",
51 "feDisplacementMap",
52 "feDistantLight",
53 "feDropShadow",
54 "feFlood",
55 "feFuncA",
56 "feFuncB",
57 "feFuncG",
58 "feFuncR",
59 "feGaussianBlur",
60 "feImage",
61 "feMerge",
62 "feMergeNode",
63 "feMorphology",
64 "feOffset",
65 "fePointLight",
66 "feSpecularLighting",
67 "feSpotLight",
68 "feTile",
69 "feTurbulence",
70 "filter",
71 "foreignObject",
72 "g",
73 "image",
74 "line",
75 "linearGradient",
76 "marker",
77 "mask",
78 "metadata",
79 {
80 name: "mpath",
81 interfaceName: "SVGMPathElement",
82 runtimeEnabled: "smil",
83 },
84 "path",
85 "pattern",
86 "polygon",
87 "polyline",
88 "radialGradient",
89 "rect",
90 {
91 name: "script",
92 constructorNeedsCreatedByParser: true,
93 },
94 "stop",
95 {
96 name: "style",
97 constructorNeedsCreatedByParser: true,
98 },
99 {
100 name: "svg",
101 interfaceName: "SVGSVGElement",
102 },
103 "switch",
104 "symbol",
105 "text",
106 "textPath",
107 "title",
108 {
109 name: "tspan",
110 interfaceName: "SVGTSpanElement",
111 },
112 "use",
113 "view",
114 ],
115 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTagNames.in ('k') | third_party/WebKit/Source/core/svg/xlinkattrs.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698