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

Side by Side Diff: third_party/WebKit/Source/bindings/scripts/testdata/new_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 {
14 "Name": "maxChannelCount"
15 }
16 ],
17 "Name": "computedTiming",
18 "Readonly": true,
19 "Static": false,
20 "Type": "ComputedTimingProperties"
21 }
22 ],
23 "Consts": [
24 {
25 "ExtAttributes": [],
26 "Name": "VERTEX_ATTRIB_ARRAY_DIVISOR",
27 "Type": "unsigned long",
28 "Value": "0x88FE"
29 }
30 ],
31 "ExtAttributes": [],
32 "FilePath": "Source/modules/webgl/ANGLEInstancedArrays.idl",
33 "Inherit": [],
34 "Name": "ANGLEInstancedArrays",
35 "Operations": [
36 {
37 "Arguments": [
38 {
39 "Name": "mode",
40 "Type": "unsigned long"
41 }
42 ],
43 "ExtAttributes": [],
44 "Name": "drawArraysInstancedANGLE",
45 "Static": false,
46 "Type": "void"
47 },
48 {
49 "Arguments": [
50 {
51 "Name": "mode",
52 "Type": "unsigned long"
53 }
54 ],
55 "ExtAttributes": [],
56 "Name": "drawElementsInstancedANGLE",
57 "Static": false,
58 "Type": "void"
59 }
60 ]
61 },
62 "AbstractWorker": {
63 "Attributes": [
64 {
65 "ExtAttributes": [],
66 "Name": "onerror",
67 "Readonly": false,
68 "Static": false,
69 "Type": "EventHandler"
70 }
71 ],
72 "Consts": [],
73 "ExtAttributes": [
74 {
75 "Name": "onerror"
76 }
77 ],
78 "FilePath": "Source/core/workers/AbstractWorker.idl",
79 "Inherit": [],
80 "Name": "AbstractWorker",
81 "Operations": []
82 },
83 "AnimationEvent": {
84 "Attributes": [
85 {
86 "ExtAttributes": [],
87 "Name": "animationName",
88 "Readonly": true,
89 "Static": false,
90 "Type": "DOMString"
91 },
92 {
93 "ExtAttributes": [],
94 "Name": "elapsedTime",
95 "Readonly": true,
96 "Static": false,
97 "Type": "double"
98 }
99 ],
100 "Consts": [],
101 "ExtAttributes": [
102 {
103 "Name": "animationName"
104 },
105 {
106 "Name": "elapsedTime"
107 }
108 ],
109 "FilePath": "Source/core/events/AnimationEvent.idl",
110 "Inherit": [
111 {
112 "Name": "Event"
113 }
114 ],
115 "Name": "AnimationEvent",
116 "Operations": []
117 }
118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698