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

Side by Side Diff: third_party/WebCore/dom/Element.idl

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/MessagePort.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> 3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 138
139 // W3C version 139 // W3C version
140 [V8EnabledAtRuntime] void webkitRequestFullscreen(); 140 [V8EnabledAtRuntime] void webkitRequestFullscreen();
141 #endif 141 #endif
142 142
143 [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRe questPointerLock(); 143 [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRe questPointerLock();
144 144
145 // CSS Regions API 145 // CSS Regions API
146 readonly attribute DOMString webkitRegionOverset; 146 readonly attribute DOMString webkitRegionOverset;
147 147
148 #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
149 readonly attribute [Conditional=UNDO_MANAGER] UndoManager undoManager;
150 attribute [Conditional=UNDO_MANAGER, Reflect] boolean undoScope;
151 #endif
152
153 #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C 148 #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
154 // Event handler DOM attributes 149 // Event handler DOM attributes
155 attribute [NotEnumerable] EventListener onabort; 150 attribute [NotEnumerable] EventListener onabort;
156 attribute [NotEnumerable] EventListener onblur; 151 attribute [NotEnumerable] EventListener onblur;
157 attribute [NotEnumerable] EventListener onchange; 152 attribute [NotEnumerable] EventListener onchange;
158 attribute [NotEnumerable] EventListener onclick; 153 attribute [NotEnumerable] EventListener onclick;
159 attribute [NotEnumerable] EventListener oncontextmenu; 154 attribute [NotEnumerable] EventListener oncontextmenu;
160 attribute [NotEnumerable] EventListener ondblclick; 155 attribute [NotEnumerable] EventListener ondblclick;
161 attribute [NotEnumerable] EventListener ondrag; 156 attribute [NotEnumerable] EventListener ondrag;
162 attribute [NotEnumerable] EventListener ondragend; 157 attribute [NotEnumerable] EventListener ondragend;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart; 214 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart;
220 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove; 215 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove;
221 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend; 216 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend;
222 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel; 217 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel;
223 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange; 218 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange;
224 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror; 219 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror;
225 #endif 220 #endif
226 }; 221 };
227 222
228 } 223 }
OLDNEW
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/MessagePort.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698