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

Side by Side Diff: third_party/WebCore/page/DOMWindow.idl

Issue 10358016: Roll IDL to multivm@477 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2011 Google Inc. All rights reserved. 3 * Copyright (C) 2011 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 // styleMedia has been removed from the CSSOM View specification. 146 // styleMedia has been removed from the CSSOM View specification.
147 readonly attribute StyleMedia styleMedia; 147 readonly attribute StyleMedia styleMedia;
148 148
149 // DOM Level 2 Style Interface 149 // DOM Level 2 Style Interface
150 CSSStyleDeclaration getComputedStyle(in [Optional=DefaultIsUndefined] El ement element, 150 CSSStyleDeclaration getComputedStyle(in [Optional=DefaultIsUndefined] El ement element,
151 in [TreatNullAs=NullString, TreatUn definedAs=NullString,Optional=DefaultIsUndefined] DOMString pseudoElement); 151 in [TreatNullAs=NullString, TreatUn definedAs=NullString,Optional=DefaultIsUndefined] DOMString pseudoElement);
152 152
153 // WebKit extensions 153 // WebKit extensions
154 #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT 154 #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
155 CSSRuleList getMatchedCSSRules(in [Optional=DefaultIsUndefined] Element element, 155 CSSRuleList getMatchedCSSRules(in [Optional=DefaultIsUndefined] Element element,
156 in [Optional=DefaultIsUndefined] DOMStrin g pseudoElement); 156 in [TreatNullAs=NullString, TreatUndefine dAs=NullString,Optional=DefaultIsUndefined] DOMString pseudoElement);
157 #endif 157 #endif
158 158
159 attribute [Replaceable] double devicePixelRatio; 159 attribute [Replaceable] double devicePixelRatio;
160 160
161 WebKitPoint webkitConvertPointFromPageToNode(in [Optional=DefaultIsUndef ined] Node node, 161 WebKitPoint webkitConvertPointFromPageToNode(in [Optional=DefaultIsUndef ined] Node node,
162 in [Optional=DefaultIsUndef ined] WebKitPoint p); 162 in [Optional=DefaultIsUndef ined] WebKitPoint p);
163 WebKitPoint webkitConvertPointFromNodeToPage(in [Optional=DefaultIsUndef ined] Node node, 163 WebKitPoint webkitConvertPointFromNodeToPage(in [Optional=DefaultIsUndef ined] Node node,
164 in [Optional=DefaultIsUndef ined] WebKitPoint p); 164 in [Optional=DefaultIsUndef ined] WebKitPoint p);
165 165
166 readonly attribute [V8EnabledAtRuntime] DOMApplicationCache applicationC ache; 166 readonly attribute [V8EnabledAtRuntime] DOMApplicationCache applicationC ache;
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 attribute HTMLAnchorElementConstructor HTMLAnchorElement; 397 attribute HTMLAnchorElementConstructor HTMLAnchorElement;
398 attribute HTMLAppletElementConstructor HTMLAppletElement; 398 attribute HTMLAppletElementConstructor HTMLAppletElement;
399 attribute HTMLAreaElementConstructor HTMLAreaElement; 399 attribute HTMLAreaElementConstructor HTMLAreaElement;
400 attribute HTMLBRElementConstructor HTMLBRElement; 400 attribute HTMLBRElementConstructor HTMLBRElement;
401 attribute HTMLBaseElementConstructor HTMLBaseElement; 401 attribute HTMLBaseElementConstructor HTMLBaseElement;
402 attribute HTMLBaseFontElementConstructor HTMLBaseFontElement; 402 attribute HTMLBaseFontElementConstructor HTMLBaseFontElement;
403 attribute HTMLBodyElementConstructor HTMLBodyElement; 403 attribute HTMLBodyElementConstructor HTMLBodyElement;
404 attribute HTMLButtonElementConstructor HTMLButtonElement; 404 attribute HTMLButtonElementConstructor HTMLButtonElement;
405 attribute HTMLCanvasElementConstructor HTMLCanvasElement; 405 attribute HTMLCanvasElementConstructor HTMLCanvasElement;
406 attribute HTMLDListElementConstructor HTMLDListElement; 406 attribute HTMLDListElementConstructor HTMLDListElement;
407 attribute [Conditional=DATALIST] HTMLDataListElementConstructor HTMLData ListElement;
407 attribute HTMLDirectoryElementConstructor HTMLDirectoryElement; 408 attribute HTMLDirectoryElementConstructor HTMLDirectoryElement;
408 attribute HTMLDivElementConstructor HTMLDivElement; 409 attribute HTMLDivElementConstructor HTMLDivElement;
409 attribute HTMLEmbedElementConstructor HTMLEmbedElement; 410 attribute HTMLEmbedElementConstructor HTMLEmbedElement;
410 attribute HTMLFieldSetElementConstructor HTMLFieldSetElement; 411 attribute HTMLFieldSetElementConstructor HTMLFieldSetElement;
411 attribute HTMLFontElementConstructor HTMLFontElement; 412 attribute HTMLFontElementConstructor HTMLFontElement;
412 attribute HTMLFormElementConstructor HTMLFormElement; 413 attribute HTMLFormElementConstructor HTMLFormElement;
413 attribute HTMLFrameElementConstructor HTMLFrameElement; 414 attribute HTMLFrameElementConstructor HTMLFrameElement;
414 attribute HTMLFrameSetElementConstructor HTMLFrameSetElement; 415 attribute HTMLFrameSetElementConstructor HTMLFrameSetElement;
415 attribute HTMLHRElementConstructor HTMLHRElement; 416 attribute HTMLHRElementConstructor HTMLHRElement;
416 attribute HTMLHeadElementConstructor HTMLHeadElement; 417 attribute HTMLHeadElementConstructor HTMLHeadElement;
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 attribute SVGFETurbulenceElementConstructor SVGFETurbulenceElement; 762 attribute SVGFETurbulenceElementConstructor SVGFETurbulenceElement;
762 attribute SVGFilterElementConstructor SVGFilterElement; 763 attribute SVGFilterElementConstructor SVGFilterElement;
763 #endif 764 #endif
764 #endif 765 #endif
765 766
766 attribute DOMFormDataConstructor FormData; 767 attribute DOMFormDataConstructor FormData;
767 768
768 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError; 769 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError;
769 attribute [Conditional=BLOB] FileReaderConstructor FileReader; 770 attribute [Conditional=BLOB] FileReaderConstructor FileReader;
770 771
771 attribute [Conditional=BLOB] WebKitBlobBuilderConstructor WebKitBlobBuil der; 772 attribute [Conditional=BLOB&LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilde rConstructor WebKitBlobBuilder;
772 773
773 attribute [Conditional=BLOB] DOMURLConstructor webkitURL; 774 attribute [Conditional=BLOB] DOMURLConstructor webkitURL;
774 775
775 #if defined(ENABLE_QUOTA) && ENABLE_QUOTA 776 #if defined(ENABLE_QUOTA) && ENABLE_QUOTA
776 readonly attribute [V8EnabledAtRuntime=Quota] StorageInfo webkitStorageI nfo; 777 readonly attribute [V8EnabledAtRuntime=Quota] StorageInfo webkitStorageI nfo;
777 #endif 778 #endif
778 779
779 attribute [Conditional=MUTATION_OBSERVERS] WebKitMutationObserverConstru ctor WebKitMutationObserver; 780 attribute [Conditional=MUTATION_OBSERVERS] WebKitMutationObserverConstru ctor WebKitMutationObserver;
780 781
781 #endif // defined(LANGUAGE_JAVASCRIPT) 782 #endif // defined(LANGUAGE_JAVASCRIPT)
782 783
783 #if defined(V8_BINDING) && V8_BINDING 784 #if defined(V8_BINDING) && V8_BINDING
784 // window.toString() requires special handling in V8 785 // window.toString() requires special handling in V8
785 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString(); 786 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString();
786 #endif // defined(V8_BINDING) 787 #endif // defined(V8_BINDING)
787 }; 788 };
788 789
789 } 790 }
790 791
OLDNEW
« no previous file with comments | « third_party/WebCore/inspector/InspectorFrontendHost.idl ('k') | third_party/WebCore/page/Performance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698