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

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

Issue 10441106: Roll IDL to multivm@567 (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
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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 // attribute DOMErrorConstructor DOMError; 380 // attribute DOMErrorConstructor DOMError;
381 // attribute DOMErrorHandlerConstructor DOMErrorHandler 381 // attribute DOMErrorHandlerConstructor DOMErrorHandler
382 // attribute DOMLocatorConstructor DOMLocator; 382 // attribute DOMLocatorConstructor DOMLocator;
383 // attribute DOMConfigurationConstructor DOMConfiguration; 383 // attribute DOMConfigurationConstructor DOMConfiguration;
384 attribute CDATASectionConstructor CDATASection; 384 attribute CDATASectionConstructor CDATASection;
385 attribute DocumentTypeConstructor DocumentType; 385 attribute DocumentTypeConstructor DocumentType;
386 attribute NotationConstructor Notation; 386 attribute NotationConstructor Notation;
387 attribute EntityConstructor Entity; 387 attribute EntityConstructor Entity;
388 attribute EntityReferenceConstructor EntityReference; 388 attribute EntityReferenceConstructor EntityReference;
389 attribute ProcessingInstructionConstructor ProcessingInstruction; 389 attribute ProcessingInstructionConstructor ProcessingInstruction;
390 attribute [Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] ShadowR ootConstructor WebKitShadowRoot; 390 attribute [Conditional=SHADOW_DOM, V8EnabledPerContext=shadowDOM] Shadow RootConstructor WebKitShadowRoot;
391 391
392 attribute DOMSelectionConstructor Selection; 392 attribute DOMSelectionConstructor Selection;
393 attribute DOMWindowConstructor Window; 393 attribute DOMWindowConstructor Window;
394 394
395 attribute HTMLDocumentConstructor HTMLDocument; 395 attribute HTMLDocumentConstructor HTMLDocument;
396 attribute HTMLElementConstructor HTMLElement; 396 attribute HTMLElementConstructor HTMLElement;
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;
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 attribute [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] DeviceOri entationEventConstructor DeviceOrientationEvent; 545 attribute [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] DeviceOri entationEventConstructor DeviceOrientationEvent;
546 attribute [Conditional=TOUCH_EVENTS] TouchEventConstructor TouchEvent; 546 attribute [Conditional=TOUCH_EVENTS] TouchEventConstructor TouchEvent;
547 attribute StorageEventConstructor StorageEvent; 547 attribute StorageEventConstructor StorageEvent;
548 attribute [Conditional=INPUT_SPEECH] SpeechInputEventConstructor SpeechI nputEvent; 548 attribute [Conditional=INPUT_SPEECH] SpeechInputEventConstructor SpeechI nputEvent;
549 attribute [Conditional=WEBGL] WebGLContextEventConstructor WebGLContextE vent; 549 attribute [Conditional=WEBGL] WebGLContextEventConstructor WebGLContextE vent;
550 550
551 attribute EventExceptionConstructor EventException; 551 attribute EventExceptionConstructor EventException;
552 552
553 attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule; 553 attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule;
554 attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule; 554 attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule;
555 attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule; 555 attribute [Conditional=CSS_REGIONS] WebKitCSSRegionRuleConstructor WebKi tCSSRegionRule;
556 556
557 attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the new operator 557 attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the new operator
558 558
559 attribute WebKitPointConstructor WebKitPoint; // Usable with new the ope rator 559 attribute WebKitPointConstructor WebKitPoint; // Usable with new the ope rator
560 560
561 attribute ClipboardConstructor Clipboard; 561 attribute ClipboardConstructor Clipboard;
562 562
563 attribute [Conditional=WORKERS] WorkerConstructor Worker; // Usable with the new operator 563 attribute [Conditional=WORKERS] WorkerConstructor Worker; // Usable with the new operator
564 attribute [Conditional=SHARED_WORKERS, JSCustomGetter, V8EnabledAtRuntim e] SharedWorkerConstructor SharedWorker; // Usable with the new operator 564 attribute [Conditional=SHARED_WORKERS, JSCustomGetter, V8EnabledAtRuntim e] SharedWorkerConstructor SharedWorker; // Usable with the new operator
565 565
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 attribute SVGTextPathElementConstructor SVGTextPathElement; 701 attribute SVGTextPathElementConstructor SVGTextPathElement;
702 attribute SVGTextPositioningElementConstructor SVGTextPositioningElement ; 702 attribute SVGTextPositioningElementConstructor SVGTextPositioningElement ;
703 attribute SVGTitleElementConstructor SVGTitleElement; 703 attribute SVGTitleElementConstructor SVGTitleElement;
704 attribute SVGTransformConstructor SVGTransform; 704 attribute SVGTransformConstructor SVGTransform;
705 attribute SVGTransformListConstructor SVGTransformList; 705 attribute SVGTransformListConstructor SVGTransformList;
706 attribute SVGTRefElementConstructor SVGTRefElement; 706 attribute SVGTRefElementConstructor SVGTRefElement;
707 attribute SVGTSpanElementConstructor SVGTSpanElement; 707 attribute SVGTSpanElementConstructor SVGTSpanElement;
708 attribute SVGUnitTypesConstructor SVGUnitTypes; 708 attribute SVGUnitTypesConstructor SVGUnitTypes;
709 attribute SVGUseElementConstructor SVGUseElement; 709 attribute SVGUseElementConstructor SVGUseElement;
710 attribute SVGViewElementConstructor SVGViewElement; 710 attribute SVGViewElementConstructor SVGViewElement;
711 // attribute SVGViewSpecConstructor SVGViewSpec; 711 attribute SVGViewSpecConstructor SVGViewSpec;
712 attribute SVGZoomAndPanConstructor SVGZoomAndPan;
712 713
713 attribute SVGAnimateColorElementConstructor SVGAnimateColorElement; 714 attribute SVGAnimateColorElementConstructor SVGAnimateColorElement;
714 attribute SVGAnimateElementConstructor SVGAnimateElement; 715 attribute SVGAnimateElementConstructor SVGAnimateElement;
715 attribute SVGAnimateMotionElementConstructor SVGAnimateMotionElement; 716 attribute SVGAnimateMotionElementConstructor SVGAnimateMotionElement;
716 attribute SVGAnimateTransformElementConstructor SVGAnimateTransformEleme nt; 717 attribute SVGAnimateTransformElementConstructor SVGAnimateTransformEleme nt;
717 attribute SVGMPathElementConstructor SVGMPathElement; 718 attribute SVGMPathElementConstructor SVGMPathElement;
718 attribute SVGSetElementConstructor SVGSetElement; 719 attribute SVGSetElementConstructor SVGSetElement;
719 720
720 #if defined(ENABLE_SVG_FONTS) && ENABLE_SVG_FONTS 721 #if defined(ENABLE_SVG_FONTS) && ENABLE_SVG_FONTS
721 attribute SVGAltGlyphDefElementConstructor SVGAltGlyphDefElement; 722 attribute SVGAltGlyphDefElementConstructor SVGAltGlyphDefElement;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 #endif // defined(LANGUAGE_JAVASCRIPT) 785 #endif // defined(LANGUAGE_JAVASCRIPT)
785 786
786 #if defined(V8_BINDING) && V8_BINDING 787 #if defined(V8_BINDING) && V8_BINDING
787 // window.toString() requires special handling in V8 788 // window.toString() requires special handling in V8
788 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString(); 789 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt ring toString();
789 #endif // defined(V8_BINDING) 790 #endif // defined(V8_BINDING)
790 }; 791 };
791 792
792 } 793 }
793 794
OLDNEW
« no previous file with comments | « third_party/WebCore/html/canvas/CanvasRenderingContext2D.idl ('k') | third_party/WebCore/page/DOMWindowPagePopup.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698