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

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

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/MouseEvent.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 130
131 #if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API 131 #if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API
132 // Mozilla version 132 // Mozilla version
133 const unsigned short ALLOW_KEYBOARD_INPUT = 1; 133 const unsigned short ALLOW_KEYBOARD_INPUT = 1;
134 [V8EnabledAtRuntime] void webkitRequestFullScreen(in [Optional=DefaultIs Undefined] unsigned short flags); 134 [V8EnabledAtRuntime] void webkitRequestFullScreen(in [Optional=DefaultIs Undefined] unsigned short flags);
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();
141
140 // CSS Regions API 142 // CSS Regions API
141 readonly attribute DOMString webkitRegionOverflow; 143 readonly attribute DOMString webkitRegionOverflow;
142 144
143 #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C 145 #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
144 // Event handler DOM attributes 146 // Event handler DOM attributes
145 attribute [NotEnumerable] EventListener onabort; 147 attribute [NotEnumerable] EventListener onabort;
146 attribute [NotEnumerable] EventListener onblur; 148 attribute [NotEnumerable] EventListener onblur;
147 attribute [NotEnumerable] EventListener onchange; 149 attribute [NotEnumerable] EventListener onchange;
148 attribute [NotEnumerable] EventListener onclick; 150 attribute [NotEnumerable] EventListener onclick;
149 attribute [NotEnumerable] EventListener oncontextmenu; 151 attribute [NotEnumerable] EventListener oncontextmenu;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart; 211 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart;
210 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove; 212 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove;
211 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend; 213 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend;
212 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel; 214 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel;
213 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange; 215 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange;
214 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror; 216 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror;
215 #endif 217 #endif
216 }; 218 };
217 219
218 } 220 }
OLDNEW
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/MouseEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698