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

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLAttributeNames.json5

Issue 2860483002: Add messageerror event handler (Closed)
Patch Set: fix test Created 3 years, 7 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: "HTML", 3 namespace: "HTML",
4 namespacePrefix: "xhtml", 4 namespacePrefix: "xhtml",
5 namespaceURI: "http://www.w3.org/1999/xhtml", 5 namespaceURI: "http://www.w3.org/1999/xhtml",
6 attrsNullNamespace: true, 6 attrsNullNamespace: true,
7 export: "CORE_EXPORT", 7 export: "CORE_EXPORT",
8 }, 8 },
9 9
10 data: [ 10 data: [
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "onkeydown", 225 "onkeydown",
226 "onkeypress", 226 "onkeypress",
227 "onkeyup", 227 "onkeyup",
228 "onlanguagechange", 228 "onlanguagechange",
229 "onload", 229 "onload",
230 "onloadeddata", 230 "onloadeddata",
231 "onloadedmetadata", 231 "onloadedmetadata",
232 "onloadstart", 232 "onloadstart",
233 "onlostpointercapture", 233 "onlostpointercapture",
234 "onmessage", 234 "onmessage",
235 "onmessageerror",
235 "onmousedown", 236 "onmousedown",
236 "onmouseenter", 237 "onmouseenter",
237 "onmouseleave", 238 "onmouseleave",
238 "onmousemove", 239 "onmousemove",
239 "onmouseout", 240 "onmouseout",
240 "onmouseover", 241 "onmouseover",
241 "onmouseup", 242 "onmouseup",
242 "onmousewheel", 243 "onmousewheel",
243 "ononline", 244 "ononline",
244 "onoffline", 245 "onoffline",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "value", 347 "value",
347 "valuetype", 348 "valuetype",
348 "version", 349 "version",
349 "vlink", 350 "vlink",
350 "vspace", 351 "vspace",
351 "webkitdirectory", 352 "webkitdirectory",
352 "width", 353 "width",
353 "wrap", 354 "wrap",
354 ], 355 ],
355 } 356 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/WindowEventHandlers.idl ('k') | third_party/WebKit/Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698