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

Side by Side Diff: third_party/WebKit/Source/core/dom/Document.idl

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) 2006, 2007, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2011 Apple Inc. All rights reserved.
3 * Copyright (C) 2006, 2007 Samuel Weinig <sam@webkit.org> 3 * Copyright (C) 2006, 2007 Samuel Weinig <sam@webkit.org>
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 attribute EventHandler onbeforecopy; 203 attribute EventHandler onbeforecopy;
204 attribute EventHandler onbeforecut; 204 attribute EventHandler onbeforecut;
205 attribute EventHandler onbeforepaste; 205 attribute EventHandler onbeforepaste;
206 attribute EventHandler oncopy; 206 attribute EventHandler oncopy;
207 attribute EventHandler oncut; 207 attribute EventHandler oncut;
208 attribute EventHandler onpaste; 208 attribute EventHandler onpaste;
209 attribute EventHandler onsearch; 209 attribute EventHandler onsearch;
210 [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute EventHa ndler onsecuritypolicyviolation; 210 [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute EventHa ndler onsecuritypolicyviolation;
211 attribute EventHandler onselectionchange; 211 attribute EventHandler onselectionchange;
212 attribute EventHandler onselectstart; 212 attribute EventHandler onselectstart;
213 attribute EventHandler onwheel;
214 }; 213 };
215 214
216 Document implements GlobalEventHandlers; 215 Document implements GlobalEventHandlers;
217 Document implements ParentNode; 216 Document implements ParentNode;
218 Document implements NonElementParentNode; 217 Document implements NonElementParentNode;
219 Document implements DocumentOrShadowRoot; 218 Document implements DocumentOrShadowRoot;
220 Document implements FontFaceSource; 219 Document implements FontFaceSource;
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.h ('k') | third_party/WebKit/Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698