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

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

Issue 2638233002: Convert make_names and make_event_factory to use json5 config format. (Closed)
Patch Set: fix PLATFORM_EXPORT 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 data: [
3 // Aliases
4 {
5 name: "WebKitAnimationEvent",
6 ImplementedAs: "AnimationEvent",
7 },
8 {
9 name: "Events",
10 ImplementedAs: "Event",
11 },
12 {
13 name: "HTMLEvents",
14 ImplementedAs: "Event",
15 },
16 {
17 name: "KeyboardEvents",
18 ImplementedAs: "KeyboardEvent",
19 },
20 {
21 name: "MouseEvents",
22 ImplementedAs: "MouseEvent",
23 },
24 {
25 name: "MutationEvents",
26 ImplementedAs: "MutationEvent",
27 },
28 {
29 name: "SVGEvents",
30 ImplementedAs: "Event",
31 },
32 {
33 name: "UIEvents",
34 ImplementedAs: "UIEvent",
35 },
36 {
37 name: "WebKitTransitionEvent",
38 ImplementedAs: "TransitionEvent",
39 },
40 ],
41 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/EventAliases.in ('k') | third_party/WebKit/Source/core/events/EventTargetFactory.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698