servo/components/script/dom/webidls
bors-servo 1e93749941 Auto merge of #18283 - ferjm:user.timing.api, r=jdm
User Timing API

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #18109
- [X] There are tests for these changes. I enabled the peformance-timeline API WPTs but some of them are still failing because of implementation bugs or missing APIs (Resource Timing, for instance) the tests are dependent of. I'll file issues to fix them.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18283)
<!-- Reviewable:end -->
2017-09-07 12:45:46 -05:00
..
ActivatableElement.webidl Issue 12343: Add pref-gated methods and test for activatable element states 2016-08-08 22:20:41 +01:00
Attr.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
BeforeUnloadEvent.webidl Expose BeforeUnloadEvent only in Window 2017-01-21 14:32:32 +01:00
Blob.webidl Remove support for Blob::{close, isClosed} 2017-02-28 17:20:16 +01:00
Bluetooth.webidl Update the WebIDL parser 2017-06-09 13:57:30 +02:00
BluetoothAdvertisingEvent.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
BluetoothCharacteristicProperties.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
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 Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
BluetoothRemoteGATTDescriptor.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
BluetoothRemoteGATTServer.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
BluetoothRemoteGATTService.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
BluetoothUUID.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
Body.webidl impl Body mixin for dom::Response and dom::Request 2016-09-28 22:10:53 -07:00
BrowserElement.webidl Remove CheckAnyPermissions / CheckAllPermissions extended attributes. 2016-07-12 13:06:49 +02: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 Partial fix for 12415 2016-10-17 16:08:07 -04:00
ChildNode.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
Client.webidl Expose interfaces only where they should be. #12415 - Partial 2017-01-29 01:29:29 +01:00
CloseEvent.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
Comment.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
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 Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
CSS.webidl Add CSS.supports() 2017-01-07 23:17:55 -08:00
CSSConditionRule.webidl CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditionText attribute 2017-01-07 23:17:52 -08:00
CSSFontFaceRule.webidl Make the parser accept @font-face rules without font-family or src. 2017-04-01 14:05:32 +02:00
CSSGroupingRule.webidl Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
CSSImportRule.webidl script: Add CSSImportRule WebIDL interface. 2016-12-16 16:57:20 +01:00
CSSKeyframeRule.webidl Implement CSSKeyframeRule.style 2017-01-07 22:18:04 -08:00
CSSKeyframesRule.webidl Implement CSSKeyframesRule.name 2016-12-14 12:48:47 +03:00
CSSMediaRule.webidl CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditionText attribute 2017-01-07 23:17:52 -08:00
CSSNamespaceRule.webidl Add CSSNamespaceRule.{namespaceURI, prefix} 2016-11-23 09:32:46 -08:00
CSSRule.webidl CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditionText attribute 2017-01-07 23:17:52 -08:00
CSSRuleList.webidl Unexpose CSSOM interfaces 2016-11-15 06:58:16 -08:00
CSSStyleDeclaration.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
CSSStyleRule.webidl Implement CSSStyleRule.selectorText. 2017-07-12 01:03:58 -07:00
CSSStyleSheet.webidl Support origins in CSSOM stylesheets 2017-01-20 22:00:49 +03:00
CSSStyleValue.webidl Placed worklets implementation behind a pref. 2017-07-18 09:38:56 -05:00
CSSSupportsRule.webidl CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditionText attribute 2017-01-07 23:17:52 -08:00
CSSViewportRule.webidl Unexpose CSSOM interfaces 2016-11-15 06:58:16 -08:00
CustomElementRegistry.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
CustomEvent.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
DedicatedWorkerGlobalScope.webidl Implementing Close function and mark success tests. 2016-07-25 11:59:32 +08:00
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 Add CEReactions to element creation APIs. 2017-09-05 08:51:31 -07:00
DocumentFragment.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
DocumentType.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
DOMException.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
DOMImplementation.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
DOMMatrix.webidl Expose DOMMatrix in Window and Worker 2016-11-30 23:23:38 +01:00
DOMMatrixReadOnly.webidl Expose DOMMatrix in Window and Worker 2016-11-30 23:23:38 +01:00
DOMParser.webidl Update links to DOM Parsing specification 2016-12-28 21:45:53 +05:30
DOMPoint.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
DOMPointReadOnly.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
DOMQuad.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
DOMRect.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
DOMRectReadOnly.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
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 Annotate insertAdjacentHTML with CEReactions 2017-08-18 13:59:53 -05:00
ElementContentEditable.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
ElementCSSInlineStyle.webidl Expose interfaces only where they should be. #12415 - Partial 2017-01-29 01:29:29 +01:00
ErrorEvent.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
Event.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
EventHandler.webidl WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
EventListener.webidl Remove modelines everywhere but tests/wpt 2016-04-20 10:49:09 -07:00
EventModifierInit.webidl Rename SharedKeyboardAndMouseEventInit to EventModifierInit 2016-07-11 16:39:59 +02:00
EventSource.webidl Remove preferences in EventSource.webidl 2016-11-11 14:50:45 -08:00
EventTarget.webidl Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
ExtendableEvent.webidl implement ExtendableEvent as base type for ServiceWorker events 2016-09-17 20:58:46 +05:30
ExtendableMessageEvent.webidl implement ExtendableEvent as base type for ServiceWorker events 2016-09-17 20:58:46 +05:30
Fetch.webidl Implement the Fetch method 2016-09-29 08:19:41 -07:00
File.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
FileList.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
FileReader.webidl Implemented FileReader::readAsArrayBuffer 2016-11-01 00:25:26 +05:30
FileReaderSync.webidl Add FileReaderSync skeleton 2016-07-31 09:19:39 +02:00
FocusEvent.webidl Make FocusEvent::new_uninitialized take a &Window 2017-01-21 14:32:37 +01:00
ForceTouchEvent.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
FormData.webidl Added FormData Iterable 2016-09-23 10:19:11 -04:00
Function.webidl Remove modelines everywhere but tests/wpt 2016-04-20 10:49:09 -07:00
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 Expose HashChangeEvent only in Window 2017-01-21 15:15:50 +01:00
Headers.webidl Update the WebIDL parser 2017-06-09 13:57:30 +02:00
History.webidl Make History attributes and methods throw 2017-05-02 11:22:36 -06:00
HTMLAnchorElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLAppletElement.webidl Add HTMLConstructor attributes where needed 2017-06-15 21:16:57 -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 Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLCollection.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
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 Add CEReactions where needed 2017-07-18 12:22:20 -06: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 Partial fix for 12415 2016-10-17 16:08:07 -04:00
HTMLFormElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06: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 Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLImageElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
HTMLInputElement.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06: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 Add CEReactions where needed 2017-07-18 12:22:20 -06: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
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 Add CEReactions where needed 2017-07-18 12:22:20 -06: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 partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
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 Implement pair iterators in WebIDL interfaces. 2016-08-24 11:26:01 -04:00
KeyboardEvent.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
Location.webidl Added some same-origin-domain checks. 2017-03-14 14:36:03 -05:00
MediaError.webidl Expose interfaces only where they should be. #12415 2017-01-26 22:13:49 +01:00
MediaList.webidl Implement MediaList interface 2016-12-02 23:46:40 +03:00
MediaQueryList.webidl Implement matchMedia and MediaQueryList 2016-11-02 13:40:22 -06:00
MediaQueryListEvent.webidl Implement MediaQueryListEvent interface 2016-12-20 22:12:51 +01:00
MessageEvent.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
MimeType.webidl Expose interfaces only where they should be. #12415 2017-01-26 22:13:49 +01:00
MimeTypeArray.webidl Expose interfaces only where they should be. #12415 2017-01-26 22:13:49 +01:00
MouseEvent.webidl Explicitly expose MouseEvent only in Window 2017-01-21 15:15:54 +01:00
MutationObserver.webidl Mutation Observer API 2017-05-15 18:15:38 -04: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 Partial fix for 12415 2016-10-17 16:08:07 -04:00
NodeIterator.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
NodeList.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
NonElementParentNode.webidl Partial fix for 12415 2016-10-17 16:08:07 -04: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 Expose PageTransitionEvent only in Window 2017-01-21 15:16:02 +01:00
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 Placed worklets implementation behind a pref. 2017-07-18 09:38:56 -05: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 Make Performance Timeline API work in Workers 2017-09-05 17:07:15 +02: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 Expose interfaces only where they should be. #12415 2017-01-26 22:13:49 +01:00
PluginArray.webidl Expose interfaces only where they should be. #12415 2017-01-26 22:13:49 +01:00
PopStateEvent.webidl Expose PopStateEvent only in Window 2017-01-21 15:16:14 +01:00
ProcessingInstruction.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
ProgressEvent.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
Promise.webidl Enqueue promise jobs from SpiderMonkey callbacks, and execute them in batches. Implement native Promise APIs. 2016-09-22 16:16:49 -04:00
PromiseNativeHandler.webidl Support native promise callbacks. 2016-09-22 16:16:52 -04:00
RadioNodeList.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
Range.webidl Add CEReactions where needed 2017-07-18 12:22:20 -06:00
Request.webidl Network Security : Implement StrictOrigin and StrictOriginWhenCrossOrigin 2016-11-04 03:17:04 -04:00
Response.webidl impl Body mixin for dom::Response and dom::Request 2016-09-28 22:10:53 -07:00
Screen.webidl Expose interfaces only where they should be. #12415 - Partial 2017-01-29 01:29:29 +01:00
ServiceWorker.webidl Replace instances of old ServiceWorker specification URL with new one 2016-09-25 20:32:32 +05:30
ServiceWorkerContainer.webidl Add Promises to Service Worker Container 2016-10-31 15:20:28 +00:00
ServiceWorkerGlobalScope.webidl Replace instances of old ServiceWorker specification URL with new one 2016-09-25 20:32:32 +05:30
ServiceWorkerRegistration.webidl Replace instances of old ServiceWorker specification URL with new one 2016-09-25 20:32:32 +05:30
ServoParser.webidl Unify ServoHTMLParser and ServoXMLParser in ServoParser 2016-10-11 15:08:37 +02:00
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 Implement StyleSheet.disabled. 2016-11-25 11:27:51 +08:00
StyleSheetList.webidl Unexpose CSSOM interfaces 2016-11-15 06:58:16 -08:00
SVGElement.webidl Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
SVGGraphicsElement.webidl Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
SVGSVGElement.webidl add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element 2016-10-06 18:22:53 +03:00
TestBinding.webidl Update the WebIDL parser 2017-06-09 13:57:30 +02:00
TestBindingIterable.webidl Support value iterators in WebIDL interfaces. 2016-08-24 11:26:00 -04:00
TestBindingPairIterable.webidl Implement pair iterators in WebIDL interfaces. 2016-08-24 11:26:01 -04:00
TestBindingProxy.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
TestRunner.webidl WebBluetooth Test API 2016-11-04 12:36:23 +01:00
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 Partial fix for 12415 2016-10-17 16:08:07 -04:00
TextDecoder.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
TextEncoder.webidl removed support for UTF-16 in TextEncoder 2016-09-27 05:44:52 +05:30
Touch.webidl Removed incorrectly exposed webidl interfaces 2016-10-31 20:16:40 +01:00
TouchEvent.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
TouchList.webidl Removed incorrectly exposed webidl interfaces 2016-10-31 20:16:40 +01:00
TransitionEvent.webidl Emit TransitionEnd events in the layout thread and process it in the script thread 2016-10-11 19:36:06 -07:00
TreeWalker.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
UIEvent.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
URL.webidl Remove URL.domainToASCII and URL.domainToUnicode 2016-10-25 19:05:57 -04:00
URLSearchParams.webidl Make URLSearchParams iterable. 2016-10-07 17:35:54 +02:00
ValidityState.webidl Removed incorrectly exposed webidl interfaces 2016-10-31 20:16:40 +01:00
VoidFunction.webidl Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
VR.webidl WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
VRDisplay.webidl WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
VRDisplayCapabilities.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VRDisplayEvent.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VREyeParameters.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VRFieldOfView.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VRFrameData.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VRLayer.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VRPose.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VRStageParameters.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
WebGLActiveInfo.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLBuffer.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLContextEvent.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLFramebuffer.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLObject.webidl Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
WebGLProgram.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLRenderbuffer.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLRenderingContext.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
WebGLShader.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLShaderPrecisionFormat.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLTexture.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLUniformLocation.webidl Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
WebGLVertexArrayObjectOES.webidl Implement WebGL extensions. 2017-05-18 18:44:07 +02:00
WebSocket.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
Window.webidl Make Performance Timeline API work in Workers 2017-09-05 17:07:15 +02:00
WindowOrWorkerGlobalScope.webidl Make Performance Timeline API work in Workers 2017-09-05 17:07:15 +02:00
Worker.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
WorkerGlobalScope.webidl Implement [Inline] interfaces 2016-10-06 20:59:08 +02:00
WorkerLocation.webidl Expose Worker interfaces only to Worker 2016-07-19 12:43:16 +02:00
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 Partial fix for 12415 2016-10-17 16:08:07 -04:00
XMLHttpRequest.webidl Implemented XMLHttpRequest.send(Document) 2017-01-08 03:04:51 +05:30
XMLHttpRequestEventTarget.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
XMLHttpRequestUpload.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00