| OLD | NEW |
| 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 Loading... |
| 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, V8EnabledPerContext=shadowDOM] Shadow
RootConstructor WebKitShadowRoot; | 390 attribute [Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] ShadowR
ootConstructor 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 Loading... |
| 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 [Conditional=CSS_REGIONS] WebKitCSSRegionRuleConstructor WebKi
tCSSRegionRule; | 555 attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule; |
| 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 Loading... |
| 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; | |
| 713 | 712 |
| 714 attribute SVGAnimateColorElementConstructor SVGAnimateColorElement; | 713 attribute SVGAnimateColorElementConstructor SVGAnimateColorElement; |
| 715 attribute SVGAnimateElementConstructor SVGAnimateElement; | 714 attribute SVGAnimateElementConstructor SVGAnimateElement; |
| 716 attribute SVGAnimateMotionElementConstructor SVGAnimateMotionElement; | 715 attribute SVGAnimateMotionElementConstructor SVGAnimateMotionElement; |
| 717 attribute SVGAnimateTransformElementConstructor SVGAnimateTransformEleme
nt; | 716 attribute SVGAnimateTransformElementConstructor SVGAnimateTransformEleme
nt; |
| 718 attribute SVGMPathElementConstructor SVGMPathElement; | 717 attribute SVGMPathElementConstructor SVGMPathElement; |
| 719 attribute SVGSetElementConstructor SVGSetElement; | 718 attribute SVGSetElementConstructor SVGSetElement; |
| 720 | 719 |
| 721 #if defined(ENABLE_SVG_FONTS) && ENABLE_SVG_FONTS | 720 #if defined(ENABLE_SVG_FONTS) && ENABLE_SVG_FONTS |
| 722 attribute SVGAltGlyphDefElementConstructor SVGAltGlyphDefElement; | 721 attribute SVGAltGlyphDefElementConstructor SVGAltGlyphDefElement; |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 #endif // defined(LANGUAGE_JAVASCRIPT) | 784 #endif // defined(LANGUAGE_JAVASCRIPT) |
| 786 | 785 |
| 787 #if defined(V8_BINDING) && V8_BINDING | 786 #if defined(V8_BINDING) && V8_BINDING |
| 788 // window.toString() requires special handling in V8 | 787 // window.toString() requires special handling in V8 |
| 789 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt
ring toString(); | 788 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt
ring toString(); |
| 790 #endif // defined(V8_BINDING) | 789 #endif // defined(V8_BINDING) |
| 791 }; | 790 }; |
| 792 | 791 |
| 793 } | 792 } |
| 794 | 793 |
| OLD | NEW |