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

Side by Side Diff: third_party/WebKit/Source/bindings/scripts/testdata/old_blink_idls.json

Issue 2169673003: Move bindings tooling scripts to Tools/Scripts/webkitpy/bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@change-test
Patch Set: Move test Created 4 years, 5 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 "ANGLEInstancedArrays": {
3 "Attributes": [
4 {
5 "ExtAttributes": [],
6 "Name": "timing",
7 "Readonly": true,
8 "Static": false,
9 "Type": "AnimationEffectTiming"
10 },
11 {
12 "ExtAttributes": [],
13 "Name": "animVal",
14 "Readonly": true,
15 "Static": false,
16 "Type": "SVGAngle"
17 }
18 ],
19 "Consts": [
20 {
21 "ExtAttributes": [],
22 "Name": "VERTEX_ATTRIB_ARRAY_DIVISOR",
23 "Type": "unsigned long",
24 "Value": "0x88FE"
25 }
26 ],
27 "ExtAttributes": [],
28 "FilePath": "Source/modules/webgl/ANGLEInstancedArrays.idl",
29 "Inherit": [],
30 "Name": "ANGLEInstancedArrays",
31 "Operations": [
32 {
33 "Arguments": [
34 {
35 "Name": "mode",
36 "Type": "unsigned long"
37 }
38 ],
39 "ExtAttributes": [],
40 "Name": "drawArraysInstancedANGLE",
41 "Static": false,
42 "Type": "void"
43 },
44 {
45 "Arguments": [
46 {
47 "Name": "primcount",
48 "Type": "long"
49 }
50 ],
51 "ExtAttributes": [],
52 "Name": "drawElementsInstancedANGLE",
53 "Static": false,
54 "Type": "void"
55 }
56 ]
57 },
58 "AbstractWorker": {
59 "Attributes": [
60 {
61 "ExtAttributes": [],
62 "Name": "onerror",
63 "Readonly": false,
64 "Static": false,
65 "Type": "EventHandler"
66 }
67 ],
68 "Consts": [],
69 "ExtAttributes": [
70 {
71 "Name": "onerror"
72 }
73 ],
74 "FilePath": "Source/core/workers/AbstractWorker.idl",
75 "Inherit": [],
76 "Name": "AbstractWorker",
77 "Operations": []
78 },
79 "AnimationEffectReadOnly": {
80 "Attributes": [
81 {
82 "ExtAttributes": [],
83 "Name": "timing",
84 "Readonly": true,
85 "Static": false,
86 "Type": "AnimationEffectTiming"
87 },
88 {
89 "ExtAttributes": [],
90 "Name": "computedTiming",
91 "Readonly": true,
92 "Static": false,
93 "Type": "ComputedTimingProperties"
94 }
95 ],
96 "Consts": [],
97 "ExtAttributes": [
98 {
99 "Name": "timing"
100 },
101 {
102 "Name": "computedTiming"
103 }
104 ],
105 "FilePath": "Source/core/animation/AnimationEffectReadOnly.idl",
106 "Inherit": [],
107 "Name": "AnimationEffectReadOnly",
108 "Operations": []
109 }
110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698