gecko-dev/dom/webidl
Michael Froman c526c139fc Bug 1358224 - pt 1 - addRIDExtension and addRIDFilter chrome-only API for RID (RTP Stream Id) filtering of receive tracks. r=qdot
The simulcast mochitests exhibit an intermittent failure due to ssrc-based
filtering that can be solved by filtering by RID.  The RTP header parser
used in MediaPipeline also needs to have the RID RTP header extension
specified in order for it to properly parse the RTP header and allow
filtering on RID.

MozReview-Commit-ID: E54HCGLVYDk

--HG--
extra : rebase_source : b53085f23cb6558611aa7622f55637e19439c9c3
2017-04-26 10:01:07 -05:00
..
APZTestData.webidl
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
Animation.webidl
AnimationEffectReadOnly.webidl
AnimationEffectTiming.webidl
AnimationEffectTimingReadOnly.webidl
AnimationEvent.webidl
AnimationPlaybackEvent.webidl
AnimationTimeline.webidl
AnonymousContent.webidl Backed out changeset 39ee9556d4a0 (bug 1346623) 2017-03-17 08:18:53 +01:00
AppInfo.webidl
AppNotificationServiceOptions.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
AudioContext.webidl Bug 1358061 - remove moz-audiochannel codes for media element and web audio. r=baku 2017-04-26 12:02:32 +08:00
AudioDestinationNode.webidl
AudioListener.webidl
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
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 1048325 - Remove blob.close()/isClosed comments from Blob.webidl, r=qdot 2017-04-25 22:25:23 +02: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
CDATASection.webidl
CSPDictionaries.webidl
CSPReport.webidl
CSS.webidl
CSS2Properties.webidl.in
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 1358018. Make the second arg of CSSOM insertRule methods optional. r=heycam 2017-04-20 17:55:46 -04: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 1358018. Make the second arg of CSSOM insertRule methods optional. r=heycam 2017-04-20 17:55:46 -04: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
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
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 Bug 1251198 - Remove various obsolete events from document.createEvent r=smaug 2017-04-20 15:45:37 +03:00
Comment.webidl
CompositionEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
Console.webidl Bug 1357473 - Update Console to the latest spec - part 6 - Console.count(), r=bgrins 2017-04-20 13:52:41 +02: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
CustomElementRegistry.webidl Bug 1309147 - Part 4: Add CEReactions for CustomElementRegistry. r=bz 2017-03-30 18:58:48 +08:00
CustomEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
DOMCursor.webidl
DOMError.webidl
DOMException.webidl
DOMImplementation.webidl
DOMMatrix.webidl
DOMParser.webidl
DOMPoint.webidl
DOMQuad.webidl
DOMRect.webidl Bug 1354047 - Allocate DOMRect and DOMRectReadOnly wrappers from nursery, r=qDot 2017-04-11 00:02:00 +03:00
DOMRectList.webidl
DOMRequest.webidl
DOMStringList.webidl
DOMStringMap.webidl
DOMTokenList.webidl
DataChannel.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
DataTransferItemList.webidl
DecoderDoctorNotification.webidl Bug 1343442 - Decode-error/warning webidl notification types and data - r=smaug 2017-03-22 16:13:41 +11: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 Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
DeviceOrientationEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
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 1251198 - Remove various obsolete events from document.createEvent r=smaug 2017-04-20 15:45:37 +03:00
DocumentFragment.webidl
DocumentTimeline.webidl
DocumentType.webidl
DominatorTree.webidl
DragEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
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 1352746 - Rename ProbablyShortLivingObject to ProbablyShortLivingWrapper in webidl, r=qDot 2017-04-11 00:01:29 +03: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
FetchController.webidl Bug 1341738 - Implement FetchController and FetObserver - part 1 - FetchController in WebIDL, r=bkelly 2017-03-22 11:04:57 +01:00
FetchEvent.webidl
FetchObserver.webidl Bug 1341738 - Implement FetchController and FetObserver - part 4 - FetchObserver WebIDL, r=bkelly 2017-03-22 11:06:23 +01:00
FetchSignal.webidl Bug 1341738 - Implement FetchController and FetObserver - part 1 - FetchController in WebIDL, r=bkelly 2017-03-22 11:04:57 +01:00
File.webidl Bug 1344957 - Enabling File.createFromNsIFile and File.createFromFileName only for testing and file-content-process, r=ehsan, r=bobowen 2017-03-21 11:11:06 +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
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
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 1336002 - Part 1: Support button touched in the Gamepad API; r=qdot 2017-04-06 18:36:46 +08:00
GamepadAxisMoveEvent.webidl
GamepadButtonEvent.webidl
GamepadEvent.webidl
GamepadHapticActuator.webidl Bug 1299937 - Part 1: Implement GamepadHapticActuator in Gamepad API; r=qdot 2017-02-02 14:30:58 +08:00
GamepadPose.webidl Bug 1299937 - Part 1: Implement GamepadHapticActuator in Gamepad API; r=qdot 2017-02-02 14:30:58 +08:00
GamepadServiceTest.webidl Bug 1336002 - Part 1: Support button touched in the Gamepad API; r=qdot 2017-04-06 18:36:46 +08: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
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
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
HTMLBRElement.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
HTMLButtonElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLCanvasElement.webidl Bug 1318565 - Allow extensions with permission to read from tainted Canvas r=bz 2017-04-07 21:32:18 +02: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
HTMLDListElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01: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
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
HTMLHRElement.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
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 1346085 - Part 2: Set input element's focus state when inner fields are focused/blurred. r=smaug 2017-04-05 15:02:30 +08:00
HTMLLIElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01: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
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 1358061 - remove moz-audiochannel codes for media element and web audio. r=baku 2017-04-26 12:02:32 +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
HTMLOListElement.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
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 Bug 1340483 - Part 2. Expose chrome-only previewValue attribute. r=baku,heycam 2017-03-21 00:08:01 +08: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
HashChangeEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
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
IDBCursor.webidl
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
IDBOpenDBRequest.webidl
IDBRequest.webidl
IDBTransaction.webidl
IDBVersionChangeEvent.webidl
IIRFilterNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
IdleDeadline.webidl Backed out changeset eb2606332cb8 (bug 1198381) 2016-10-25 12:32:54 +02:00
ImageBitmap.webidl
ImageBitmapRenderingContext.webidl
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 1352746 - Rename ProbablyShortLivingObject to ProbablyShortLivingWrapper in webidl, r=qDot 2017-04-11 00:01:29 +03:00
IntlUtils.webidl Bug 1346084 - Expose mozIntl.getLocaleInfo to ChromeOrXBL. r=smaug 2017-03-14 20:38:00 +01:00
IterableIterator.webidl
KeyAlgorithm.webidl
KeyEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
KeyIdsInitData.webidl
KeyboardEvent.webidl Bug 1352949 Remove dom.keyboardevent.code.enabled r=smaug 2017-04-03 18:04:27 +09:00
KeyframeAnimationOptions.webidl
KeyframeEffect.webidl Bug 1357631 - Drop comments about updating the type of `target` arguments/members in KeyframeEffect(ReadOnly); r=bz DONTBUILD 2017-04-19 12:56:25 +09: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 Bug 1359211 - Handle touch-scrolling of XUL <listbox> in JS. r=bz,dao,kats 2017-04-24 17:12:21 -04:00
LocalMediaStream.webidl
Location.webidl
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
MediaKeySession.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08: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
MediaKeys.webidl Bug 1337722 - Use BufferSource in webIDL, r=qdot 2017-02-09 10:37:54 +01:00
MediaKeysRequestStatus.webidl Bug 1314445 - Remove unused enum values from MediaKeySystemStatus. r=smaug 2016-11-02 11:59:51 +13:00
MediaList.webidl
MediaQueryList.webidl Bug 1354441 - Update MediaQueryList to the latest version of the spec, r=jwatt 2017-04-10 16:29:06 +02:00
MediaQueryListEvent.webidl Bug 1354441 - Update MediaQueryList to the latest version of the spec, r=jwatt 2017-04-10 16:29:06 +02:00
MediaRecorder.webidl
MediaSource.webidl
MediaStream.webidl
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
MediaTrackConstraintSet.webidl
MediaTrackSettings.webidl
MediaTrackSupportedConstraints.webidl
MenuBoxObject.webidl
MessageChannel.webidl
MessageEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03: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 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
MouseScrollEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
MozApplicationEvent.webidl
MozPowerManager.webidl
MozSelfSupport.webidl
MozTimeManager.webidl
MozWakeLock.webidl
MutationEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
MutationObserver.webidl Bug 1352746 - Rename ProbablyShortLivingObject to ProbablyShortLivingWrapper in webidl, r=qDot 2017-04-11 00:01:29 +03:00
NamedNodeMap.webidl
NativeOSFileInternals.webidl
Navigator.webidl Bug 1357649 - Remove remnants of AudioChannelManager. r=bz 2017-04-19 15:55:28 +09: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
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 1358224 - pt 1 - addRIDExtension and addRIDFilter chrome-only API for RID (RTP Stream Id) filtering of receive tracks. r=qdot 2017-04-26 10:01:07 -05:00
PeerConnectionImplEnums.webidl
PeerConnectionObserver.webidl
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
PermissionStatus.webidl
Permissions.webidl Bug 1270038 - Add permission 'persistent-storage' for StorageManager, r=baku 2016-12-16 18:00:53 +08:00
Plugin.webidl
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: Follow-up: Clarify documentation for PrecompiledScript bindings. r=bz 2017-03-17 13:58:00 -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
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
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
RTCDTMFSender.webidl Bug 1308298 - Remove duration and interToneGap attributes from RTCDTMFSender; r=jib,smaug 2016-10-11 14:05:08 -04:00
RTCDTMFToneChangeEvent.webidl
RTCDataChannelEvent.webidl
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 1358224 - pt 1 - addRIDExtension and addRIDFilter chrome-only API for RID (RTP Stream Id) filtering of receive tracks. r=qdot 2017-04-26 10:01:07 -05:00
RTCPeerConnectionIceEvent.webidl
RTCPeerConnectionStatic.webidl
RTCRtpReceiver.webidl
RTCRtpSender.webidl
RTCSessionDescription.webidl Bug 1313966 - Add deprecation warnings to writable RTCSessionDescription. r=drno,smaug 2016-11-08 17:50:24 -05:00
RTCStatsReport.webidl Bug 1348657 - implement framesEncoded, pliCount, nackCount and firCount for webrtc stats r=jib,smaug 2017-03-21 21:52:06 -07:00
RTCTrackEvent.webidl
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 1341738 - Implement FetchController and FetObserver - part 4 - FetchObserver WebIDL, r=bkelly 2017-03-22 11:06:23 +01:00
Response.webidl
SVGAElement.webidl
SVGAngle.webidl
SVGAnimateElement.webidl
SVGAnimateMotionElement.webidl
SVGAnimateTransformElement.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
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
SVGLineElement.webidl
SVGLinearGradientElement.webidl
SVGMPathElement.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
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
SVGSVGElement.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGScriptElement.webidl
SVGSetElement.webidl
SVGStopElement.webidl
SVGStringList.webidl
SVGStyleElement.webidl
SVGSwitchElement.webidl
SVGSymbolElement.webidl
SVGTSpanElement.webidl
SVGTests.webidl
SVGTextContentElement.webidl
SVGTextElement.webidl
SVGTextPathElement.webidl
SVGTextPositioningElement.webidl
SVGTitleElement.webidl
SVGTransform.webidl
SVGTransformList.webidl
SVGURIReference.webidl
SVGUnitTypeValues.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
SVGUnitTypes.webidl Bug 1241898 - Make SVGUnitTypes [NoInterfaceObject]. r=cam r=peterv 2016-10-23 22:20:11 +01:00
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
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
ScrollAreaEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
ScrollBoxObject.webidl
ScrollViewChangeEvent.webidl
SecureElement.webidl
SecureElementManager.webidl
Selection.webidl Bug 1359387 - Support Selection.empty()/setPosition() r=masayuki,smaug 2017-04-25 15:49:27 +03:00
ServiceWorker.webidl Bug 1336020 - transferables should be arrays of objects, r=smaug 2017-02-03 11:00:38 +01:00
ServiceWorkerContainer.webidl Bug 1353638 - P1: Hide useCache registrationOptions. r=bkelly 2017-04-05 23:42:50 +08: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 Bug 1251198 - Remove various obsolete events from document.createEvent r=smaug 2017-04-20 15:45:37 +03:00
SocketCommon.webidl
SourceBuffer.webidl
SourceBufferList.webidl
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
StorageEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
StorageManager.webidl Bug 1286717 - Part 1: Expose persist/persisted to StorageManager, r=janv, r=baku 2017-04-17 15:06:27 +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
TCPServerSocket.webidl
TCPServerSocketEvent.webidl
TCPSocket.webidl
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
Text.webidl
TextClause.webidl
TextDecoder.webidl
TextEncoder.webidl
TextTrack.webidl
TextTrackCue.webidl
TextTrackCueList.webidl
TextTrackList.webidl
ThreadSafeChromeUtils.webidl Bug 1350435 - Compute snapshot ID in the parent process. r=fitzgen,smaug 2017-03-24 10:34:44 -07:00
TimeEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
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 Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
TouchList.webidl
TrackEvent.webidl
TransitionEvent.webidl
TreeBoxObject.webidl Bug 1356440 - Favicons of bookmarks views don't update on visit. r=mrbkap,past,enndeakin 2017-04-19 11:41:49 +02:00
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 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03: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
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 Backed out the accidental backout of the backout of 3 changesets (bug 1311802). r=backout/reland 2017-03-31 10:11:19 +02:00
VTTCue.webidl
VTTRegion.webidl
ValidityState.webidl
VideoPlaybackQuality.webidl
VideoStreamTrack.webidl
VideoTrack.webidl
VideoTrackList.webidl
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 Backed out changeset 773f5b2cb868 (bug 1355430) for unexpectedly passing own test dom/canvas/test/webgl-mochitest/test_video_fastpath_mp4.html on Windows. r=backout 2017-04-18 21:09:25 +02:00
WebKitCSSMatrix.webidl
WebSocket.webidl
WebrtcDeprecated.webidl
WebrtcGlobalInformation.webidl
WheelEvent.webidl
WidevineCDMManifest.webidl
Window.webidl Bug 1359092 - Extend loadURI within nsIWebNavigation.idl by a triggeringPrincipal argument. r=bz 2017-04-25 12:22:25 +02: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
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 Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
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
moz.build Bug 1251198 - Remove various obsolete events from document.createEvent r=smaug 2017-04-20 15:45:37 +03:00