servo/components/script/dom/webidls
bors-servo 3d0fe9a0dd Auto merge of #15475 - kekkyojin:bb15436, r=jdm
Only expose Storage/StorageEvent in Window

<!-- Please describe your changes on the following line: -->
This patch removes Worker scope from Storage and StorageEvent WebIDL definition. This way it is possible to construct the objects passing Window instead of GlobalScope. It also removes some tests as they would run out of the scope.

It removes Worker from the WebIDL files defining the Storage and StorageEvent interfaces, as they should not be exposed in that scope.

In Rust source code, this patch replaces "GlobalScope" with "Window" on the contructors. It also modifies constructor calling code in order to pass Window instead of the previously used GlobalScope.

There has been removed these interfaces from the Worker tests.

(This time I did a real build and real tests. Sorry about previous pull requests, I am used to the Mozilla flow, which doesn't uses GitHub)

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #15436 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/15475)
<!-- Reviewable:end -->
2017-02-09 08:17:53 -08: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 Partial fix for 12415 2016-10-17 16:08:07 -04:00
BeforeUnloadEvent.webidl Expose BeforeUnloadEvent only in Window 2017-01-21 14:32:32 +01:00
Blob.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
Bluetooth.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01: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 Update WebBluetooth webidl files 2017-02-03 11:30:50 +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 Partial fix for #12415: expose Canvas interfaces 2016-10-13 16:08:50 -04:00
CanvasPattern.webidl Partial fix for #12415: expose Canvas interfaces 2016-10-13 16:08:50 -04:00
CanvasRenderingContext2D.webidl Partial fix for #12415: expose Canvas interfaces 2016-10-13 16:08:50 -04:00
CharacterData.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
ChildNode.webidl Partial fix for 12415 2016-10-17 16:08:07 -04: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
Console.webidl Make console a namespace (fixes #13010) 2016-09-10 14:33:08 +02: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 Unexpose CSSOM interfaces 2016-11-15 06:58:16 -08: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 Auto merge of #15289 - montrivo:webidl-exposed, r=cbrewster 2017-01-29 00:00:19 -08:00
CSSStyleRule.webidl Implement CSSStyleRule.style 2016-12-17 23:03:40 -08:00
CSSStyleSheet.webidl Support origins in CSSOM stylesheets 2017-01-20 22:00:49 +03: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
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
Document.webidl Implement document.open and document.close (fixes #14591) 2017-02-03 16:50:12 +01: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
DOMRectList.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 Partial fix for #12415: DOM interfaces 2016-10-23 10:18:12 -04:00
DOMTokenList.webidl Partial fix for #12415: DOM interfaces 2016-10-23 10:18:12 -04:00
Element.webidl Update links to DOM Parsing specification 2016-12-28 21:45:53 +05:30
ElementContentEditable.webidl Expose interfaces only where they should be. #12415 - Partial 2017-01-29 01:29:29 +01: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 Expose interfaces only where they should be. #12415 - Partial 2017-01-29 01:29:29 +01: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 Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02: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
GlobalScope.webidl Implement [Inline] interfaces 2016-10-06 20:59:08 +02:00
HashChangeEvent.webidl Expose HashChangeEvent only in Window 2017-01-21 15:15:50 +01:00
Headers.webidl Enable OpenEndedDictionary in Headers 2016-09-22 15:01:34 -07:00
History.webidl Implement history.length 2016-08-03 11:42:31 -06:00
HTMLAnchorElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLAppletElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLAreaElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLAudioElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLBaseElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLBodyElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLBRElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLButtonElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLCanvasElement.webidl Partial fix for #12415: expose Canvas interfaces 2016-10-13 16:08:50 -04:00
HTMLCollection.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
HTMLDataElement.webidl implement HTMLDataElement#value 2016-08-25 16:08:09 +03:00
HTMLDataListElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 11:09:48 +02:00
HTMLDetailsElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLDialogElement.webidl Implements HTMLDialogElement#close 2016-08-25 16:13:30 +03:00
HTMLDirectoryElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLDivElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLDListElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLElement.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
HTMLEmbedElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLFieldSetElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLFontElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLFormControlsCollection.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
HTMLFormElement.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
HTMLFrameElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLFrameSetElement.webidl Partial fix for #12415: expose interfaces only where necessary 2016-07-23 14:48:33 +02:00
HTMLHeadElement.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
HTMLHeadingElement.webidl Partial fix for #12415: expose interfaces of some HTML Elements 2016-07-28 14:38:47 +02:00
HTMLHRElement.webidl Partial fix for #12415: expose interfaces of some HTML Elements 2016-07-28 14:38:47 +02:00
HTMLHtmlElement.webidl Partial fix for #12415: expose interfaces of some HTML Elements 2016-07-28 14:38:47 +02:00
HTMLHyperlinkElementUtils.webidl Implement HTMLAnchorElement.origin 2016-11-08 09:54:46 +01:00
HTMLIFrameElement.webidl Add support for fullscreen #10102 2016-12-09 11:45:50 +01:00
HTMLImageElement.webidl Handle crossorigin in link and refactor crossorigin handling 2017-01-13 23:35:00 +05:30
HTMLInputElement.webidl Implement minlength for text inputs 2016-09-21 07:54:39 -05:00
HTMLLabelElement.webidl Partial fix for #12415: expose interfaces of some HTML Elements 2016-07-28 14:38:47 +02:00
HTMLLegendElement.webidl Partial fix for #12415: expose interfaces of some HTML Elements 2016-07-28 14:38:47 +02:00
HTMLLIElement.webidl Implement HTMLLIElement#value 2016-07-28 21:07:21 -03:00
HTMLLinkElement.webidl Handle crossorigin in link and refactor crossorigin handling 2017-01-13 23:35:00 +05:30
HTMLMapElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLMediaElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLMetaElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLMeterElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLModElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLObjectElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLOListElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLOptGroupElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLOptionElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLOptionsCollection.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
HTMLOutputElement.webidl Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
HTMLParagraphElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 16:07:57 -04:00
HTMLParamElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 16:07:57 -04:00
HTMLPreElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 16:07:57 -04:00
HTMLProgressElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 16:07:57 -04:00
HTMLQuoteElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 16:07:57 -04:00
HTMLScriptElement.webidl Implement HTMLScriptElement async attribute 2017-01-14 14:53:04 +01:00
HTMLSelectElement.webidl Implement selectedIndex property on <select>. 2016-10-24 14:14:49 -04:00
HTMLSourceElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 16:07:57 -04:00
HTMLSpanElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 16:07:57 -04:00
HTMLStyleElement.webidl Add support for LinkStyle's sheet getter on <style> and <link> 2016-11-23 09:30:33 -08:00
HTMLTableCaptionElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-23 00:05:40 -04:00
HTMLTableCellElement.webidl Add the HTMLTableCellElement::rowspan property 2016-12-14 09:58:23 -08:00
HTMLTableColElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-23 00:05:40 -04:00
HTMLTableDataCellElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-23 00:05:40 -04:00
HTMLTableElement.webidl Add DeleteRow method 2016-07-27 02:06:26 +02:00
HTMLTableHeaderCellElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-23 00:05:40 -04:00
HTMLTableRowElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-23 00:05:40 -04:00
HTMLTableSectionElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-23 00:05:40 -04:00
HTMLTemplateElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
HTMLTextAreaElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
HTMLTimeElement.webidl Add DateTime string attribute to Time 2016-11-27 14:09:54 -08:00
HTMLTitleElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
HTMLTrackElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
HTMLUListElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
HTMLUnknownElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
HTMLVideoElement.webidl partial-fix #12415: incorrect exposure of Window,Worker in webidl 2016-07-22 17:10:36 -04:00
ImageData.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +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 Expose Location only in Window 2017-01-21 15:16:27 +01: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
NamedNodeMap.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
Navigator.webidl Update WebBluetooth webidl files 2017-02-03 11:30:50 +01:00
Node.webidl Partial fix for 12415 2016-10-17 16:08:07 -04: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
PageTransitionEvent.webidl Expose PageTransitionEvent only in Window 2017-01-21 15:16:02 +01:00
ParentNode.webidl Partial fix for 12415 2016-10-17 16:08:07 -04:00
Performance.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
PerformanceTiming.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02: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 Update links to DOM Parsing specification 2016-12-28 21:45:53 +05:30
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
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 Remove pointless assertion in the typedef code. 2017-02-08 12:37:17 +01: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
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
VR.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01:00
VRDisplay.webidl WebVR API Implementation, r=larsbergstrom 2017-01-09 12:44:39 +01: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 webgl: Add missing overload of bufferData(). 2017-01-04 18:02:32 -08: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
WebSocket.webidl Explicitly expose everything everywhere. 2016-07-12 13:06:48 +02:00
Window.webidl Implement browsing context discarding. 2017-01-05 21:12:57 +00:00
WindowOrWorkerGlobalScope.webidl Implement the Fetch method 2016-09-29 08:19:41 -07: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 Expose Worker interfaces only to Worker 2016-07-19 12:43:16 +02: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