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

Side by Side Diff: third_party/WebCore/page/DOMWindow.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
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 // attribute NameListConstructor NameList; 362 // attribute NameListConstructor NameList;
363 // attribute DOMImplementationListConstructor DOMImplementationList; 363 // attribute DOMImplementationListConstructor DOMImplementationList;
364 // attribute DOMImplementationSourceConstructor DOMImplementationSource; 364 // attribute DOMImplementationSourceConstructor DOMImplementationSource;
365 attribute DOMImplementationConstructor DOMImplementation; 365 attribute DOMImplementationConstructor DOMImplementation;
366 attribute DOMSettableTokenListConstructor DOMSettableTokenList; 366 attribute DOMSettableTokenListConstructor DOMSettableTokenList;
367 attribute DOMTokenListConstructor DOMTokenList; 367 attribute DOMTokenListConstructor DOMTokenList;
368 attribute DocumentFragmentConstructor DocumentFragment; 368 attribute DocumentFragmentConstructor DocumentFragment;
369 attribute DocumentConstructor Document; 369 attribute DocumentConstructor Document;
370 attribute NodeConstructor Node; 370 attribute NodeConstructor Node;
371 attribute NodeListConstructor NodeList; 371 attribute NodeListConstructor NodeList;
372 attribute [Conditional=MICRODATA] PropertyNodeListConstructor PropertyNo deList;
372 attribute NamedNodeMapConstructor NamedNodeMap; 373 attribute NamedNodeMapConstructor NamedNodeMap;
373 attribute CharacterDataConstructor CharacterData; 374 attribute CharacterDataConstructor CharacterData;
374 attribute AttrConstructor Attr; 375 attribute AttrConstructor Attr;
375 attribute ElementConstructor Element; 376 attribute ElementConstructor Element;
376 attribute TextConstructor Text; 377 attribute TextConstructor Text;
377 attribute CommentConstructor Comment; 378 attribute CommentConstructor Comment;
378 // attribute TypeInfoConstructor TypeInfo; 379 // attribute TypeInfoConstructor TypeInfo;
379 // attribute UserDataHandlerConstructor UserDataHandler; 380 // attribute UserDataHandlerConstructor UserDataHandler;
380 // attribute DOMErrorConstructor DOMError; 381 // attribute DOMErrorConstructor DOMError;
381 // attribute DOMErrorHandlerConstructor DOMErrorHandler 382 // attribute DOMErrorHandlerConstructor DOMErrorHandler
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 attribute HTMLInputElementConstructor HTMLInputElement; 426 attribute HTMLInputElementConstructor HTMLInputElement;
426 attribute HTMLKeygenElementConstructor HTMLKeygenElement; 427 attribute HTMLKeygenElementConstructor HTMLKeygenElement;
427 attribute HTMLLIElementConstructor HTMLLIElement; 428 attribute HTMLLIElementConstructor HTMLLIElement;
428 attribute HTMLLabelElementConstructor HTMLLabelElement; 429 attribute HTMLLabelElementConstructor HTMLLabelElement;
429 attribute HTMLLegendElementConstructor HTMLLegendElement; 430 attribute HTMLLegendElementConstructor HTMLLegendElement;
430 attribute HTMLLinkElementConstructor HTMLLinkElement; 431 attribute HTMLLinkElementConstructor HTMLLinkElement;
431 attribute HTMLMapElementConstructor HTMLMapElement; 432 attribute HTMLMapElementConstructor HTMLMapElement;
432 attribute HTMLMarqueeElementConstructor HTMLMarqueeElement; 433 attribute HTMLMarqueeElementConstructor HTMLMarqueeElement;
433 attribute HTMLMenuElementConstructor HTMLMenuElement; 434 attribute HTMLMenuElementConstructor HTMLMenuElement;
434 attribute HTMLMetaElementConstructor HTMLMetaElement; 435 attribute HTMLMetaElementConstructor HTMLMetaElement;
435 #if defined(ENABLE_METER_TAG) && ENABLE_METER_TAG 436 #if defined(ENABLE_METER_ELEMENT) && ENABLE_METER_ELEMENT
436 attribute HTMLMeterElementConstructor HTMLMeterElement; 437 attribute HTMLMeterElementConstructor HTMLMeterElement;
437 #endif 438 #endif
438 attribute HTMLModElementConstructor HTMLModElement; 439 attribute HTMLModElementConstructor HTMLModElement;
439 attribute HTMLOListElementConstructor HTMLOListElement; 440 attribute HTMLOListElementConstructor HTMLOListElement;
440 attribute HTMLObjectElementConstructor HTMLObjectElement; 441 attribute HTMLObjectElementConstructor HTMLObjectElement;
441 attribute HTMLOptGroupElementConstructor HTMLOptGroupElement; 442 attribute HTMLOptGroupElementConstructor HTMLOptGroupElement;
442 attribute HTMLOptionElementConstructor HTMLOptionElement; 443 attribute HTMLOptionElementConstructor HTMLOptionElement;
443 attribute HTMLOutputElementConstructor HTMLOutputElement; 444 attribute HTMLOutputElementConstructor HTMLOutputElement;
444 attribute HTMLParagraphElementConstructor HTMLParagraphElement; 445 attribute HTMLParagraphElementConstructor HTMLParagraphElement;
445 attribute HTMLParamElementConstructor HTMLParamElement; 446 attribute HTMLParamElementConstructor HTMLParamElement;
446 attribute HTMLPreElementConstructor HTMLPreElement; 447 attribute HTMLPreElementConstructor HTMLPreElement;
447 #if defined(ENABLE_PROGRESS_TAG) && ENABLE_PROGRESS_TAG 448 #if defined(ENABLE_PROGRESS_ELEMENT) && ENABLE_PROGRESS_ELEMENT
448 attribute HTMLProgressElementConstructor HTMLProgressElement; 449 attribute HTMLProgressElementConstructor HTMLProgressElement;
449 #endif 450 #endif
450 attribute HTMLQuoteElementConstructor HTMLQuoteElement; 451 attribute HTMLQuoteElementConstructor HTMLQuoteElement;
451 attribute HTMLScriptElementConstructor HTMLScriptElement; 452 attribute HTMLScriptElementConstructor HTMLScriptElement;
452 attribute HTMLSelectElementConstructor HTMLSelectElement; 453 attribute HTMLSelectElementConstructor HTMLSelectElement;
453 attribute HTMLSpanElementConstructor HTMLSpanElement; 454 attribute HTMLSpanElementConstructor HTMLSpanElement;
454 attribute HTMLStyleElementConstructor HTMLStyleElement; 455 attribute HTMLStyleElementConstructor HTMLStyleElement;
455 attribute HTMLTableCaptionElementConstructor HTMLTableCaptionElement; 456 attribute HTMLTableCaptionElementConstructor HTMLTableCaptionElement;
456 attribute HTMLTableCellElementConstructor HTMLTableCellElement; 457 attribute HTMLTableCellElementConstructor HTMLTableCellElement;
457 attribute HTMLTableColElementConstructor HTMLTableColElement; 458 attribute HTMLTableColElementConstructor HTMLTableColElement;
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 775
775 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError; 776 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError;
776 attribute [Conditional=BLOB] FileReaderConstructor FileReader; 777 attribute [Conditional=BLOB] FileReaderConstructor FileReader;
777 778
778 attribute [Conditional=BLOB&LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilde rConstructor WebKitBlobBuilder; 779 attribute [Conditional=BLOB&LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilde rConstructor WebKitBlobBuilder;
779 780
780 attribute [Conditional=BLOB] DOMURLConstructor webkitURL; 781 attribute [Conditional=BLOB] DOMURLConstructor webkitURL;
781 782
782 attribute [Conditional=MUTATION_OBSERVERS] MutationObserverConstructor W ebKitMutationObserver; 783 attribute [Conditional=MUTATION_OBSERVERS] MutationObserverConstructor W ebKitMutationObserver;
783 784
785 attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] Sou rceBufferConstructor SourceBuffer;
786 attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] Sou rceBufferListConstructor SourceBufferList;
787
784 #endif // defined(LANGUAGE_JAVASCRIPT) 788 #endif // defined(LANGUAGE_JAVASCRIPT)
785 789
786 #if defined(V8_BINDING) && V8_BINDING 790 #if defined(V8_BINDING) && V8_BINDING
787 // window.toString() requires special handling in V8 791 // window.toString() requires special handling in V8
788 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString(); 792 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString();
789 #endif // defined(V8_BINDING) 793 #endif // defined(V8_BINDING)
790 }; 794 };
791 795
792 } 796 }
793 797
OLDNEW
« no previous file with comments | « third_party/WebCore/page/DOMSecurityPolicy.idl ('k') | third_party/WebCore/page/WebKitAnimation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698