gecko-dev/dom/webidl
Kris Maglione 8d2a5ab915 Bug 1333990: Part 2d - Add a utility to block HTML parsing until sandbox scripts are ready. r=hsivonen,billm
In order to asynchronously load content scripts that need to run very early in
the page load cycle, before any ordinary page scripts, we need to be able to
block parsing from the document-element-inserted listener. Since the script
loader operates by returning promises, blocking on promise resolution is the
simplest way to achieve this.

MozReview-Commit-ID: CTWlyrP6dqG

--HG--
extra : rebase_source : 28ce713a6450c223f9b2089e6c6e8c78284ef8af
2017-03-16 16:47:35 -07:00
..
AbstractWorker.webidl
AccessibleNode.webidl Bug 1325160 - implement AOM attributes, r=smaug 2016-12-23 14:36:55 -05:00
AddonEvent.webidl
AddonManager.webidl Bug 1335829 Add mozAddonManager.permissionPromptsEnabled r=qdot 2017-02-02 10:59:54 -08:00
AnalyserNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Animatable.webidl Bug 1290914 - support Element.animate() on AnonymousContent nodes through the AnonymousContent.setAnimationForElement() method. r=bz 2016-09-08 22:38:53 +02:00
Animation.webidl Bug 1049975 - Part 8: Use AnimationEffectReadOnly as the argument type of Animation constructor. r=birtles,smaug 2016-08-16 16:48:55 +08:00
AnimationEffectReadOnly.webidl
AnimationEffectTiming.webidl
AnimationEffectTimingReadOnly.webidl
AnimationEvent.webidl
AnimationPlaybackEvent.webidl
AnimationTimeline.webidl
AnonymousContent.webidl Bug 1302551 - Add AnonymousContent::SetCutoutRectsForElement to allow a more efficient find bar highlighter implementation. r=smaug 2016-09-15 14:58:15 -04:00
AppInfo.webidl
AppNotificationServiceOptions.webidl
APZTestData.webidl
Attr.webidl
AudioBuffer.webidl Bug 1329744 - AudioBuffer ctor updated, r=padenot 2017-01-10 21:30:28 +00:00
AudioBufferSourceNode.webidl Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
AudioChannel.webidl
AudioChannelManager.webidl
AudioContext.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
AudioDestinationNode.webidl Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
AudioListener.webidl Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
AudioNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
AudioParam.webidl Bug 1324659 - AudioParam.minValue/maxValue, r=padenot 2016-12-21 10:53:38 +01:00
AudioProcessingEvent.webidl Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
AudioScheduledSourceNode.webidl Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
AudioStreamTrack.webidl
AudioTrack.webidl
AudioTrackList.webidl
AudioWorkletGlobalScope.webidl Bug 1322858 - Fix the URL of the AudioWorklet spec in webidl files, r=me 2016-12-17 07:19:02 +01:00
AutocompleteErrorEvent.webidl
AutocompleteInfo.webidl
BarProp.webidl Bug 1317606. Get rid of LegacyIsCallerChromeOrNativeCode in barprop code. r=bkelly 2016-11-15 12:46:32 -05:00
BaseAudioContext.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
BaseKeyframeTypes.webidl
BatteryManager.webidl
BeforeUnloadEvent.webidl
BiquadFilterNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Blob.webidl Bug 1337722 - Use BufferSource in webIDL, r=qdot 2017-02-09 10:37:54 +01:00
BlobEvent.webidl
BoxObject.webidl
BroadcastChannel.webidl
BrowserElement.webidl Bug 1333117. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend, since our build system doesn't really support correct dep builds if they're placed in a different file. r=qdot 2017-01-24 16:11:30 -05:00
BrowserElementAudioChannel.webidl Bug 1333117. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend, since our build system doesn't really support correct dep builds if they're placed in a different file. r=qdot 2017-01-24 16:11:30 -05:00
BrowserElementDictionaries.webidl
BrowserFeedWriter.webidl
Cache.webidl Bug 1335368 part 12. Remove the use of IsCallerChrome in FetchRequest. r=bkelly 2017-02-01 15:43:37 -05:00
CacheStorage.webidl
CanvasCaptureMediaStream.webidl
CanvasRenderingContext2D.webidl merge mozilla-inbound to mozilla-central a=merge 2017-02-02 14:25:20 +01:00
CaretPosition.webidl
CaretStateChangedEvent.webidl
CDATASection.webidl
ChannelMergerNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
ChannelSplitterNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
CharacterData.webidl
CheckerboardReportService.webidl Bug 1275314 - Add an API to allow flushing out in-progress checkerboard reports. r=botond,ehsan 2016-10-15 08:45:01 -04:00
ChildNode.webidl
ChromeNodeList.webidl
ChromeUtils.webidl Bug 1333990: Part 1a - Add an async script pre-loading utility. r=billm,shu 2017-03-16 19:10:40 -07:00
Client.webidl Bug 1339844 P1 Implement the Client.type attribute. r=asuth 2017-02-15 15:12:37 -05:00
Clients.webidl
ClipboardEvent.webidl
CloseEvent.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
CommandEvent.webidl
Comment.webidl
CompositionEvent.webidl Bug 1002256 - Support CompositionEvent constructor; r=bkelly 2016-11-16 22:16:22 +02:00
Console.webidl Bug 1314361 - Part 3: Stop using origin attributes for add-on ID in console filtering. r=baku 2017-02-26 13:13:45 -08:00
ConstantSourceNode.webidl Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
ContainerBoxObject.webidl
ConvolverNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Coordinates.webidl
CreateOfferRequest.webidl
Crypto.webidl
CSPDictionaries.webidl
CSPReport.webidl
CSS2Properties.webidl.in
CSS.webidl
CSSAnimation.webidl
CSSConditionRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSCounterStyleRule.webidl Bug 851892 part 19. Convert CSSCounterStyleRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSFontFaceRule.webidl Bug 851892 part 15. Convert CSSFontFaceRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSFontFeatureValuesRule.webidl Bug 851892 part 16. Convert CSSFontFeatureValuesRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSGroupingRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSImportRule.webidl Bug 851892 part 11. Convert CSSImportRule to WebIDL. r=peterv,heycam,mccr8 2017-01-13 10:41:03 -05:00
CSSKeyframeRule.webidl Bug 851892 part 17. Convert CSSKeyframeRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSKeyframesRule.webidl Bug 851892 part 18. Convert CSSKeyframesRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSLexer.webidl Bug 1315368. Back out changeset bf190e326bfd (bug 790997) because what it implements doesn't actually follow the CSS syntax editor's draft and breaks some sites in the process. r=dbaron 2016-11-05 00:23:16 -04:00
CSSMediaRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSMozDocumentRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSNamespaceRule.webidl Bug 851892 part 10. Convert CSSNamespaceRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSPageRule.webidl Bug 851892 part 14. Convert CSSPageRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSPrimitiveValue.webidl
CSSPseudoElement.webidl
CSSRule.webidl Bug 851892 part 9. Add a CSSRule Web IDL interface. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSRuleList.webidl
CSSStyleDeclaration.webidl Bug 851892 part 9. Add a CSSRule Web IDL interface. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSStyleRule.webidl Bug 851892 part 12. Convert CSSStyleRule to WebIDL. r=peterv,heycam,mccr8 2017-01-13 10:41:03 -05:00
CSSStyleSheet.webidl Bug 851892 part 9. Add a CSSRule Web IDL interface. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSSupportsRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSTransition.webidl
CSSValue.webidl
CSSValueList.webidl
CustomElementRegistry.webidl Bug 1309140 - Rename CustomElementsRegistry to CustomElementRegistry. r=wchen, r=smaug 2016-10-12 15:26:02 +08:00
CustomEvent.webidl
DataChannel.webidl
DataContainerEvent.webidl
DataTransfer.webidl Bug 1335859 - Add usage counters to track usage of gecko-only DataTransfer APIs, r=baku 2017-02-08 11:43:59 -05:00
DataTransferItem.webidl Bug 1297393 - Make passing of subject principals to webidl entry points explicit - part 2 - DataTransferItem, r=ehsan 2016-09-29 08:55:20 +02:00
DataTransferItemList.webidl Bug 1298243 part 4. Drop the pointless ErrorResult from the DataTransferItemList indexed getter. r=mystor 2016-10-10 21:07:47 -04:00
DecoderDoctorNotification.webidl Backed out changeset ad8023a69963 (bug 1263665) 2016-10-05 16:12:18 +02:00
DedicatedWorkerGlobalScope.webidl Bug 1336020 - transferables should be arrays of objects, r=smaug 2017-02-03 11:00:38 +01:00
DelayNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
DesktopNotification.webidl
DeviceLightEvent.webidl
DeviceMotionEvent.webidl
DeviceOrientationEvent.webidl
DeviceProximityEvent.webidl
Directory.webidl Bug 1299500 - Get rid of DeviceStorage API - part 8 - Directory::Get, r=ehsan 2017-03-08 20:15:45 +01:00
Document.webidl Bug 1333990: Part 2d - Add a utility to block HTML parsing until sandbox scripts are ready. r=hsivonen,billm 2017-03-16 16:47:35 -07:00
DocumentFragment.webidl
DocumentTimeline.webidl Bug 1302038 part 2 - Add DocumentTimelineOptions dictionary. r=birtles,smaug 2016-09-28 16:56:24 +09:00
DocumentType.webidl
DOMCursor.webidl
DOMError.webidl
DOMException.webidl
DOMImplementation.webidl Bug 984778 - Make hasFeature() and SVG requiredFeatures always return true; r=bz,longsonr 2016-09-01 14:35:11 +03:00
DominatorTree.webidl
DOMMatrix.webidl
DOMParser.webidl
DOMPoint.webidl
DOMQuad.webidl
DOMRect.webidl Bug 1243846 - Implement Intersection Observer API. r=mrbkap, r=mstange 2016-10-28 10:24:00 -04:00
DOMRectList.webidl
DOMRequest.webidl
DOMStringList.webidl
DOMStringMap.webidl
DOMTokenList.webidl Bug 1290636. Expose iterator stuff on NodeList and DOMStringList. r=qdot 2016-07-30 01:00:18 -04:00
DragEvent.webidl
DynamicsCompressorNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Element.webidl Bug 1289642 - Remove prefixed PointerLock API. r=smaug 2016-12-19 12:40:02 +11:00
ErrorEvent.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
Event.webidl Bug 1298970 - Move UIEvent.cancelBubble to Event. r=smaug 2016-11-29 10:28:21 +08:00
EventHandler.webidl Bug 1302648 part 2 - Add onanimationcancel EventHandler to WebIDL. r=baku 2017-02-10 12:32:44 +09:00
EventListener.webidl
EventSource.webidl Bug 1267903 - Part 1: Implement EventSource for Worker. r=baku 2016-10-24 10:11:04 +08:00
EventTarget.webidl Bug 1317990. Remove Event::IsChrome in favor of passing CallerType arguments. r=smaug,bkelly 2016-11-16 14:10:22 -05:00
ExtendableEvent.webidl
ExtendableMessageEvent.webidl Bug 1312705 - Update ExtendableMessageEvent to the latest version of the spec, r=smaug 2016-10-25 18:23:06 +02:00
External.webidl
FakePluginTagInit.webidl
Fetch.webidl Bug 1337722 - Use BufferSource in webIDL, r=qdot 2017-02-09 10:37:54 +01:00
FetchEvent.webidl
File.webidl Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-03 09:42:54 +01:00
FileList.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
FileMode.webidl
FileReader.webidl Bug 1321530 - FileReader.abort() should not throw, r=smaug 2016-12-02 13:16:59 +00:00
FileReaderSync.webidl
FileSystem.webidl Bug 1284987 - Entries API - part 4 - Use of DOMException, r=smaug 2016-11-03 07:56:28 +01:00
FileSystemDirectoryEntry.webidl Bug 1284987 - Entries API - part 5 - Get rid of remove methods, r=smaug 2016-11-03 07:57:09 +01:00
FileSystemDirectoryReader.webidl Bug 1295570 - Entries API - part 8 - Remove [NoInterfaceObject], r=smaug 2016-08-18 09:20:16 +02:00
FileSystemEntry.webidl Bug 1284987 - Entries API - part 2 - FileSystemEntry.getParent, r=smaug 2016-11-03 07:55:30 +01:00
FileSystemFileEntry.webidl Bug 1315185 - Get rid of FileSystemFileEntry.createWriter, r=smaug 2016-11-04 14:23:46 +01:00
FlyWebDiscoveryManager.webidl
FlyWebFetchEvent.webidl
FlyWebPublish.webidl
FlyWebWebSocketEvent.webidl
FocusEvent.webidl
FontFace.webidl
FontFaceSet.webidl
FontFaceSetLoadEvent.webidl Bug 1324549. Make FontFaceSetLoadEvent.fontfaces a frozen array. r=heycam 2016-12-22 16:50:01 -08:00
FontFaceSource.webidl
FormData.webidl Bug 1186932 - Implement support for form submission of a picked directory - part 1 - FormData and Directory, r=smaug 2016-07-14 09:01:31 +02:00
Function.webidl Bug 1324169 - VoidFunction should be moved to Function.webidl for Worklet global scopes, r=me 2016-12-17 07:19:50 +01:00
FuzzingFunctions.webidl Bug 1322400 - Add content-exposed GC and CC functions to fuzzing builds. r=smaug 2017-02-22 11:05:50 -08:00
GainNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Gamepad.webidl Bug 1313581 - Part 1: Support hand attribute in GamepadAPI; r=kip,lenzak800,qdot 2016-11-14 17:28:48 +08:00
GamepadAxisMoveEvent.webidl
GamepadButtonEvent.webidl
GamepadEvent.webidl
GamepadPose.webidl Bug 1317706 - Remove Pose WebIDL for sharing the implementation to Pose class. r=bz 2016-11-17 07:11:00 -05:00
GamepadServiceTest.webidl Bug 1315896 - Part 1: Remove MOZ_GAMEPAD in DOM API; r=qdot 2016-12-08 12:59:06 -10:00
Geolocation.webidl Bug 1317596. Stop using LegacyIsCallerChromeOrNativeCode in geolocation code. r=jdm 2016-11-15 12:46:32 -05:00
GeometryUtils.webidl Bug 1335368 part 22. Get rid of IsCallerChrome in geometry utils. r=dholbert 2017-02-01 15:43:59 -05:00
GetUserMediaRequest.webidl Bug 1270572 - allow un-prompted gUM access if the page has a live track connected to the same device; r=florian,gcp,smaug 2017-01-19 12:24:59 +08:00
Grid.webidl Bug 1300877 - Expose removed grid auto-fit tracks to devtools API. r=mats, r=ehsan 2016-09-21 11:49:29 -07:00
GroupedHistoryEvent.webidl Bug 1310771 - Part 2: Emit BrowserWillChangeProcess and BrowserChangedProcess when doing cross-frameloader navigations, r=smaug 2016-11-18 16:00:43 -05:00
HashChangeEvent.webidl
Headers.webidl Bug 1330699 part 9. Rename "MozMap" to "record" in our IDL parser and IDL files. r=qdot 2017-02-15 00:00:17 -05:00
HeapSnapshot.webidl
HiddenPluginEvent.webidl
History.webidl
HTMLAllCollection.webidl
HTMLAnchorElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLAppletElement.webidl
HTMLAreaElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLAudioElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLBaseElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLBodyElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLBRElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLButtonElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLCanvasElement.webidl Bug 1331925 - blob returns null if canvas width or height is zero. sr=smaug 2017-02-02 16:59:38 +08:00
HTMLCollection.webidl
HTMLContentElement.webidl Bug 1316347 - Only expose the HTMLShadowElement and HTMLContentElement interfaces when web components are enabled. r=smaug 2016-11-09 14:41:25 -08:00
HTMLDataElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLDataListElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLDetailsElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLDialogElement.webidl Bug 1322938 - Put <dialog> element behind preference. r=smaug 2016-12-23 16:01:50 +01:00
HTMLDirectoryElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLDivElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLDListElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLDocument.webidl Bug 1335368 part 3. Stop using IsCallerChrome in nsContentUtils::IsCutCopyAllowed(). r=smaug 2017-02-01 15:43:36 -05:00
HTMLElement.webidl Bug 1330457. Introduce DocumentAndElementEventHandlers to more closely align with the HTML spec. r=bkelly 2017-01-13 10:41:20 -05:00
HTMLEmbedElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLFieldSetElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLFontElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLFormControlsCollection.webidl
HTMLFormElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLFrameElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLFrameSetElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLHeadElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLHeadingElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLHRElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLHtmlElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLImageElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLInputElement.webidl Bug 1343037 part 16. Implement a version of nsTextEditorState::SetSelectionRange that takes a string for the direction. r=ehsan 2017-03-09 14:44:06 -05:00
HTMLLabelElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLLegendElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLLIElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLLinkElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLMapElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLMediaElement.webidl Bug 1345403 part 3 - Test element becomes tainted by DrawImage; r=jwwang,smaug 2017-03-08 20:22:05 +08:00
HTMLMenuElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLMenuItemElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLMetaElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLMeterElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLModElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLObjectElement.webidl Bug 1335368 part 7. Mostly stop using IsCallerChrome in nsObjectLoadingContent. r=bholley 2017-02-01 15:43:36 -05:00
HTMLOListElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLOptGroupElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLOptionElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLOptionsCollection.webidl
HTMLOutputElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLParagraphElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLParamElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLPictureElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLPreElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLProgressElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLQuoteElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLScriptElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLSelectElement.webidl Bug 1333353 - Implement getAutocompleteInfo() for select element. r=smaug 2017-03-14 02:28:00 -04:00
HTMLShadowElement.webidl Bug 1316347 - Only expose the HTMLShadowElement and HTMLContentElement interfaces when web components are enabled. r=smaug 2016-11-09 14:41:25 -08:00
HTMLSourceElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLSpanElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLStyleElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTableCaptionElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTableCellElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTableColElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTableElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTableRowElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTableSectionElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTemplateElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTextAreaElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTimeElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTitleElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTrackElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLUListElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLVideoElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
IDBCursor.webidl Bug 1271505 - Support of IDBCursor.continuePrimaryKey. r=khuey 2016-07-26 15:26:50 +08:00
IDBDatabase.webidl Bug 1271457 - Add use counters for non-standard IDB extensions. r=janv, r=qDot 2017-02-07 19:57:00 -05:00
IDBFactory.webidl Bug 1335368 part 14. Remove the use of IsCallerChrome in IDBFactory. r=smaug 2017-02-01 15:43:37 -05:00
IDBFileHandle.webidl
IDBFileRequest.webidl
IDBIndex.webidl
IDBKeyRange.webidl
IDBMutableFile.webidl Bug 1271457 - Add use counters for non-standard IDB extensions. r=janv, r=qDot 2017-02-07 19:57:00 -05:00
IDBObjectStore.webidl Bug 1271506 - Support of IDBObjectStore.getKey. r=khuey 2016-07-21 16:31:59 +08:00
IDBOpenDBRequest.webidl
IDBRequest.webidl
IDBTransaction.webidl
IDBVersionChangeEvent.webidl
IdleDeadline.webidl Backed out changeset eb2606332cb8 (bug 1198381) 2016-10-25 12:32:54 +02:00
IIRFilterNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
ImageBitmap.webidl Bug 1269052 part 1. Introduce the WindowOrWorkerGlobalScope mixin in webidl. r=bkelly 2016-10-10 15:09:00 -04:00
ImageBitmapRenderingContext.webidl Bug 1304767 - Deprecated ImageBitmapRenderingContext.transferImageBitmap. r=Ehsan 2016-10-07 17:14:34 +08:00
ImageCapture.webidl
ImageCaptureErrorEvent.webidl
ImageData.webidl
ImageDocument.webidl Bug 1311673 - Remove ImageDocument::ImageResizingEnabled. r=smaug 2016-11-03 11:34:16 +08:00
InputEvent.webidl
InspectorUtils.webidl
InstallTrigger.webidl Bug 1330699 part 9. Rename "MozMap" to "record" in our IDL parser and IDL files. r=qdot 2017-02-15 00:00:17 -05:00
IntersectionObserver.webidl Bug 1319137 - (intersection-observer) Add isIntersecting property to IntersectionObserverEntry r=mrbkap,mstange 2017-02-08 11:22:53 -08:00
IntlUtils.webidl Bug 1346084 - Expose mozIntl.getLocaleInfo to ChromeOrXBL. r=smaug 2017-03-14 20:38:00 +01:00
IterableIterator.webidl
KeyAlgorithm.webidl
KeyboardEvent.webidl
KeyEvent.webidl
KeyframeAnimationOptions.webidl Bug 1290914 - support Element.animate() on AnonymousContent nodes through the AnonymousContent.setAnimationForElement() method. r=bz 2016-09-08 22:38:53 +02:00
KeyframeEffect.webidl Bug 1216844 - Implement KeyframeEffect::SetComposite(). r=boris,smaug 2016-12-14 08:51:44 +09:00
KeyIdsInitData.webidl Bug 1308076 - Validate keyids json format. r=smaug 2016-10-06 17:57:08 +13:00
LegacyQueryInterface.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
LinkStyle.webidl
ListBoxObject.webidl
LocalMediaStream.webidl
Location.webidl Bug 1297393 - Make passing of subject principals to webidl entry points explicit - part 4 - Location, r=ehsan 2016-09-29 08:55:21 +02:00
MediaDeviceInfo.webidl
MediaDevices.webidl Bug 1335368 part 16. Remove the use of IsCallerChrome in GetUserMedia. r=jib 2017-02-01 15:43:38 -05:00
MediaElementAudioSourceNode.webidl Bug 1322883 - AudioNode constructors - part 16 - MediaElementAudioSourceNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaEncryptedEvent.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaError.webidl Bug 1322606: Don't hide MediaError::message behind a pref. r=Ehsan 2016-12-08 16:31:51 -10:00
MediaKeyError.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeyMessageEvent.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeys.webidl Bug 1337722 - Use BufferSource in webIDL, r=qdot 2017-02-09 10:37:54 +01:00
MediaKeySession.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeysRequestStatus.webidl Bug 1314445 - Remove unused enum values from MediaKeySystemStatus. r=smaug 2016-11-02 11:59:51 +13:00
MediaKeyStatusMap.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeySystemAccess.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaList.webidl
MediaQueryList.webidl
MediaRecorder.webidl
MediaSource.webidl Bug 1286722: [MSE] P1. Add mediasource event handler attributes. r=bz 2016-07-14 18:28:19 +10:00
MediaStream.webidl Bug 1208316 - Implement MediaStream.active. r=jib, r=smaug 2016-09-08 13:44:49 +02:00
MediaStreamAudioDestinationNode.webidl Bug 1322883 - AudioNode constructors - part 18 - MediaStreamAudioDestinationNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaStreamAudioSourceNode.webidl Bug 1322883 - AudioNode constructors - part 17 - MediaStreamAudioSourceNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaStreamError.webidl
MediaStreamEvent.webidl
MediaStreamList.webidl
MediaStreamTrack.webidl Bug 1335368 part 15. Remove the use of IsCallerChrome in ApplyConstraints. r=jib 2017-02-01 15:43:38 -05:00
MediaStreamTrackEvent.webidl Bug 1208328 - Implement MediaStream.onaddtrack. r=jib, r=smaug 2016-05-31 09:29:52 +02:00
MediaTrackConstraintSet.webidl
MediaTrackSettings.webidl Bug 1286096 - Wire up audio getSettings(). r=padenot,smaug 2016-07-16 15:33:54 -04:00
MediaTrackSupportedConstraints.webidl
MenuBoxObject.webidl
MessageChannel.webidl
MessageEvent.webidl Bug 1311324 P1 Update the MessageEvent webidl and implementation class. r=bz 2017-03-09 20:50:13 -05:00
MessagePort.webidl Bug 1336020 - transferables should be arrays of objects, r=smaug 2017-02-03 11:00:38 +01:00
MimeType.webidl
MimeTypeArray.webidl Bug 1324035 part 2. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsMimeTypeArray. r=qdot 2016-12-17 00:25:52 -05:00
MouseEvent.webidl Bug 1289642 - Remove prefixed PointerLock API. r=smaug 2016-12-19 12:40:02 +11:00
MouseScrollEvent.webidl
moz.build Bug 1333990: Part 1a - Add an async script pre-loading utility. r=billm,shu 2017-03-16 19:10:40 -07:00
MozApplicationEvent.webidl
MozPowerManager.webidl
MozSelfSupport.webidl
MozTimeManager.webidl
MozWakeLock.webidl
MutationEvent.webidl
MutationObserver.webidl
NamedNodeMap.webidl
NativeOSFileInternals.webidl
Navigator.webidl Bug 1299500 - Get rid of DeviceStorage API - part 4 - Navigator, r=ehsan 2017-03-08 20:15:44 +01:00
NetDashboard.webidl
NetworkInformation.webidl Bug 1323172 - Expose NetworkInformation interface to workers, r=bkelly 2016-12-16 08:50:23 +01:00
NetworkOptions.webidl
Node.webidl Bug 1335368 part 5. Stop using IsCallerChrome in nsINode. r=bholley 2017-02-01 15:43:36 -05:00
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl Bug 1290636. Expose iterator stuff on NodeList and DOMStringList. r=qdot 2016-07-30 01:00:18 -04:00
Notification.webidl Bug 1333117. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend, since our build system doesn't really support correct dep builds if they're placed in a different file. r=qdot 2017-01-24 16:11:30 -05:00
NotificationEvent.webidl Bug 1333117. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend, since our build system doesn't really support correct dep builds if they're placed in a different file. r=qdot 2017-01-24 16:11:30 -05:00
NotifyPaintEvent.webidl Bug 1334957 part 2. Remove all the accessors from the XPCOM interface for NotifyPaintEvent. r=smaug 2017-02-02 12:48:48 -05:00
OfflineAudioCompletionEvent.webidl Bug 1324537 - Implement the OfflineAudioCompletionEvent constructor, r=smaug 2016-12-20 10:41:30 +01:00
OfflineAudioContext.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
OfflineResourceList.webidl Bug 1333480. Disallow indexed getters on interfaces without an integer-typed 'length' attribute. r=qdot 2017-01-24 16:11:33 -05:00
OffscreenCanvas.webidl
OscillatorNode.webidl Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
PageTransitionEvent.webidl
PaintRequest.webidl
PaintRequestList.webidl
PaintWorkletGlobalScope.webidl Bug 1323948 - PaintWorkletGlobalScope, r=smaug 2016-12-16 22:21:51 +01:00
PannerNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
ParentNode.webidl
PeerConnectionImpl.webidl Bug 1319542 - Update RTCDataChannelInit to spec, and remove support for old deprecated values. r=jesup,mrbkap 2016-11-22 16:13:04 -05:00
PeerConnectionImplEnums.webidl
PeerConnectionObserver.webidl Bug 1291715 - Add RTCDTMFSender and RTCDTMFToneChangeEvent to webidl; r=smaug 2016-09-14 08:53:23 -04:00
PeerConnectionObserverEnums.webidl
Performance.webidl Bug 1344669 - Remove Performance::IsEnabled, r=qdot 2017-03-07 08:50:40 +01:00
PerformanceEntry.webidl
PerformanceEntryEvent.webidl
PerformanceMark.webidl
PerformanceMeasure.webidl
PerformanceNavigation.webidl
PerformanceObserver.webidl
PerformanceObserverEntryList.webidl
PerformanceResourceTiming.webidl
PerformanceTiming.webidl
PeriodicWave.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Permissions.webidl Bug 1270038 - Add permission 'persistent-storage' for StorageManager, r=baku 2016-12-16 18:00:53 +08:00
PermissionStatus.webidl
Plugin.webidl Bug 1270366. PluginArray and Plugin should have unenumerable named properties. r=bkelly 2016-08-31 10:57:40 -04:00
PluginArray.webidl Bug 1324035 part 3. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsPluginArray. r=qdot 2016-12-17 00:25:52 -05:00
PluginCrashedEvent.webidl
PointerEvent.webidl Bug 1292064 - [Pointer Event] Add digitizer/pen tangential (barrel) pressure and twist. r=smaug 2017-02-09 10:49:00 +08:00
PopStateEvent.webidl
PopupBlockedEvent.webidl
PopupBoxObject.webidl
Position.webidl
PositionError.webidl
PrecompiledScript.webidl Bug 1333990: Part 1a - Add an async script pre-loading utility. r=billm,shu 2017-03-16 19:10:40 -07:00
Presentation.webidl Bug 1314229 - return undefined/null for defaultRequest/receiver if not in corresponding UA or context. r=smaug. 2016-11-02 17:53:31 +08:00
PresentationAvailability.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationConnection.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationConnectionAvailableEvent.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationConnectionCloseEvent.webidl Bug 1291971 - Part 1, enable controller idlharness test. r=smaug. 2016-10-04 00:22:34 +02:00
PresentationConnectionList.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationDeviceInfoManager.webidl
PresentationReceiver.webidl Bug 1332713 part 2. Disallow [SameObject] Promise-typed attributes. r=qdot 2017-01-27 18:53:36 -05:00
PresentationRequest.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
ProcessingInstruction.webidl
ProfileTimelineMarker.webidl
ProgressEvent.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
Promise.webidl Bug 1323721 part 12. Create a separate IDLPromiseType; stop treating Promise as an interface altogether. r=qdot 2016-12-19 15:38:44 -08:00
PromiseDebugging.webidl Bug 1322920 - Remove DOM Promise implementation. r=bz 2016-12-14 17:11:48 +01:00
PushEvent.webidl
PushManager.webidl Bug 1337348 - Ensure array buffers and Base64-encoded strings can be passed as app server keys. r=baku 2017-02-07 13:56:01 -08:00
PushMessageData.webidl
PushSubscription.webidl
PushSubscriptionOptions.webidl Bug 1285311 - Mark PushSubscriptionOptions.applicationServerKey as [SameObject]. r=baku 2016-07-07 10:14:25 -07:00
RadioNodeList.webidl Bug 1317367 part 4. Pass an explicit CallerType to HTMLInputElement::GetValueInternal. r=smaug 2016-11-15 12:46:32 -05:00
Range.webidl Bug 1318312 part.2 Mark Selection as "called by JS" when every Selection API which may cause changing selection is called by JS r=smaug 2017-03-10 16:55:12 +09:00
RecordErrorEvent.webidl
Rect.webidl
Request.webidl Bug 1264792 - Update request'referrer policy when redirect.r=bkelly,dragana. 2016-11-14 15:15:32 +08:00
Response.webidl Bug 1292293 - Part 2: Remove custom default ByteString handling logic from ResponseInit, r=bz 2016-08-05 17:47:43 -04:00
RGBColor.webidl
RTCCertificate.webidl Bug 1312306 - Update expires handling on RTCCertificate to match spec, r=bkelly,jib 2016-10-24 14:11:43 +11:00
RTCConfiguration.webidl Bug 1312304: Remove ICE policy "none". r=drno,smaug 2016-10-24 13:36:56 -05:00
RTCDataChannelEvent.webidl
RTCDTMFSender.webidl Bug 1308298 - Remove duration and interToneGap attributes from RTCDTMFSender; r=jib,smaug 2016-10-11 14:05:08 -04:00
RTCDTMFToneChangeEvent.webidl Bug 1291715 - Add RTCDTMFSender and RTCDTMFToneChangeEvent to webidl; r=smaug 2016-09-14 08:53:23 -04:00
RTCIceCandidate.webidl Bug 1263312 - Update RTCIceCandidate to spec. r=drno,smaug 2016-11-08 20:22:40 -05:00
RTCIdentityAssertion.webidl
RTCIdentityProvider.webidl
RTCPeerConnection.webidl Bug 1324169 - VoidFunction should be moved to Function.webidl for Worklet global scopes, r=me 2016-12-17 07:19:50 +01:00
RTCPeerConnectionIceEvent.webidl
RTCPeerConnectionStatic.webidl
RTCRtpReceiver.webidl
RTCRtpSender.webidl Bug 1291715 - Add pref for DTMF; r=jib,smaug 2016-09-20 07:10:17 -04:00
RTCSessionDescription.webidl Bug 1313966 - Add deprecation warnings to writable RTCSessionDescription. r=drno,smaug 2016-11-08 17:50:24 -05:00
RTCStatsReport.webidl Bug 1322503 - Hyphenate rtc stats type as per spec. r=jib,smaug 2016-12-16 01:27:40 -08:00
RTCTrackEvent.webidl
Screen.webidl Bug 1325016 part 2. Switch ScreenOrientation's deviceType getter to use the caller-type version of ResistFingerprinting. r=bkelly 2016-12-22 11:05:54 -08:00
ScreenOrientation.webidl Bug 1325016 part 5. Switch ScreenOrientation's angle getter to use the caller-type version of ResistFingerprinting. r=bkelly 2016-12-22 11:05:55 -08:00
ScriptProcessorNode.webidl Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
ScrollAreaEvent.webidl
ScrollBoxObject.webidl
ScrollViewChangeEvent.webidl
SecureElement.webidl
SecureElementManager.webidl
Selection.webidl Bug 1318312 part.2 Mark Selection as "called by JS" when every Selection API which may cause changing selection is called by JS r=smaug 2017-03-10 16:55:12 +09:00
ServiceWorker.webidl Bug 1336020 - transferables should be arrays of objects, r=smaug 2017-02-03 11:00:38 +01:00
ServiceWorkerContainer.webidl Bug 1332713 part 2. Disallow [SameObject] Promise-typed attributes. r=qdot 2017-01-27 18:53:36 -05:00
ServiceWorkerGlobalScope.webidl Bug 1333117. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend, since our build system doesn't really support correct dep builds if they're placed in a different file. r=qdot 2017-01-24 16:11:30 -05:00
ServiceWorkerRegistration.webidl Bug 1333117. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend, since our build system doesn't really support correct dep builds if they're placed in a different file. r=qdot 2017-01-24 16:11:30 -05:00
SettingChangeNotification.webidl
ShadowRoot.webidl
SharedWorker.webidl
SharedWorkerGlobalScope.webidl Bug 1336043 - close() should be in DedicatedWorkerGlobalScope and SharedWorkerGlobalScope only, r=bkelly 2017-02-03 08:35:19 +01:00
SimpleGestureEvent.webidl
SocketCommon.webidl
SourceBuffer.webidl Bug 1286722: [MSE] P1. Add mediasource event handler attributes. r=bz 2016-07-14 18:28:19 +10:00
SourceBufferList.webidl Bug 1286722: [MSE] P1. Add mediasource event handler attributes. r=bz 2016-07-14 18:28:19 +10:00
SpeechGrammar.webidl
SpeechGrammarList.webidl
SpeechRecognition.webidl Bug 1335368 part 16. Remove the use of IsCallerChrome in GetUserMedia. r=jib 2017-02-01 15:43:38 -05:00
SpeechRecognitionAlternative.webidl
SpeechRecognitionError.webidl
SpeechRecognitionEvent.webidl
SpeechRecognitionResult.webidl
SpeechRecognitionResultList.webidl
SpeechSynthesis.webidl
SpeechSynthesisErrorEvent.webidl
SpeechSynthesisEvent.webidl Bug 1318137 - Added charLength to speech synth boundary events. r=m_kato,smaug 2016-11-16 17:22:36 -08:00
SpeechSynthesisUtterance.webidl
SpeechSynthesisVoice.webidl
StereoPannerNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Storage.webidl Bug 1306248 - Use NeedsSubjectPrincipal in DOMStorage, r=ehsan 2016-10-03 16:10:27 +02:00
StorageEvent.webidl
StorageManager.webidl Bug 1268804 Part 1: Enable SecureContext for Storage API, r=baku 2017-03-07 16:28:28 +08:00
StorageType.webidl
StyleRuleChangeEvent.webidl Bug 851892 part 9. Add a CSSRule Web IDL interface. r=peterv,heycam 2017-01-13 10:41:03 -05:00
StyleSheet.webidl Bug 851892 part 9. Add a CSSRule Web IDL interface. r=peterv,heycam 2017-01-13 10:41:03 -05:00
StyleSheetApplicableStateChangeEvent.webidl
StyleSheetChangeEvent.webidl
StyleSheetList.webidl
SubtleCrypto.webidl
SVGAElement.webidl
SVGAngle.webidl
SVGAnimatedAngle.webidl
SVGAnimatedBoolean.webidl
SVGAnimatedEnumeration.webidl
SVGAnimatedInteger.webidl
SVGAnimatedLength.webidl
SVGAnimatedLengthList.webidl
SVGAnimatedNumber.webidl
SVGAnimatedNumberList.webidl
SVGAnimatedPathData.webidl
SVGAnimatedPoints.webidl
SVGAnimatedPreserveAspectRatio.webidl
SVGAnimatedRect.webidl
SVGAnimatedString.webidl
SVGAnimatedTransformList.webidl
SVGAnimateElement.webidl
SVGAnimateMotionElement.webidl
SVGAnimateTransformElement.webidl
SVGAnimationElement.webidl
SVGCircleElement.webidl
SVGClipPathElement.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGComponentTransferFunctionElement.webidl
SVGDefsElement.webidl
SVGDescElement.webidl
SVGElement.webidl Bug 1330457. Introduce DocumentAndElementEventHandlers to more closely align with the HTML spec. r=bkelly 2017-01-13 10:41:20 -05:00
SVGEllipseElement.webidl
SVGFEBlendElement.webidl
SVGFEColorMatrixElement.webidl
SVGFEComponentTransferElement.webidl
SVGFECompositeElement.webidl
SVGFEConvolveMatrixElement.webidl
SVGFEDiffuseLightingElement.webidl
SVGFEDisplacementMapElement.webidl
SVGFEDistantLightElement.webidl
SVGFEDropShadowElement.webidl
SVGFEFloodElement.webidl
SVGFEFuncAElement.webidl
SVGFEFuncBElement.webidl
SVGFEFuncGElement.webidl
SVGFEFuncRElement.webidl
SVGFEGaussianBlurElement.webidl
SVGFEImageElement.webidl
SVGFEMergeElement.webidl
SVGFEMergeNodeElement.webidl
SVGFEMorphologyElement.webidl
SVGFEOffsetElement.webidl
SVGFEPointLightElement.webidl
SVGFESpecularLightingElement.webidl
SVGFESpotLightElement.webidl
SVGFETileElement.webidl
SVGFETurbulenceElement.webidl
SVGFilterElement.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGFilterPrimitiveStandardAttributes.webidl
SVGFitToViewBox.webidl
SVGForeignObjectElement.webidl
SVGGElement.webidl
SVGGeometryElement.webidl Bug 1239100 - Implement SVGGeometryElement interface. r=cam r=peterv 2016-12-18 11:11:47 +00:00
SVGGradientElement.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGGraphicsElement.webidl
SVGImageElement.webidl
SVGLength.webidl
SVGLengthList.webidl
SVGLinearGradientElement.webidl
SVGLineElement.webidl
SVGMarkerElement.webidl
SVGMaskElement.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGMatrix.webidl
SVGMetadataElement.webidl
SVGMPathElement.webidl
SVGNumber.webidl
SVGNumberList.webidl
SVGPathElement.webidl Bug 1239100 - Implement SVGGeometryElement interface. r=cam r=peterv 2016-12-18 11:11:47 +00:00
SVGPathSeg.webidl
SVGPathSegList.webidl
SVGPatternElement.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGPoint.webidl
SVGPointList.webidl
SVGPolygonElement.webidl
SVGPolylineElement.webidl
SVGPreserveAspectRatio.webidl
SVGRadialGradientElement.webidl
SVGRect.webidl
SVGRectElement.webidl
SVGScriptElement.webidl
SVGSetElement.webidl
SVGStopElement.webidl
SVGStringList.webidl
SVGStyleElement.webidl
SVGSVGElement.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGSwitchElement.webidl
SVGSymbolElement.webidl
SVGTests.webidl
SVGTextContentElement.webidl
SVGTextElement.webidl
SVGTextPathElement.webidl
SVGTextPositioningElement.webidl
SVGTitleElement.webidl
SVGTransform.webidl
SVGTransformList.webidl
SVGTSpanElement.webidl
SVGUnitTypes.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGUnitTypeValues.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGURIReference.webidl
SVGUseElement.webidl
SVGViewElement.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGZoomAndPan.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGZoomAndPanValues.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGZoomEvent.webidl
TCPServerSocket.webidl
TCPServerSocketEvent.webidl
TCPSocket.webidl Bug 1104156 - TCPSocket doesn't close output stream until all buffered streams in the multiplex stream are sent. r=jdm, r=bkelly 2016-08-04 14:36:06 -04:00
TCPSocketErrorEvent.webidl
TCPSocketEvent.webidl
TestFunctions.webidl Bug 1334537. Make sure to clear out our external string cache if the length doesn't match, since our length no longer needs to match our stringbuffer. r=froydnj 2017-02-01 15:29:47 -05:00
TestInterfaceJS.webidl Bug 1330699 part 9. Rename "MozMap" to "record" in our IDL parser and IDL files. r=qdot 2017-02-15 00:00:17 -05:00
TestInterfaceJSDictionaries.webidl
TestInterfaceJSMaplikeSetlikeIterable.webidl Bug 1289315 - Tests for Iterable<> Union Types in WebIDL Interfaces; r=bz 2016-07-27 09:48:59 -07:00
Text.webidl
TextClause.webidl Bug 1275473 - Implement CompositionEvent.ranges. r=masayuki, r=smaug 2016-07-26 12:09:07 +02:00
TextDecoder.webidl
TextEncoder.webidl
TextTrack.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
TextTrackCue.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
TextTrackCueList.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
TextTrackList.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
ThreadSafeChromeUtils.webidl
TimeEvent.webidl
TimeRanges.webidl
Touch.webidl Bug 1317759. Remove LegacyIsCallerChromeOrNativeCode use in Event::GetScreenCoords in favor or caller type checks at the entrypoints where we really care about pretending that our screen is client-area sized. r=smaug 2016-11-16 14:10:22 -05:00
TouchEvent.webidl
TouchList.webidl
TrackEvent.webidl
TransitionEvent.webidl
TreeBoxObject.webidl
TreeColumn.webidl
TreeColumns.webidl
TreeWalker.webidl
U2F.webidl Bug 1309284 - Implement W3C Web Authentication JS API [part 1] r=keeler,qdot 2017-01-09 13:22:49 -07:00
UDPMessageEvent.webidl
UDPSocket.webidl
UIEvent.webidl Bug 1298970 - Move UIEvent.cancelBubble to Event. r=smaug 2016-11-29 10:28:21 +08:00
URL.webidl Bug 1337702 - Implement URL's toJSON(), r=smaug 2017-02-09 13:18:40 +01:00
URLSearchParams.webidl Bug 1331580 - Construct URLSearchParams from record<>, r=qdot 2017-03-02 21:48:51 +01:00
UserProximityEvent.webidl
ValidityState.webidl Bug 932755 - Add support for input/textarea minLength and tooShort. r=mrbkap 2016-08-17 00:11:24 -04:00
VideoPlaybackQuality.webidl
VideoStreamTrack.webidl
VideoTrack.webidl
VideoTrackList.webidl
VRDisplay.webidl Bug 1254776 - VRDisplay.requestPresent must succeed only when called from a user-gesture or trusted event,r=qdot 2017-03-07 16:04:12 -08:00
VRDisplayEvent.webidl Bug 1293333 - Part 1: Implement window.onvrdisplayactivate and window.onvrdisplaydeactivate events r=daoshengmu,Ehsan 2016-10-18 18:18:10 -04:00
VRServiceTest.webidl Bug 1323328 - Part 1: Implement VRServiceTest for helping insert VR test data; r=baku,kip 2017-03-01 18:33:28 +08:00
VTTCue.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
VTTRegion.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
WaveShaperNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
WebAuthentication.webidl Bug 1333084 - Add WebAuthn to test_interfaces r=bz 2017-01-23 09:20:56 -07:00
WebComponents.webidl
WebGL2RenderingContext.webidl Bug 1335368 part 9. Stop using IsCallerChrome in WebGL. r=bholley 2017-02-01 15:43:37 -05:00
WebGLContextEvent.webidl
WebGLRenderingContext.webidl Bug 1335296 - Expand about:support WebGL information. - r=qdot,daoshengmu,jrmuizel 2017-02-02 16:50:19 -08:00
WebKitCSSMatrix.webidl
WebrtcDeprecated.webidl
WebrtcGlobalInformation.webidl
WebSocket.webidl Bug 1286281 - Part 2: Add static chrome-only method to create server-side WebSocket to WebIDL r=baku 2016-07-29 07:01:00 -07:00
WheelEvent.webidl
WidevineCDMManifest.webidl
Window.webidl Bug 1346819 - Port SanitizeAsBCP47 to LocaleService. r=baku,jfkthame 2017-03-13 08:31:43 -07:00
WindowOrWorkerGlobalScope.webidl Bug 1306170 part 6. Implement WindowOrWorkerGlobalScope.origin. r=bkelly 2017-02-13 16:06:47 -05:00
WindowRoot.webidl
Worker.webidl Bug 1336020 - transferables should be arrays of objects, r=smaug 2017-02-03 11:00:38 +01:00
WorkerDebuggerGlobalScope.webidl
WorkerGlobalScope.webidl Bug 1336043 - close() should be in DedicatedWorkerGlobalScope and SharedWorkerGlobalScope only, r=bkelly 2017-02-03 08:35:19 +01:00
WorkerLocation.webidl
WorkerNavigator.webidl Bug 1323172 - Expose NetworkInformation interface to workers, r=bkelly 2016-12-16 08:50:23 +01:00
Worklet.webidl Bug 1335368 part 12. Remove the use of IsCallerChrome in FetchRequest. r=bkelly 2017-02-01 15:43:37 -05:00
WorkletGlobalScope.webidl Bug 1322858 - Implement AudioWorkletGlobalScope - main-thread only - not meant to be exposed yet, r=smaug 2016-12-14 14:43:26 +01:00
XMLDocument.webidl Bug 1335368 part 19. Get rid of IsCallerChrome in XMLDocument::Load. r=bholley 2017-02-01 15:43:38 -05:00
XMLHttpRequest.webidl Bug 1333337 - Use USVString in XHR, r=smaug 2017-01-24 09:23:11 +01:00
XMLHttpRequestEventTarget.webidl Bug 1257037 part 13. Get rid of the concept of worker vs non-worker descriptors. r=khuey 2016-07-08 00:37:55 -04:00
XMLHttpRequestUpload.webidl
XMLSerializer.webidl
XMLStylesheetProcessingInstruction.webidl
XPathEvaluator.webidl
XPathExpression.webidl
XPathNSResolver.webidl
XPathResult.webidl
XSLTProcessor.webidl Bug 1335368 part 20. Get rid of IsCallerChrome in XSLT. r=froydnj 2017-02-01 15:43:53 -05:00
XULCommandEvent.webidl
XULDocument.webidl
XULElement.webidl Bug 1332812. Remove some more unused or nearly-unused nsIDOMElement bits. r=froydnj 2017-02-02 10:32:58 -05:00