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

Side by Side Diff: third_party/WebKit/Source/core/dom/GlobalEventHandlers.h

Issue 2936263003: Move onwheel to GlobalEventHandlers.idl (Closed)
Patch Set: add missing OWNER file for mac/virtual/stable/webexposed/ 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 * Copyright (c) 2013, Opera Software ASA. All rights reserved. 2 * Copyright (c) 2013, Opera Software ASA. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(submit); 101 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(submit);
102 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(suspend); 102 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(suspend);
103 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(timeupdate); 103 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(timeupdate);
104 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(toggle); 104 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(toggle);
105 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchcancel); 105 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchcancel);
106 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchend); 106 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchend);
107 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchmove); 107 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchmove);
108 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchstart); 108 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchstart);
109 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(volumechange); 109 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(volumechange);
110 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waiting); 110 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waiting);
111 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(wheel);
111 } 112 }
112 113
113 } // namespace 114 } // namespace
114 115
115 #endif 116 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.idl ('k') | third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698