servo/components/script/dom/webidls
2018-06-22 14:10:56 +02:00
..
ActivatableElement.webidl
Attr.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
BeforeUnloadEvent.webidl
Blob.webidl Blobs support typed arrays now 2018-03-21 09:29:24 -05:00
Bluetooth.webidl Updates Bluetooth type to use BufferSource 2018-03-24 20:46:14 -04:00
BluetoothAdvertisingEvent.webidl
BluetoothCharacteristicProperties.webidl
BluetoothDevice.webidl Bluetooth Permission API integration 2017-02-13 14:58:06 +01:00
BluetoothPermissionResult.webidl refactor extra permission data 2017-02-14 13:39:00 +01:00
BluetoothRemoteGATTCharacteristic.webidl Switches characteristic to use BufferSource 2018-03-24 20:46:13 -04:00
BluetoothRemoteGATTDescriptor.webidl Switches characteristic to use BufferSource 2018-03-24 20:46:13 -04:00
BluetoothRemoteGATTServer.webidl
BluetoothRemoteGATTService.webidl
BluetoothUUID.webidl
Body.webidl feat(webidl): expose arraybuffer overload in body idl 2018-03-23 23:12:21 -07:00
CanvasGradient.webidl Implemented paint worklet rendering context. 2017-06-30 16:41:08 -05:00
CanvasPattern.webidl Implemented paint worklet rendering context. 2017-06-30 16:41:08 -05:00
CanvasRenderingContext2D.webidl Implement Ellipse Canvas 2D API 2017-09-01 16:04:06 -07:00
CharacterData.webidl
ChildNode.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
Client.webidl
CloseEvent.webidl
Comment.webidl
CompositionEvent.webidl Add CompositionEvent bindings 2017-08-22 12:03:29 +02:00
Console.webidl Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
Crypto.webidl getRandomValues uses ArrayBufferView now 2018-03-22 12:12:16 -05:00
CSS.webidl Move paintWorklet from "Window" to "CSS" according to new specification 2018-02-22 13:21:41 +03:00
CSSConditionRule.webidl
CSSFontFaceRule.webidl Make the parser accept @font-face rules without font-family or src. 2017-04-01 14:05:32 +02:00
CSSGroupingRule.webidl
CSSImportRule.webidl
CSSKeyframeRule.webidl
CSSKeyframesRule.webidl
CSSMediaRule.webidl
CSSNamespaceRule.webidl
CSSRule.webidl
CSSRuleList.webidl
CSSStyleDeclaration.webidl dom: Remove CSSStyleDeclaration.setPropertyValue/setPropertyPriority. 2018-06-02 17:24:12 +02:00
CSSStyleRule.webidl Implement CSSStyleRule.selectorText. 2017-07-12 01:03:58 -07:00
CSSStyleSheet.webidl
CSSStyleValue.webidl Remove cssText from CSSStyleValue 2017-10-11 16:21:29 -04:00
CSSSupportsRule.webidl
CSSViewportRule.webidl
CustomElementRegistry.webidl Update type of custom element constructor 2018-05-30 10:00:12 +08:00
CustomEvent.webidl
DedicatedWorkerGlobalScope.webidl
DissimilarOriginLocation.webidl Allow browsing contexts to resolve to cross-origin windows. 2017-02-16 16:45:29 -06:00
DissimilarOriginWindow.webidl Implement dissimilar-origin postMessage. 2017-03-15 14:57:25 -05:00
Document.webidl PutForward=href on window and document location 2018-05-04 15:15:12 +08:00
DocumentFragment.webidl
DocumentType.webidl
DOMException.webidl Implement read methods on FileReaderSync 2018-06-04 15:53:08 -04:00
DOMImplementation.webidl
DOMMatrix.webidl Add constructors for typed arrays in DOMMatrix and DOMMatrixReadOnly 2018-03-23 15:37:32 -05:00
DOMMatrixReadOnly.webidl Add constructors for typed arrays in DOMMatrix and DOMMatrixReadOnly 2018-03-23 15:37:32 -05:00
DOMParser.webidl
DOMPoint.webidl
DOMPointReadOnly.webidl
DOMQuad.webidl
DOMRect.webidl
DOMRectReadOnly.webidl
DOMStringMap.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
DOMTokenList.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
Element.webidl Implement support for Element.toggleAttribute 2018-06-21 02:06:32 +01:00
ElementContentEditable.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
ElementCSSInlineStyle.webidl
ErrorEvent.webidl
Event.webidl
EventHandler.webidl WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
EventListener.webidl
EventModifierInit.webidl
EventSource.webidl
EventTarget.webidl Implement EventTarget constructor 2017-11-19 16:14:57 +01:00
EXTBlendMinmax.webidl Implement EXT_blend_minmax 2018-06-22 14:10:56 +02:00
ExtendableEvent.webidl
ExtendableMessageEvent.webidl
EXTShaderTextureLod.webidl Implement EXT_shader_texture_lod 2018-06-04 16:33:05 +02:00
EXTTextureFilterAnisotropic.webidl Implement EXT_texture_filter_anisotropic 2018-06-06 12:24:47 +02:00
Fetch.webidl
File.webidl
FileList.webidl
FileReader.webidl
FileReaderSync.webidl Implement read methods on FileReaderSync 2018-06-04 15:53:08 -04:00
FocusEvent.webidl
FormData.webidl
Function.webidl
Gamepad.webidl Implement Gamepad API 2017-04-12 15:43:14 +02:00
GamepadButton.webidl Implement Gamepad API 2017-04-12 15:43:14 +02:00
GamepadButtonList.webidl Implement Gamepad API 2017-04-12 15:43:14 +02:00
GamepadEvent.webidl Implement Gamepad API 2017-04-12 15:43:14 +02:00
GamepadList.webidl Implement Gamepad API 2017-04-12 15:43:14 +02:00
GlobalScope.webidl Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
HashChangeEvent.webidl
Headers.webidl Update the WebIDL parser 2017-06-09 13:57:30 +02:00
History.webidl Implement initial part of history.state 2018-01-30 14:12:37 -06:00
HTMLAnchorElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLAreaElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLAudioElement.webidl Add HTMLConstructor attributes where needed 2017-06-15 21:16:57 -06:00
HTMLBaseElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLBodyElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLBRElement.webidl Add HTMLConstructor attributes where needed 2017-06-15 21:16:57 -06:00
HTMLButtonElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLCanvasElement.webidl Kick off WebGL 2.0 implementation 2017-10-27 12:53:11 +02:00
HTMLCollection.webidl
HTMLDataElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLDataListElement.webidl Add HTMLConstructor attributes where needed 2017-06-15 21:16:57 -06:00
HTMLDetailsElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLDialogElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLDirectoryElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLDivElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLDListElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLElement.webidl Implement element.innerText getter 2018-02-13 09:12:00 +01:00
HTMLEmbedElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLFieldSetElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLFontElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLFormControlsCollection.webidl
HTMLFormElement.webidl Implement setRangeText API 2018-01-26 20:12:33 +01:00
HTMLFrameElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLFrameSetElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLHeadElement.webidl Add HTMLConstructor attributes where needed 2017-06-15 21:16:57 -06:00
HTMLHeadingElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLHRElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLHtmlElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLHyperlinkElementUtils.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLIFrameElement.webidl Adding Name and SetName functions for window 2018-02-26 07:38:41 +05:30
HTMLImageElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLInputElement.webidl Implement setRangeText API 2018-01-26 20:12:33 +01:00
HTMLLabelElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLLegendElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLLIElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLLinkElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLMapElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLMediaElement.webidl Implement a bit more of the "object" path when loading media 2017-10-10 11:44:29 +02:00
HTMLMetaElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLMeterElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLModElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLObjectElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLOListElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLOptGroupElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLOptionElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLOptionsCollection.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLOutputElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLParagraphElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLParamElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLPictureElement.webidl Implement HTMLPictureElement interface. 2018-01-29 20:27:54 -05:00
HTMLPreElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLProgressElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLQuoteElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLScriptElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLSelectElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLSourceElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLSpanElement.webidl Add HTMLConstructor attributes where needed 2017-06-15 21:16:57 -06:00
HTMLStyleElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableCaptionElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableCellElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableColElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableDataCellElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableHeaderCellElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableRowElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTableSectionElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTemplateElement.webidl Add HTMLConstructor attributes where needed 2017-06-15 21:16:57 -06:00
HTMLTextAreaElement.webidl textarea minLength/maxLength 2018-06-18 02:01:59 -07:00
HTMLTimeElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTitleElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLTrackElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLUListElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLUnknownElement.webidl
HTMLVideoElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
ImageData.webidl Implement ImageData constructors #15671 2017-03-14 23:16:17 +01:00
InputEvent.webidl Implement the InputEvent 2017-07-06 19:37:55 +02:00
IterableIterator.webidl
KeyboardEvent.webidl
Location.webidl Added some same-origin-domain checks. 2017-03-14 14:36:03 -05:00
MediaError.webidl Implement MediaError::Message 2017-10-04 11:41:41 +02:00
MediaList.webidl
MediaQueryList.webidl
MediaQueryListEvent.webidl
MessageEvent.webidl
MimeType.webidl
MimeTypeArray.webidl
MouseEvent.webidl
MutationObserver.webidl Implement MutationObserver.disconnect() 2018-05-09 16:27:09 -07:00
MutationRecord.webidl Mutation Observer API 2017-05-15 18:15:38 -04:00
NamedNodeMap.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
Navigator.webidl WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
Node.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl
NonElementParentNode.webidl
OESElementIndexUint.webidl Implement OES_element_index_uint (fixes #20384) 2018-03-23 02:47:39 +01:00
OESStandardDerivatives.webidl Implement WebGL OES_standard_derivatives extension. 2017-08-22 15:01:26 +02:00
OESTextureFloat.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
OESTextureFloatLinear.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
OESTextureHalfFloat.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
OESTextureHalfFloatLinear.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
OESVertexArrayObject.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
PageTransitionEvent.webidl
PaintRenderingContext2D.webidl Placed worklets implementation behind a pref. 2017-07-18 09:38:56 -05:00
PaintSize.webidl Placed worklets implementation behind a pref. 2017-07-18 09:38:56 -05:00
PaintWorkletGlobalScope.webidl Paint worklets: Implement timeout for worklet painter threads 2017-12-22 10:47:23 +01:00
ParentNode.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
Performance.webidl User Timing API 2017-09-06 13:33:30 +02:00
PerformanceEntry.webidl Performance Timeline API 2017-08-17 11:48:34 +02:00
PerformanceMark.webidl User Timing API 2017-09-06 13:33:30 +02:00
PerformanceMeasure.webidl User Timing API 2017-09-06 13:33:30 +02:00
PerformanceObserver.webidl implement PerformanceObserverInit.buffered (fixes #18108) 2017-08-24 23:30:35 +02:00
PerformanceObserverEntryList.webidl Performance Timeline API 2017-08-17 11:48:34 +02:00
PerformancePaintTiming.webidl Add paint metrics to Performance Timeline API 2017-08-23 17:30:13 +02:00
PerformanceTiming.webidl Add a topLevelDomComplete metric. 2017-12-14 16:48:19 -06:00
Permissions.webidl Fix Permissions and Bluetooth prefs 2017-02-13 14:58:07 +01:00
PermissionStatus.webidl Fix Permissions and Bluetooth prefs 2017-02-13 14:58:07 +01:00
Plugin.webidl
PluginArray.webidl
PopStateEvent.webidl
ProcessingInstruction.webidl
ProgressEvent.webidl
Promise.webidl
PromiseNativeHandler.webidl
RadioNodeList.webidl
Range.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
Request.webidl Merge request type and destination 2017-10-23 11:19:35 -07:00
Response.webidl
Screen.webidl Enable screen.availHeight/availWidth/Height/Width 2017-11-13 21:32:10 +01:00
ServiceWorker.webidl
ServiceWorkerContainer.webidl
ServiceWorkerGlobalScope.webidl
ServiceWorkerRegistration.webidl
ServoParser.webidl
Storage.webidl Only expose Storage/StorageEvent in Window 2017-02-09 15:34:24 +01:00
StorageEvent.webidl Only expose Storage/StorageEvent in Window 2017-02-09 15:34:24 +01:00
StylePropertyMapReadOnly.webidl Implement getProperties for StylePropertyMap. 2017-07-25 15:59:00 -05:00
StyleSheet.webidl
StyleSheetList.webidl
SVGElement.webidl
SVGGraphicsElement.webidl
SVGSVGElement.webidl
TestBinding.webidl Add codegen test for function overloads taking typed array args 2018-03-23 19:25:20 +01:00
TestBindingIterable.webidl
TestBindingPairIterable.webidl
TestBindingProxy.webidl
TestRunner.webidl
TestWorklet.webidl Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
TestWorkletGlobalScope.webidl Placed worklets implementation behind a pref. 2017-07-18 09:38:56 -05:00
Text.webidl
TextDecoder.webidl TextDecoder: streaming decode, ignoreBOM 2018-03-26 11:15:44 -07:00
TextEncoder.webidl
Touch.webidl
TouchEvent.webidl
TouchList.webidl
TransitionEvent.webidl
TreeWalker.webidl
UIEvent.webidl
URL.webidl
URLSearchParams.webidl
ValidityState.webidl
VoidFunction.webidl Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
VR.webidl Properly pref-gate the VR WebIDL interface 2018-03-12 15:32:00 +01:00
VRDisplay.webidl WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
VRDisplayCapabilities.webidl
VRDisplayEvent.webidl
VREyeParameters.webidl
VRFieldOfView.webidl
VRFrameData.webidl
VRLayer.webidl
VRPose.webidl
VRStageParameters.webidl
WebGL2RenderingContext.webidl Move some methods out of the WebGLRenderingContextBase mixin 2018-04-04 13:12:43 +02:00
WebGLActiveInfo.webidl
WebGLBuffer.webidl
WebGLContextEvent.webidl
WebGLFramebuffer.webidl
WebGLObject.webidl
WebGLProgram.webidl
WebGLRenderbuffer.webidl
WebGLRenderingContext.webidl Implement WebGL GetRenderbufferParameter 2018-04-24 18:16:51 +02:00
WebGLShader.webidl
WebGLShaderPrecisionFormat.webidl
WebGLTexture.webidl
WebGLUniformLocation.webidl
WebGLVertexArrayObjectOES.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
WebSocket.webidl Websockets send typed arrays now 2018-03-25 10:01:33 -05:00
Window.webidl Allow supported window attributes to be replacable. 2018-06-14 10:58:40 -07:00
WindowOrWorkerGlobalScope.webidl Implement WindowOrWorkerGlobalScope.origin 2018-04-27 16:41:19 +02:00
Worker.webidl
WorkerGlobalScope.webidl Move around WindowOrWorkerGlobalScope methods 2018-04-27 11:19:07 +02:00
WorkerLocation.webidl
WorkerNavigator.webidl Fix Permissions and Bluetooth prefs 2017-02-13 14:58:07 +01:00
Worklet.webidl Placed worklets implementation behind a pref. 2017-07-18 09:38:56 -05:00
WorkletGlobalScope.webidl Placed worklets implementation behind a pref. 2017-07-18 09:38:56 -05:00
XMLDocument.webidl
XMLHttpRequest.webidl typed array support for XMLHttpRequest's send API 2018-03-29 11:10:00 +05:30
XMLHttpRequestEventTarget.webidl
XMLHttpRequestUpload.webidl