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

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

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/PropertyNodeList.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 // W3C version 136 // W3C version
137 [V8EnabledAtRuntime] void webkitRequestFullscreen(); 137 [V8EnabledAtRuntime] void webkitRequestFullscreen();
138 #endif 138 #endif
139 139
140 [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRe questPointerLock(); 140 [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRe questPointerLock();
141 141
142 // CSS Regions API 142 // CSS Regions API
143 readonly attribute DOMString webkitRegionOverflow; 143 readonly attribute DOMString webkitRegionOverflow;
144 144
145 #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
146 readonly attribute [Conditional=UNDO_MANAGER] UndoManager undoManager;
147 attribute [Conditional=UNDO_MANAGER, Reflect] boolean undoScope;
148 #endif
149
145 #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C 150 #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
146 // Event handler DOM attributes 151 // Event handler DOM attributes
147 attribute [NotEnumerable] EventListener onabort; 152 attribute [NotEnumerable] EventListener onabort;
148 attribute [NotEnumerable] EventListener onblur; 153 attribute [NotEnumerable] EventListener onblur;
149 attribute [NotEnumerable] EventListener onchange; 154 attribute [NotEnumerable] EventListener onchange;
150 attribute [NotEnumerable] EventListener onclick; 155 attribute [NotEnumerable] EventListener onclick;
151 attribute [NotEnumerable] EventListener oncontextmenu; 156 attribute [NotEnumerable] EventListener oncontextmenu;
152 attribute [NotEnumerable] EventListener ondblclick; 157 attribute [NotEnumerable] EventListener ondblclick;
153 attribute [NotEnumerable] EventListener ondrag; 158 attribute [NotEnumerable] EventListener ondrag;
154 attribute [NotEnumerable] EventListener ondragend; 159 attribute [NotEnumerable] EventListener ondragend;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart; 216 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart;
212 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove; 217 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove;
213 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend; 218 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend;
214 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel; 219 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel;
215 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange; 220 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange;
216 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror; 221 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror;
217 #endif 222 #endif
218 }; 223 };
219 224
220 } 225 }
OLDNEW
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/PropertyNodeList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698