| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 attribute EventListener onorientationchange; | 306 attribute EventListener onorientationchange; |
| 307 #endif | 307 #endif |
| 308 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchstart; | 308 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchstart; |
| 309 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchmove; | 309 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchmove; |
| 310 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchend; | 310 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchend; |
| 311 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchcancel; | 311 attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime] EventListener on
touchcancel; |
| 312 | 312 |
| 313 attribute [Conditional=DEVICE_ORIENTATION,V8EnabledAtRuntime] EventListe
ner ondevicemotion; | 313 attribute [Conditional=DEVICE_ORIENTATION,V8EnabledAtRuntime] EventListe
ner ondevicemotion; |
| 314 attribute [Conditional=DEVICE_ORIENTATION,V8EnabledAtRuntime] EventListe
ner ondeviceorientation; | 314 attribute [Conditional=DEVICE_ORIENTATION,V8EnabledAtRuntime] EventListe
ner ondeviceorientation; |
| 315 | 315 |
| 316 attribute [Conditional=PROXIMITY_EVENTS] EventListener onwebkitdevicepro
ximity; |
| 317 |
| 316 // EventTarget interface | 318 // EventTarget interface |
| 317 [Custom] void addEventListener(in DOMString type, | 319 [Custom] void addEventListener(in DOMString type, |
| 318 in EventListener listener, | 320 in EventListener listener, |
| 319 in [Optional] boolean useCapture); | 321 in [Optional] boolean useCapture); |
| 320 [Custom] void removeEventListener(in DOMString type, | 322 [Custom] void removeEventListener(in DOMString type, |
| 321 in EventListener listener, | 323 in EventListener listener, |
| 322 in [Optional] boolean useCapture); | 324 in [Optional] boolean useCapture); |
| 323 boolean dispatchEvent(in Event evt) | 325 boolean dispatchEvent(in Event evt) |
| 324 raises(EventException); | 326 raises(EventException); |
| 325 | 327 |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 attribute WebKitAnimationEventConstructor WebKitAnimationEvent; | 546 attribute WebKitAnimationEventConstructor WebKitAnimationEvent; |
| 545 attribute WebKitTransitionEventConstructor WebKitTransitionEvent; | 547 attribute WebKitTransitionEventConstructor WebKitTransitionEvent; |
| 546 attribute WheelEventConstructor WheelEvent; | 548 attribute WheelEventConstructor WheelEvent; |
| 547 attribute XMLHttpRequestProgressEventConstructor XMLHttpRequestProgressE
vent; | 549 attribute XMLHttpRequestProgressEventConstructor XMLHttpRequestProgressE
vent; |
| 548 attribute [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] DeviceMot
ionEventConstructor DeviceMotionEvent; | 550 attribute [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] DeviceMot
ionEventConstructor DeviceMotionEvent; |
| 549 attribute [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] DeviceOri
entationEventConstructor DeviceOrientationEvent; | 551 attribute [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] DeviceOri
entationEventConstructor DeviceOrientationEvent; |
| 550 attribute [Conditional=TOUCH_EVENTS] TouchEventConstructor TouchEvent; | 552 attribute [Conditional=TOUCH_EVENTS] TouchEventConstructor TouchEvent; |
| 551 attribute StorageEventConstructor StorageEvent; | 553 attribute StorageEventConstructor StorageEvent; |
| 552 attribute [Conditional=INPUT_SPEECH] SpeechInputEventConstructor SpeechI
nputEvent; | 554 attribute [Conditional=INPUT_SPEECH] SpeechInputEventConstructor SpeechI
nputEvent; |
| 553 attribute [Conditional=WEBGL] WebGLContextEventConstructor WebGLContextE
vent; | 555 attribute [Conditional=WEBGL] WebGLContextEventConstructor WebGLContextE
vent; |
| 556 attribute [Conditional=PROXIMITY_EVENTS] DeviceProximityEventConstructor
DeviceProximityEvent; |
| 554 | 557 |
| 555 attribute EventExceptionConstructor EventException; | 558 attribute EventExceptionConstructor EventException; |
| 556 | 559 |
| 557 attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule; | 560 attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule; |
| 558 attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule; | 561 attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule; |
| 559 attribute [Conditional=CSS_REGIONS] WebKitCSSRegionRuleConstructor WebKi
tCSSRegionRule; | 562 attribute [Conditional=CSS_REGIONS] WebKitCSSRegionRuleConstructor WebKi
tCSSRegionRule; |
| 560 | 563 |
| 561 attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the
new operator | 564 attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the
new operator |
| 562 | 565 |
| 563 attribute WebKitPointConstructor WebKitPoint; // Usable with new the ope
rator | 566 attribute WebKitPointConstructor WebKitPoint; // Usable with new the ope
rator |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 #endif | 774 #endif |
| 772 #endif | 775 #endif |
| 773 | 776 |
| 774 attribute DOMFormDataConstructor FormData; | 777 attribute DOMFormDataConstructor FormData; |
| 775 | 778 |
| 776 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError; | 779 attribute [Conditional=BLOB|FILE_SYSTEM] FileErrorConstructor FileError; |
| 777 attribute [Conditional=BLOB] FileReaderConstructor FileReader; | 780 attribute [Conditional=BLOB] FileReaderConstructor FileReader; |
| 778 | 781 |
| 779 attribute [Conditional=BLOB&LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilde
rConstructor WebKitBlobBuilder; | 782 attribute [Conditional=BLOB&LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilde
rConstructor WebKitBlobBuilder; |
| 780 | 783 |
| 781 attribute [Conditional=BLOB] DOMURLConstructor webkitURL; | 784 attribute [Conditional=BLOB] DOMURLConstructor URL; |
| 785 attribute [Conditional=BLOB] DOMURLConstructor webkitURL; // FIXME: depr
ecate this. |
| 782 | 786 |
| 783 attribute [Conditional=MUTATION_OBSERVERS] MutationObserverConstructor W
ebKitMutationObserver; | 787 attribute [Conditional=MUTATION_OBSERVERS] MutationObserverConstructor W
ebKitMutationObserver; |
| 784 | 788 |
| 789 attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] Med
iaSourceConstructor MediaSource; |
| 785 attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] Sou
rceBufferConstructor SourceBuffer; | 790 attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] Sou
rceBufferConstructor SourceBuffer; |
| 786 attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] Sou
rceBufferListConstructor SourceBufferList; | 791 attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] Sou
rceBufferListConstructor SourceBufferList; |
| 787 | 792 |
| 788 #endif // defined(LANGUAGE_JAVASCRIPT) | 793 #endif // defined(LANGUAGE_JAVASCRIPT) |
| 789 | 794 |
| 790 #if defined(V8_BINDING) && V8_BINDING | 795 #if defined(V8_BINDING) && V8_BINDING |
| 791 // window.toString() requires special handling in V8 | 796 // window.toString() requires special handling in V8 |
| 792 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt
ring toString(); | 797 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMSt
ring toString(); |
| 793 #endif // defined(V8_BINDING) | 798 #endif // defined(V8_BINDING) |
| 794 }; | 799 }; |
| 795 | 800 |
| 796 } | 801 } |
| 797 | 802 |
| OLD | NEW |