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

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

Issue 10542124: Roll IDL to multivm@603 (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/README ('k') | third_party/WebCore/dom/EventTarget.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, 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 201
202 // WebKit extensions 202 // WebKit extensions
203 203
204 readonly attribute [TreatReturnedNullStringAs=Null] DOMString preferredS tylesheetSet; 204 readonly attribute [TreatReturnedNullStringAs=Null] DOMString preferredS tylesheetSet;
205 attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullStri ng] DOMString selectedStylesheetSet; 205 attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullStri ng] DOMString selectedStylesheetSet;
206 206
207 #if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT 207 #if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT
208 CSSStyleDeclaration createCSSStyleDeclaration(); 208 CSSStyleDeclaration createCSSStyleDeclaration();
209 #endif 209 #endif
210 210
211 #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
212 readonly attribute [Conditional=UNDO_MANAGER] UndoManager undoManager;
213 #endif
214
211 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C 215 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
212 // DOM Level 2 Style Interface 216 // DOM Level 2 Style Interface
213 [ObjCLegacyUnnamedParameters, ObjCUseDefaultView] CSSStyleDeclaration ge tComputedStyle(in Element element, 217 [ObjCLegacyUnnamedParameters, ObjCUseDefaultView] CSSStyleDeclaration ge tComputedStyle(in Element element,
214 in DOMStri ng pseudoElement); 218 in DOMStri ng pseudoElement);
215 219
216 // WebKit extension 220 // WebKit extension
217 // FIXME: remove the first version once [Optional] is implemented for Ob jective-C. 221 // FIXME: remove the first version once [Optional] is implemented for Ob jective-C.
218 [ObjCUseDefaultView] CSSRuleList getMatchedCSSRules(in Element element, 222 [ObjCUseDefaultView] CSSRuleList getMatchedCSSRules(in Element element,
219 in DOMString pseudoElement); 223 in DOMString pseudoElement);
220 [ObjCUseDefaultView] CSSRuleList getMatchedCSSRules(in Element element, 224 [ObjCUseDefaultView] CSSRuleList getMatchedCSSRules(in Element element,
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 attribute [NotEnumerable] EventListener onreset; 327 attribute [NotEnumerable] EventListener onreset;
324 attribute [NotEnumerable] EventListener onsearch; 328 attribute [NotEnumerable] EventListener onsearch;
325 attribute [NotEnumerable] EventListener onselectstart; 329 attribute [NotEnumerable] EventListener onselectstart;
326 attribute [NotEnumerable] EventListener onselectionchange; 330 attribute [NotEnumerable] EventListener onselectionchange;
327 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart; 331 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchstart;
328 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove; 332 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchmove;
329 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend; 333 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchend;
330 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel; 334 attribute [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] Ev entListener ontouchcancel;
331 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange; 335 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenchange;
332 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror; 336 attribute [NotEnumerable, Conditional=FULLSCREEN_API] EventListener onwe bkitfullscreenerror;
337 attribute [NotEnumerable, Conditional=POINTER_LOCK] EventListener onwebk itpointerlockchange;
338 attribute [NotEnumerable, Conditional=POINTER_LOCK] EventListener onwebk itpointerlockerror;
333 #endif 339 #endif
334 340
335 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS 341 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS
336 [ReturnNewObject, V8EnabledAtRuntime] Touch createTouch(in [Optional=Def aultIsUndefined] DOMWindow window, 342 [ReturnNewObject, V8EnabledAtRuntime] Touch createTouch(in [Optional=Def aultIsUndefined] DOMWindow window,
337 in [Optional=DefaultIsU ndefined] EventTarget target, 343 in [Optional=DefaultIsU ndefined] EventTarget target,
338 in [Optional=DefaultIsU ndefined] long identifier, 344 in [Optional=DefaultIsU ndefined] long identifier,
339 in [Optional=DefaultIsU ndefined] long pageX, 345 in [Optional=DefaultIsU ndefined] long pageX,
340 in [Optional=DefaultIsU ndefined] long pageY, 346 in [Optional=DefaultIsU ndefined] long pageY,
341 in [Optional=DefaultIsU ndefined] long screenX, 347 in [Optional=DefaultIsU ndefined] long screenX,
342 in [Optional=DefaultIsU ndefined] long screenY, 348 in [Optional=DefaultIsU ndefined] long screenY,
(...skipping 11 matching lines...) Expand all
354 boolean isHTMLDocument(); 360 boolean isHTMLDocument();
355 #endif 361 #endif
356 362
357 // Page visibility API. 363 // Page visibility API.
358 readonly attribute [Conditional=PAGE_VISIBILITY_API] DOMString webkitVis ibilityState; 364 readonly attribute [Conditional=PAGE_VISIBILITY_API] DOMString webkitVis ibilityState;
359 readonly attribute [Conditional=PAGE_VISIBILITY_API] boolean webkitHidde n; 365 readonly attribute [Conditional=PAGE_VISIBILITY_API] boolean webkitHidde n;
360 366
361 }; 367 };
362 368
363 } 369 }
OLDNEW
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/dom/EventTarget.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698