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

Side by Side Diff: third_party/WebKit/Source/core/events/EventTypeNames.json5

Issue 2952413002: Remove out of spec FrameTiming members from Performance.idl (Closed)
Patch Set: More Created 3 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
1 { 1 {
2 metadata: { 2 metadata: {
3 namespace: "EventType", 3 namespace: "EventType",
4 export: "CORE_EXPORT", 4 export: "CORE_EXPORT",
5 }, 5 },
6 6
7 data: [ 7 data: [
8 "DOMActivate", 8 "DOMActivate",
9 "DOMCharacterDataModified", 9 "DOMCharacterDataModified",
10 "DOMContentLoaded", 10 "DOMContentLoaded",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "endEvent", 99 "endEvent",
100 "enter", 100 "enter",
101 "error", 101 "error",
102 "exit", 102 "exit",
103 "fetch", 103 "fetch",
104 "finish", 104 "finish",
105 "focus", 105 "focus",
106 "focusin", 106 "focusin",
107 "focusout", 107 "focusout",
108 "foreignfetch", 108 "foreignfetch",
109 "frametimingbufferfull",
110 "fullscreenchange", 109 "fullscreenchange",
111 "fullscreenerror", 110 "fullscreenerror",
112 "gamepadconnected", 111 "gamepadconnected",
113 "gamepaddisconnected", 112 "gamepaddisconnected",
114 "gattserverdisconnected", 113 "gattserverdisconnected",
115 "geofenceenter", 114 "geofenceenter",
116 "geofenceleave", 115 "geofenceleave",
117 "gesturelongpress", 116 "gesturelongpress",
118 "gesturescrollend", 117 "gesturescrollend",
119 "gesturescrollstart", 118 "gesturescrollstart",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "webkitprerenderstop", 285 "webkitprerenderstop",
287 "webkitspeechchange", 286 "webkitspeechchange",
288 "webkitvisibilitychange", 287 "webkitvisibilitychange",
289 "wheel", 288 "wheel",
290 "write", 289 "write",
291 "writeend", 290 "writeend",
292 "writestart", 291 "writestart",
293 "zoom", 292 "zoom",
294 ], 293 ],
295 } 294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698