| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2011 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2011 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2006, 2007 Samuel Weinig <sam@webkit.org> | 3 * Copyright (C) 2006, 2007 Samuel Weinig <sam@webkit.org> |
| 4 * | 4 * |
| 5 * This library is free software; you can redistribute it and/or | 5 * This library is free software; you can redistribute it and/or |
| 6 * modify it under the terms of the GNU Library General Public | 6 * modify it under the terms of the GNU Library General Public |
| 7 * License as published by the Free Software Foundation; either | 7 * License as published by the Free Software Foundation; either |
| 8 * version 2 of the License, or (at your option) any later version. | 8 * version 2 of the License, or (at your option) any later version. |
| 9 * | 9 * |
| 10 * This library is distributed in the hope that it will be useful, | 10 * This library is distributed in the hope that it will be useful, |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 | 158 |
| 159 readonly attribute DOMString compatMode; | 159 readonly attribute DOMString compatMode; |
| 160 | 160 |
| 161 // NodeSelector - Selector API | 161 // NodeSelector - Selector API |
| 162 [RaisesException] Element querySelector(DOMString selectors); | 162 [RaisesException] Element querySelector(DOMString selectors); |
| 163 [RaisesException] NodeList querySelectorAll(DOMString selectors); | 163 [RaisesException] NodeList querySelectorAll(DOMString selectors); |
| 164 | 164 |
| 165 void webkitExitPointerLock(); | 165 void webkitExitPointerLock(); |
| 166 readonly attribute Element webkitPointerLockElement; | 166 readonly attribute Element webkitPointerLockElement; |
| 167 | 167 |
| 168 [EnabledAtRuntime=cssRegions] WebKitNamedFlowCollection webkitGetNamedFlows(
); | 168 [EnabledAtRuntime=CSSRegions] WebKitNamedFlowCollection webkitGetNamedFlows(
); |
| 169 | 169 |
| 170 [EnabledAtRuntime=fontLoadEvents] readonly attribute FontLoader fontloader; | 170 [EnabledAtRuntime=FontLoadEvents] readonly attribute FontFaceSet fonts; |
| 171 | 171 |
| 172 // Event handler DOM attributes | 172 // Event handler DOM attributes |
| 173 [NotEnumerable] attribute EventHandler onabort; | 173 [NotEnumerable] attribute EventHandler onabort; |
| 174 [NotEnumerable] attribute EventHandler onblur; | 174 [NotEnumerable] attribute EventHandler onblur; |
| 175 [NotEnumerable] attribute EventHandler onchange; | 175 [NotEnumerable] attribute EventHandler onchange; |
| 176 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler onclick; | 176 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler onclick; |
| 177 [NotEnumerable] attribute EventHandler oncontextmenu; | 177 [NotEnumerable] attribute EventHandler oncontextmenu; |
| 178 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler ondblclick; | 178 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler ondblclick; |
| 179 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler ondrag; | 179 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler ondrag; |
| 180 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler ondragend; | 180 [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attri
bute EventHandler ondragend; |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 [NotEnumerable] attribute EventHandler onbeforecut; | 231 [NotEnumerable] attribute EventHandler onbeforecut; |
| 232 [NotEnumerable] attribute EventHandler oncut; | 232 [NotEnumerable] attribute EventHandler oncut; |
| 233 [NotEnumerable] attribute EventHandler onbeforecopy; | 233 [NotEnumerable] attribute EventHandler onbeforecopy; |
| 234 [NotEnumerable] attribute EventHandler oncopy; | 234 [NotEnumerable] attribute EventHandler oncopy; |
| 235 [NotEnumerable] attribute EventHandler onbeforepaste; | 235 [NotEnumerable] attribute EventHandler onbeforepaste; |
| 236 [NotEnumerable] attribute EventHandler onpaste; | 236 [NotEnumerable] attribute EventHandler onpaste; |
| 237 [NotEnumerable] attribute EventHandler onreset; | 237 [NotEnumerable] attribute EventHandler onreset; |
| 238 [NotEnumerable] attribute EventHandler onsearch; | 238 [NotEnumerable] attribute EventHandler onsearch; |
| 239 [NotEnumerable] attribute EventHandler onselectstart; | 239 [NotEnumerable] attribute EventHandler onselectstart; |
| 240 [NotEnumerable] attribute EventHandler onselectionchange; | 240 [NotEnumerable] attribute EventHandler onselectionchange; |
| 241 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchstart; | 241 [NotEnumerable, EnabledAtRuntime=Touch] attribute EventHandler ontouchstart; |
| 242 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchmove; | 242 [NotEnumerable, EnabledAtRuntime=Touch] attribute EventHandler ontouchmove; |
| 243 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchend; | 243 [NotEnumerable, EnabledAtRuntime=Touch] attribute EventHandler ontouchend; |
| 244 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchcancel; | 244 [NotEnumerable, EnabledAtRuntime=Touch] attribute EventHandler ontouchcancel
; |
| 245 [NotEnumerable] attribute EventHandler onwebkitfullscreenchange; | 245 [NotEnumerable] attribute EventHandler onwebkitfullscreenchange; |
| 246 [NotEnumerable] attribute EventHandler onwebkitfullscreenerror; | 246 [NotEnumerable] attribute EventHandler onwebkitfullscreenerror; |
| 247 [NotEnumerable] attribute EventHandler onwebkitpointerlockchange; | 247 [NotEnumerable] attribute EventHandler onwebkitpointerlockchange; |
| 248 [NotEnumerable] attribute EventHandler onwebkitpointerlockerror; | 248 [NotEnumerable] attribute EventHandler onwebkitpointerlockerror; |
| 249 [NotEnumerable, EnabledAtRuntime=experimentalContentSecurityPolicyFeatures]
attribute EventHandler onsecuritypolicyviolation; | 249 [NotEnumerable, EnabledAtRuntime=ExperimentalContentSecurityPolicyFeatures]
attribute EventHandler onsecuritypolicyviolation; |
| 250 | 250 |
| 251 [EnabledAtRuntime=touch] Touch createTouch([Default=Undefined] optional Wind
ow window, | 251 [EnabledAtRuntime=Touch] Touch createTouch([Default=Undefined] optional Wind
ow window, |
| 252 [Default=Undefined] optional Even
tTarget target, | 252 [Default=Undefined] optional Even
tTarget target, |
| 253 [Default=Undefined] optional long
identifier, | 253 [Default=Undefined] optional long
identifier, |
| 254 [Default=Undefined] optional long
pageX, | 254 [Default=Undefined] optional long
pageX, |
| 255 [Default=Undefined] optional long
pageY, | 255 [Default=Undefined] optional long
pageY, |
| 256 [Default=Undefined] optional long
screenX, | 256 [Default=Undefined] optional long
screenX, |
| 257 [Default=Undefined] optional long
screenY, | 257 [Default=Undefined] optional long
screenY, |
| 258 [Default=Undefined] optional long
webkitRadiusX, | 258 [Default=Undefined] optional long
webkitRadiusX, |
| 259 [Default=Undefined] optional long
webkitRadiusY, | 259 [Default=Undefined] optional long
webkitRadiusY, |
| 260 [Default=Undefined] optional floa
t webkitRotationAngle, | 260 [Default=Undefined] optional floa
t webkitRotationAngle, |
| 261 [Default=Undefined] optional floa
t webkitForce); | 261 [Default=Undefined] optional floa
t webkitForce); |
| 262 [EnabledAtRuntime=touch, Custom, RaisesException] TouchList createTouchList(
); | 262 [EnabledAtRuntime=Touch] TouchList createTouchList(Touch... touches); |
| 263 | 263 |
| 264 [DeprecateAs=PrefixedDocumentRegister, EnabledAtRuntime=customElements, Impl
ementedAs=registerElement, CallWith=ScriptState, CustomElementCallbacks=Enable,
RaisesException] CustomElementConstructor webkitRegister(DOMString name, optiona
l Dictionary options); | 264 [DeprecateAs=PrefixedDocumentRegister, EnabledAtRuntime=CustomElements, Impl
ementedAs=registerElement, CallWith=ScriptState, CustomElementCallbacks=Enable,
RaisesException] CustomElementConstructor webkitRegister(DOMString name, optiona
l Dictionary options); |
| 265 [EnabledAtRuntime=customElements, ImplementedAs=registerElement, CallWith=Sc
riptState, CustomElementCallbacks=Enable, RaisesException] CustomElementConstruc
tor register(DOMString name, optional Dictionary options); | 265 [EnabledAtRuntime=CustomElements, ImplementedAs=registerElement, CallWith=Sc
riptState, CustomElementCallbacks=Enable, RaisesException] CustomElementConstruc
tor register(DOMString name, optional Dictionary options); |
| 266 [CustomElementCallbacks=Enable, PerWorldBindings, ActivityLog=AccessForIsola
tedWorlds, RaisesException] Element createElement(DOMString localName, [TreatNul
lAs=NullString] DOMString typeExtension); | 266 [CustomElementCallbacks=Enable, PerWorldBindings, ActivityLog=AccessForIsola
tedWorlds, RaisesException] Element createElement(DOMString localName, [TreatNul
lAs=NullString] DOMString typeExtension); |
| 267 [CustomElementCallbacks=Enable, PerWorldBindings, ActivityLog=AccessForIsola
tedWorlds, RaisesException] Element createElementNS([TreatNullAs=NullString] DOM
String namespaceURI, DOMString qualifiedName, | 267 [CustomElementCallbacks=Enable, PerWorldBindings, ActivityLog=AccessForIsola
tedWorlds, RaisesException] Element createElementNS([TreatNullAs=NullString] DOM
String namespaceURI, DOMString qualifiedName, |
| 268 [TreatNullAs=NullString] DOMString typeExtension); | 268 [TreatNullAs=NullString] DOMString typeExtension); |
| 269 | 269 |
| 270 // Page visibility API. | 270 // Page visibility API. |
| 271 readonly attribute DOMString webkitVisibilityState; | 271 readonly attribute DOMString webkitVisibilityState; |
| 272 readonly attribute boolean webkitHidden; | 272 readonly attribute boolean webkitHidden; |
| 273 | 273 |
| 274 // Security Policy API: http://dvcs.w3.org/hg/content-security-policy/raw-fi
le/tip/csp-specification.dev.html#script-interfaces | 274 // Security Policy API: http://dvcs.w3.org/hg/content-security-policy/raw-fi
le/tip/csp-specification.dev.html#script-interfaces |
| 275 [EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] readonly attrib
ute SecurityPolicy securityPolicy; | 275 [EnabledAtRuntime=ExperimentalContentSecurityPolicyFeatures] readonly attrib
ute SecurityPolicy securityPolicy; |
| 276 | 276 |
| 277 readonly attribute HTMLScriptElement currentScript; | 277 readonly attribute HTMLScriptElement currentScript; |
| 278 }; | 278 }; |
| 279 | 279 |
| 280 Document implements ParentNode; | 280 Document implements ParentNode; |
| 281 | 281 |
| OLD | NEW |