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

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

Issue 10800016: Roll IDL to multivm@707 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 attribute HTMLAppletElementConstructor HTMLAppletElement; 400 attribute HTMLAppletElementConstructor HTMLAppletElement;
401 attribute HTMLAreaElementConstructor HTMLAreaElement; 401 attribute HTMLAreaElementConstructor HTMLAreaElement;
402 attribute HTMLBRElementConstructor HTMLBRElement; 402 attribute HTMLBRElementConstructor HTMLBRElement;
403 attribute HTMLBaseElementConstructor HTMLBaseElement; 403 attribute HTMLBaseElementConstructor HTMLBaseElement;
404 attribute HTMLBaseFontElementConstructor HTMLBaseFontElement; 404 attribute HTMLBaseFontElementConstructor HTMLBaseFontElement;
405 attribute HTMLBodyElementConstructor HTMLBodyElement; 405 attribute HTMLBodyElementConstructor HTMLBodyElement;
406 attribute HTMLButtonElementConstructor HTMLButtonElement; 406 attribute HTMLButtonElementConstructor HTMLButtonElement;
407 attribute HTMLCanvasElementConstructor HTMLCanvasElement; 407 attribute HTMLCanvasElementConstructor HTMLCanvasElement;
408 attribute HTMLDListElementConstructor HTMLDListElement; 408 attribute HTMLDListElementConstructor HTMLDListElement;
409 attribute [Conditional=DATALIST] HTMLDataListElementConstructor HTMLData ListElement; 409 attribute [Conditional=DATALIST] HTMLDataListElementConstructor HTMLData ListElement;
410 attribute [Conditional=DIALOG_ELEMENT, V8EnabledPerContext=dialogElement ] HTMLDialogElementConstructor HTMLDialogElement;
410 attribute HTMLDirectoryElementConstructor HTMLDirectoryElement; 411 attribute HTMLDirectoryElementConstructor HTMLDirectoryElement;
411 attribute HTMLDivElementConstructor HTMLDivElement; 412 attribute HTMLDivElementConstructor HTMLDivElement;
412 attribute HTMLEmbedElementConstructor HTMLEmbedElement; 413 attribute HTMLEmbedElementConstructor HTMLEmbedElement;
413 attribute HTMLFieldSetElementConstructor HTMLFieldSetElement; 414 attribute HTMLFieldSetElementConstructor HTMLFieldSetElement;
414 attribute HTMLFontElementConstructor HTMLFontElement; 415 attribute HTMLFontElementConstructor HTMLFontElement;
415 attribute HTMLFormElementConstructor HTMLFormElement; 416 attribute HTMLFormElementConstructor HTMLFormElement;
416 attribute HTMLFrameElementConstructor HTMLFrameElement; 417 attribute HTMLFrameElementConstructor HTMLFrameElement;
417 attribute HTMLFrameSetElementConstructor HTMLFrameSetElement; 418 attribute HTMLFrameSetElementConstructor HTMLFrameSetElement;
418 attribute HTMLHRElementConstructor HTMLHRElement; 419 attribute HTMLHRElementConstructor HTMLHRElement;
419 attribute HTMLHeadElementConstructor HTMLHeadElement; 420 attribute HTMLHeadElementConstructor HTMLHeadElement;
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 772
772 attribute DOMFormDataConstructor FormData; 773 attribute DOMFormDataConstructor FormData;
773 774
774 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError; 775 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError;
775 attribute [Conditional=BLOB] FileReaderConstructor FileReader; 776 attribute [Conditional=BLOB] FileReaderConstructor FileReader;
776 777
777 attribute [Conditional=BLOB&LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilde rConstructor WebKitBlobBuilder; 778 attribute [Conditional=BLOB&LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilde rConstructor WebKitBlobBuilder;
778 779
779 attribute [Conditional=BLOB] DOMURLConstructor webkitURL; 780 attribute [Conditional=BLOB] DOMURLConstructor webkitURL;
780 781
781 attribute [Conditional=MUTATION_OBSERVERS] WebKitMutationObserverConstru ctor WebKitMutationObserver; 782 attribute [Conditional=MUTATION_OBSERVERS] MutationObserverConstructor W ebKitMutationObserver;
782 783
783 #endif // defined(LANGUAGE_JAVASCRIPT) 784 #endif // defined(LANGUAGE_JAVASCRIPT)
784 785
785 #if defined(V8_BINDING) && V8_BINDING 786 #if defined(V8_BINDING) && V8_BINDING
786 // window.toString() requires special handling in V8 787 // window.toString() requires special handling in V8
787 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString(); 788 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString();
788 #endif // defined(V8_BINDING) 789 #endif // defined(V8_BINDING)
789 }; 790 };
790 791
791 } 792 }
792 793
OLDNEW
« no previous file with comments | « third_party/WebCore/html/HTMLDialogElement.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698