gecko-dev/dom/webidl
Ciure Andrei 5ffac2bcd3 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-04-04 00:58:50 +03:00
..
APZTestData.webidl
AbortController.webidl
AbortSignal.webidl
AboutCapabilities.webidl Bug 1430751 - Apply unified behavior model for about: pages to about:privatebrowsing. r=gijs,mrbkap 2018-03-05 09:20:34 +01:00
AbstractWorker.webidl
AccessibleNode.webidl
AddonEvent.webidl
AddonManager.webidl
AnalyserNode.webidl
Animatable.webidl
Animation.webidl Bug 1420320 - Drop dom.animations-api.pending-member.enabled pref; r=bz,hiro 2018-03-16 12:49:55 +09:00
AnimationEffectReadOnly.webidl
AnimationEffectTiming.webidl
AnimationEffectTimingReadOnly.webidl
AnimationEvent.webidl
AnimationPlaybackEvent.webidl
AnimationTimeline.webidl
AnonymousContent.webidl
AppInfo.webidl
AppNotificationServiceOptions.webidl
Attr.webidl
AudioBuffer.webidl
AudioBufferSourceNode.webidl
AudioContext.webidl
AudioDestinationNode.webidl
AudioListener.webidl
AudioNode.webidl Bug 1443224 - Throw correct exceptions when trying to set the channelCount, the channelCountMode and the channelInterpretation on a ChannelSplitterNode. r=baku 2018-03-09 15:22:44 +01:00
AudioParam.webidl
AudioProcessingEvent.webidl
AudioScheduledSourceNode.webidl
AudioStreamTrack.webidl
AudioTrack.webidl
AudioTrackList.webidl
AudioWorkletGlobalScope.webidl
AutocompleteInfo.webidl
BarProp.webidl
BaseAudioContext.webidl
BaseKeyframeTypes.webidl
BasicCardPayment.webidl
BatteryManager.webidl
BeforeUnloadEvent.webidl
BiquadFilterNode.webidl
Blob.webidl
BlobEvent.webidl
BoxObject.webidl
BroadcastChannel.webidl
BrowserElement.webidl
BrowserElementDictionaries.webidl
BrowserFeedWriter.webidl
CDATASection.webidl
CSPDictionaries.webidl
CSPReport.webidl
CSS.webidl
CSS2Properties.webidl.in
CSSAnimation.webidl
CSSConditionRule.webidl
CSSCounterStyleRule.webidl
CSSFontFaceRule.webidl
CSSFontFeatureValuesRule.webidl
CSSGroupingRule.webidl
CSSImportRule.webidl
CSSKeyframeRule.webidl
CSSKeyframesRule.webidl
CSSLexer.webidl
CSSMediaRule.webidl
CSSMozDocumentRule.webidl
CSSNamespaceRule.webidl
CSSPageRule.webidl
CSSPrimitiveValue.webidl
CSSPseudoElement.webidl
CSSRule.webidl
CSSRuleList.webidl
CSSStyleDeclaration.webidl Bug 1448415: Hide getPropertyCSSValue on nightly. r=bz 2018-03-24 01:00:43 +01:00
CSSStyleRule.webidl
CSSStyleSheet.webidl
CSSSupportsRule.webidl
CSSTransition.webidl
CSSValue.webidl
CSSValueList.webidl
Cache.webidl
CacheStorage.webidl
CanvasCaptureMediaStream.webidl
CanvasRenderingContext2D.webidl
CaretPosition.webidl
CaretStateChangedEvent.webidl
ChannelMergerNode.webidl
ChannelSplitterNode.webidl
CharacterData.webidl
CheckerboardReportService.webidl
ChildNode.webidl
ChromeNodeList.webidl
Client.webidl
Clients.webidl
ClipboardEvent.webidl
CloseEvent.webidl
CommandEvent.webidl
Comment.webidl
CompositionEvent.webidl
Console.webidl Bug 1447210 - Upper-case log levels for Console.createInstance(), r=bgrins 2018-03-24 08:21:01 +01:00
ConstantSourceNode.webidl
ConvolverNode.webidl
Coordinates.webidl
CreateOfferRequest.webidl
CredentialManagement.webidl Bug 1439805 - Implement CredentialsContainer.preventSilentAccess() r=jcj,smaug 2018-02-22 14:36:08 +01:00
Crypto.webidl
CustomElementRegistry.webidl
CustomEvent.webidl Bug 1447472 part 2. Remove nsIDOMCustomEvent. r=qdot 2018-03-26 14:53:51 -04:00
DOMCursor.webidl
DOMError.webidl
DOMException.webidl
DOMImplementation.webidl
DOMMatrix.webidl
DOMParser.webidl
DOMPoint.webidl
DOMQuad.webidl
DOMRect.webidl
DOMRectList.webidl
DOMRequest.webidl
DOMStringList.webidl
DOMStringMap.webidl
DOMTokenList.webidl Bug 1444909 part 2. Change DOMTokenList.replace() to return a boolean and pull in the corresponding web platform test updates. r=qdot 2018-03-14 16:08:58 -04:00
DataTransfer.webidl Bug 1444686 part 6. Get rid of nsIDOMDataTransfer::GetFiles. r=mystor 2018-03-13 16:24:00 -04:00
DataTransferItem.webidl
DataTransferItemList.webidl
DecoderDoctorNotification.webidl
DedicatedWorkerGlobalScope.webidl
DelayNode.webidl
DeviceLightEvent.webidl Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
DeviceMotionEvent.webidl Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
DeviceOrientationEvent.webidl Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
DeviceProximityEvent.webidl Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
Directory.webidl
Document.webidl Bug 1450315 - Remove document.allowUnsafeHTML. r=bz 2018-03-31 10:27:19 +02:00
DocumentFragment.webidl
DocumentOrShadowRoot.webidl
DocumentTimeline.webidl
DocumentType.webidl
DragEvent.webidl
DynamicsCompressorNode.webidl
Element.webidl Bug 1449019. Actually propagate out exceptions from the innerHTML getter. r=smaug 2018-03-26 16:41:43 -04:00
ErrorEvent.webidl
Event.webidl Bug 1444004. Implement Event.prototype.srcElement as an alias for .target, nightly-only. r=smaug 2018-03-07 23:38:14 -05:00
EventHandler.webidl
EventListener.webidl
EventSource.webidl
EventTarget.webidl
ExtendableEvent.webidl
ExtendableMessageEvent.webidl
External.webidl
FakePluginTagInit.webidl
Fetch.webidl
FetchEvent.webidl
FetchObserver.webidl
File.webidl
FileList.webidl
FileMode.webidl
FileReader.webidl
FileReaderSync.webidl
FileSystem.webidl
FileSystemDirectoryEntry.webidl
FileSystemDirectoryReader.webidl
FileSystemEntry.webidl
FileSystemFileEntry.webidl
Flex.webidl
FocusEvent.webidl
FontFace.webidl
FontFaceSet.webidl
FontFaceSetLoadEvent.webidl
FontFaceSource.webidl
FormData.webidl
FrameLoader.webidl Bug 1445005. Remove the eventMode bits from frameloader. r=qdot 2018-03-28 18:01:46 -04:00
Function.webidl
FuzzingFunctions.webidl
GainNode.webidl
Gamepad.webidl
GamepadAxisMoveEvent.webidl
GamepadButtonEvent.webidl
GamepadEvent.webidl
GamepadHapticActuator.webidl
GamepadPose.webidl
GamepadServiceTest.webidl
Geolocation.webidl
GeometryUtils.webidl
GetUserMediaRequest.webidl
Grid.webidl
GroupedHistoryEvent.webidl
HTMLAllCollection.webidl
HTMLAnchorElement.webidl
HTMLAreaElement.webidl
HTMLAudioElement.webidl
HTMLBRElement.webidl
HTMLBaseElement.webidl
HTMLBodyElement.webidl
HTMLButtonElement.webidl
HTMLCanvasElement.webidl
HTMLCollection.webidl
HTMLDListElement.webidl
HTMLDataElement.webidl
HTMLDataListElement.webidl
HTMLDetailsElement.webidl
HTMLDialogElement.webidl Bug 1445981. HTMLDialogElement should have HTMLConstructor. r=qdot 2018-03-16 11:25:52 -04:00
HTMLDirectoryElement.webidl
HTMLDivElement.webidl
HTMLDocument.webidl Bug 1444872. Remove support for the 'type' parameter to document.open. r=qdot 2018-03-28 18:01:46 -04:00
HTMLElement.webidl
HTMLEmbedElement.webidl
HTMLFieldSetElement.webidl
HTMLFontElement.webidl
HTMLFormControlsCollection.webidl
HTMLFormElement.webidl
HTMLFrameElement.webidl
HTMLFrameSetElement.webidl
HTMLHRElement.webidl
HTMLHeadElement.webidl
HTMLHeadingElement.webidl
HTMLHtmlElement.webidl
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl
HTMLImageElement.webidl
HTMLInputElement.webidl
HTMLLIElement.webidl
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLinkElement.webidl
HTMLMapElement.webidl
HTMLMediaElement.webidl
HTMLMenuElement.webidl
HTMLMenuItemElement.webidl
HTMLMetaElement.webidl
HTMLMeterElement.webidl
HTMLModElement.webidl
HTMLOListElement.webidl
HTMLObjectElement.webidl
HTMLOptGroupElement.webidl
HTMLOptionElement.webidl
HTMLOptionsCollection.webidl
HTMLOutputElement.webidl
HTMLParagraphElement.webidl
HTMLParamElement.webidl
HTMLPictureElement.webidl
HTMLPreElement.webidl
HTMLProgressElement.webidl
HTMLQuoteElement.webidl
HTMLScriptElement.webidl
HTMLSelectElement.webidl
HTMLSlotElement.webidl
HTMLSourceElement.webidl
HTMLSpanElement.webidl
HTMLStyleElement.webidl Bug 1444905: Remove scoped style support from the old style system. r=xidorn,smaug 2018-03-13 10:26:13 +01:00
HTMLTableCaptionElement.webidl
HTMLTableCellElement.webidl
HTMLTableColElement.webidl
HTMLTableElement.webidl
HTMLTableRowElement.webidl
HTMLTableSectionElement.webidl
HTMLTemplateElement.webidl
HTMLTextAreaElement.webidl
HTMLTimeElement.webidl
HTMLTitleElement.webidl
HTMLTrackElement.webidl
HTMLUListElement.webidl
HTMLVideoElement.webidl
HashChangeEvent.webidl
Headers.webidl
HiddenPluginEvent.webidl
History.webidl
IDBCursor.webidl
IDBDatabase.webidl
IDBFactory.webidl
IDBFileHandle.webidl
IDBFileRequest.webidl
IDBIndex.webidl
IDBKeyRange.webidl
IDBMutableFile.webidl
IDBObjectStore.webidl
IDBOpenDBRequest.webidl
IDBRequest.webidl
IDBTransaction.webidl
IDBVersionChangeEvent.webidl
IIRFilterNode.webidl
IdleDeadline.webidl
ImageBitmap.webidl
ImageBitmapRenderingContext.webidl
ImageCapture.webidl
ImageCaptureErrorEvent.webidl
ImageData.webidl
ImageDocument.webidl
InputEvent.webidl
InstallTrigger.webidl
IntersectionObserver.webidl
IntlUtils.webidl
IterableIterator.webidl
KeyAlgorithm.webidl
KeyEvent.webidl
KeyIdsInitData.webidl
KeyboardEvent.webidl
KeyframeAnimationOptions.webidl
KeyframeEffect.webidl Bug 1414674 - Do not enter the compartment of the target window when calling KeyframeEffect and KeyframeEffectReadOnly constructor via Xray. r=bz,birtles 2018-02-17 17:21:13 +09:00
L10nUtils.webidl Bug 1363862 - Add Node.localize API as a fast-path for Fluent DOM localization. r=baku 2018-02-21 14:07:53 -08:00
LegacyQueryInterface.webidl Bug 1448397. Make WebIDL QueryInterface chrome-only. r=qdot 2018-03-26 13:35:04 -04:00
LinkStyle.webidl
ListBoxObject.webidl
LocalMediaStream.webidl
Location.webidl
MIDIAccess.webidl
MIDIConnectionEvent.webidl
MIDIInput.webidl
MIDIInputMap.webidl
MIDIMessageEvent.webidl
MIDIOptions.webidl
MIDIOutput.webidl
MIDIOutputMap.webidl
MIDIPort.webidl
MediaDeviceInfo.webidl
MediaDevices.webidl
MediaElementAudioSourceNode.webidl
MediaEncryptedEvent.webidl
MediaError.webidl
MediaKeyError.webidl
MediaKeyMessageEvent.webidl
MediaKeySession.webidl
MediaKeyStatusMap.webidl
MediaKeySystemAccess.webidl
MediaKeys.webidl
MediaKeysRequestStatus.webidl
MediaList.webidl
MediaQueryList.webidl
MediaQueryListEvent.webidl
MediaRecorder.webidl
MediaRecorderErrorEvent.webidl
MediaSource.webidl
MediaStream.webidl
MediaStreamAudioDestinationNode.webidl
MediaStreamAudioSourceNode.webidl
MediaStreamError.webidl
MediaStreamEvent.webidl
MediaStreamTrack.webidl
MediaStreamTrackEvent.webidl
MediaTrackConstraintSet.webidl
MediaTrackSettings.webidl
MediaTrackSupportedConstraints.webidl
MenuBoxObject.webidl
MessageChannel.webidl Bug 1446258 - Expose `MessageChannel` to `System`. r=baku 2018-03-16 05:36:50 -07:00
MessageEvent.webidl
MessagePort.webidl
MimeType.webidl
MimeTypeArray.webidl
MouseEvent.webidl
MouseScrollEvent.webidl
MozApplicationEvent.webidl
MutationEvent.webidl
MutationObserver.webidl
NamedNodeMap.webidl
NativeOSFileInternals.webidl
Navigator.webidl
NetDashboard.webidl bug 1440234 - show TRR column in about:networking for DNS names r=baku,valentin 2018-02-22 09:57:22 +01:00
NetworkInformation.webidl
NetworkOptions.webidl
Node.webidl Bug 1446597: Remove unused Node.getMutationObservers. r=smaug 2018-03-19 11:11:48 +01:00
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl
Notification.webidl
NotificationEvent.webidl
NotifyPaintEvent.webidl
OfflineAudioCompletionEvent.webidl
OfflineAudioContext.webidl
OfflineResourceList.webidl
OffscreenCanvas.webidl
OscillatorNode.webidl
PageTransitionEvent.webidl Bug 1438697 - Add inFrameSwap property on page transition. r=mrbkap 2018-02-16 13:05:06 -06:00
PaintRequest.webidl
PaintRequestList.webidl
PaintWorkletGlobalScope.webidl
PannerNode.webidl
ParentNode.webidl
PaymentAddress.webidl
PaymentRequest.webidl Bug 1441709 - Support PaymentRequest.show() with an optional PaymentDetailsUpdate promise parameter. r=baku 2018-04-02 23:12:21 +08:00
PaymentRequestUpdateEvent.webidl Bug 1441709 - Support PaymentRequest.show() with an optional PaymentDetailsUpdate promise parameter. r=baku 2018-04-02 23:12:21 +08:00
PaymentResponse.webidl
PeerConnectionImpl.webidl
PeerConnectionImplEnums.webidl
PeerConnectionObserver.webidl Bug 1442385: Remove old onremovestream event stuff. r=jib,smaug 2018-03-01 14:39:07 -06:00
PeerConnectionObserverEnums.webidl
Performance.webidl
PerformanceEntry.webidl
PerformanceEntryEvent.webidl
PerformanceMark.webidl
PerformanceMeasure.webidl
PerformanceNavigation.webidl
PerformanceNavigationTiming.webidl
PerformanceObserver.webidl
PerformanceObserverEntryList.webidl
PerformanceResourceTiming.webidl
PerformanceTiming.webidl
PeriodicWave.webidl
PermissionStatus.webidl
Permissions.webidl
Plugin.webidl
PluginArray.webidl
PluginCrashedEvent.webidl
PointerEvent.webidl
PopStateEvent.webidl
PopupBlockedEvent.webidl
PopupBoxObject.webidl
Position.webidl
PositionError.webidl
Presentation.webidl
PresentationAvailability.webidl
PresentationConnection.webidl
PresentationConnectionAvailableEvent.webidl
PresentationConnectionCloseEvent.webidl
PresentationConnectionList.webidl
PresentationReceiver.webidl
PresentationRequest.webidl
ProcessingInstruction.webidl
ProfileTimelineMarker.webidl
ProgressEvent.webidl
Promise.webidl
PromiseRejectionEvent.webidl
PushEvent.webidl
PushManager.webidl
PushMessageData.webidl
PushSubscription.webidl
PushSubscriptionOptions.webidl
RGBColor.webidl
RTCCertificate.webidl
RTCConfiguration.webidl
RTCDTMFSender.webidl
RTCDTMFToneChangeEvent.webidl
RTCDataChannel.webidl
RTCDataChannelEvent.webidl Bug 1447692: update RTCDataChannelEventInit to meet spec. r=smaug 2018-03-21 16:03:42 +00:00
RTCIceCandidate.webidl
RTCIdentityAssertion.webidl
RTCIdentityProvider.webidl
RTCPeerConnection.webidl
RTCPeerConnectionIceEvent.webidl
RTCPeerConnectionStatic.webidl
RTCRtpReceiver.webidl
RTCRtpSender.webidl
RTCRtpSources.webidl
RTCRtpTransceiver.webidl
RTCSessionDescription.webidl
RTCStatsReport.webidl
RTCTrackEvent.webidl
RadioNodeList.webidl
Range.webidl Bug 1447889 part 12. Remove nsIDOMRange::ToString. r=mystor 2018-03-27 00:35:22 -04:00
Rect.webidl
Request.webidl
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 Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer) 2018-03-13 19:20:43 +00:00
SVGClipPathElement.webidl
SVGComponentTransferFunctionElement.webidl
SVGDefsElement.webidl
SVGDescElement.webidl
SVGElement.webidl
SVGEllipseElement.webidl Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer) 2018-03-13 19:20:43 +00:00
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
SVGFilterPrimitiveStandardAttributes.webidl
SVGFitToViewBox.webidl
SVGForeignObjectElement.webidl
SVGGElement.webidl
SVGGeometryElement.webidl
SVGGradientElement.webidl
SVGGraphicsElement.webidl
SVGImageElement.webidl
SVGLength.webidl
SVGLengthList.webidl
SVGLineElement.webidl Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer) 2018-03-13 19:20:43 +00:00
SVGLinearGradientElement.webidl
SVGMPathElement.webidl
SVGMarkerElement.webidl
SVGMaskElement.webidl
SVGMatrix.webidl
SVGMetadataElement.webidl
SVGNumber.webidl
SVGNumberList.webidl
SVGPathElement.webidl
SVGPathSeg.webidl
SVGPathSegList.webidl
SVGPatternElement.webidl
SVGPoint.webidl
SVGPointList.webidl
SVGPolygonElement.webidl Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer) 2018-03-13 19:20:43 +00:00
SVGPolylineElement.webidl Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer) 2018-03-13 19:20:43 +00:00
SVGPreserveAspectRatio.webidl
SVGRadialGradientElement.webidl
SVGRect.webidl
SVGRectElement.webidl Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer) 2018-03-13 19:20:43 +00:00
SVGSVGElement.webidl
SVGScriptElement.webidl
SVGSetElement.webidl
SVGStopElement.webidl
SVGStringList.webidl
SVGStyleElement.webidl Bug 1444905: Remove scoped style support from the old style system. r=xidorn,smaug 2018-03-13 10:26:13 +01:00
SVGSwitchElement.webidl
SVGSymbolElement.webidl
SVGTSpanElement.webidl
SVGTests.webidl
SVGTextContentElement.webidl
SVGTextElement.webidl
SVGTextPathElement.webidl
SVGTextPositioningElement.webidl
SVGTitleElement.webidl
SVGTransform.webidl
SVGTransformList.webidl
SVGURIReference.webidl
SVGUnitTypes.webidl
SVGUseElement.webidl
SVGViewElement.webidl
SVGZoomAndPan.webidl
SVGZoomAndPanValues.webidl
Screen.webidl
ScreenOrientation.webidl
ScriptProcessorNode.webidl
ScrollAreaEvent.webidl
ScrollBoxObject.webidl
ScrollViewChangeEvent.webidl
SecurityPolicyViolationEvent.webidl
Selection.webidl Bug 1447890 part 5. Remove nsISelection::RemoveAllRanges. r=mystor 2018-03-27 00:35:23 -04:00
ServiceWorker.webidl
ServiceWorkerContainer.webidl
ServiceWorkerGlobalScope.webidl
ServiceWorkerRegistration.webidl
ShadowRoot.webidl
SharedWorker.webidl
SharedWorkerGlobalScope.webidl
SimpleGestureEvent.webidl
SocketCommon.webidl
SourceBuffer.webidl
SourceBufferList.webidl
SpeechGrammar.webidl
SpeechGrammarList.webidl
SpeechRecognition.webidl
SpeechRecognitionAlternative.webidl
SpeechRecognitionError.webidl
SpeechRecognitionEvent.webidl
SpeechRecognitionResult.webidl
SpeechRecognitionResultList.webidl
SpeechSynthesis.webidl
SpeechSynthesisErrorEvent.webidl
SpeechSynthesisEvent.webidl
SpeechSynthesisUtterance.webidl
SpeechSynthesisVoice.webidl
StereoPannerNode.webidl
Storage.webidl
StorageEvent.webidl
StorageManager.webidl
StorageType.webidl
StreamFilter.webidl
StreamFilterDataEvent.webidl
StyleRuleChangeEvent.webidl
StyleSheet.webidl
StyleSheetApplicableStateChangeEvent.webidl
StyleSheetChangeEvent.webidl
StyleSheetList.webidl
SubtleCrypto.webidl
TCPServerSocket.webidl
TCPServerSocketEvent.webidl
TCPSocket.webidl
TCPSocketErrorEvent.webidl
TCPSocketEvent.webidl
TestFunctions.webidl
TestInterfaceJS.webidl
TestInterfaceJSDictionaries.webidl
TestInterfaceJSMaplikeSetlikeIterable.webidl
Text.webidl
TextClause.webidl
TextDecoder.webidl
TextEncoder.webidl
TextTrack.webidl
TextTrackCue.webidl
TextTrackCueList.webidl
TextTrackList.webidl
TimeEvent.webidl
TimeRanges.webidl
Touch.webidl
TouchEvent.webidl
TouchList.webidl
TrackEvent.webidl
TransceiverImpl.webidl
TransitionEvent.webidl
TreeBoxObject.webidl
TreeColumn.webidl
TreeColumns.webidl
TreeContentView.webidl
TreeView.webidl
TreeWalker.webidl
U2F.webidl
UDPMessageEvent.webidl
UDPSocket.webidl
UIEvent.webidl Bug 1438795 - Spoof KeyboardEvent.which for privacy.resistFingerprinting. r=masayuki, r=smaug 2018-02-20 16:51:00 -05:00
URL.webidl
URLSearchParams.webidl
UserProximityEvent.webidl Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
VRDisplay.webidl
VRDisplayEvent.webidl
VRServiceTest.webidl
VTTCue.webidl
VTTRegion.webidl
ValidityState.webidl
VideoPlaybackQuality.webidl
VideoStreamTrack.webidl
VideoTrack.webidl
VideoTrackList.webidl
WaveShaperNode.webidl
WebAuthentication.webidl
WebComponents.webidl
WebGL2RenderingContext.webidl
WebGLContextEvent.webidl
WebGLRenderingContext.webidl
WebKitCSSMatrix.webidl
WebSocket.webidl
WebrtcDeprecated.webidl
WebrtcGlobalInformation.webidl
WheelEvent.webidl
WidevineCDMManifest.webidl
Window.webidl Bug 1442360 part 1. Change InstallTrigger to not use the JavaScript-global-property category. r=kmag 2018-03-21 23:18:51 -04:00
WindowOrWorkerGlobalScope.webidl
WindowRoot.webidl
Worker.webidl
WorkerDebuggerGlobalScope.webidl
WorkerGlobalScope.webidl Bug 1442313 part 3. Expose, test-only, getJSTestingFunctions() in workers. r=bkelly 2018-03-01 14:24:20 -05:00
WorkerLocation.webidl
WorkerNavigator.webidl
Worklet.webidl
WorkletGlobalScope.webidl
XMLDocument.webidl
XMLHttpRequest.webidl
XMLHttpRequestEventTarget.webidl
XMLHttpRequestUpload.webidl
XMLSerializer.webidl
XMLStylesheetProcessingInstruction.webidl
XPathEvaluator.webidl
XPathExpression.webidl
XPathNSResolver.webidl
XPathResult.webidl
XSLTProcessor.webidl
XULCommandEvent.webidl Bug 1446710. Get rid of nsIDOMXULCommandEvent. r=qdot 2018-03-19 15:50:37 -04:00
XULDocument.webidl
XULElement.webidl
moz.build Bug 1448018, remove ContainerBoxObject which is only used to access the docshell, but bug 1448018 made the docshell accessible from the frameloader instead so the container box object is no longer being used. Change some editor tests which just access the docShell directly rather than through the box object, r=bz 2018-03-29 10:44:52 -04:00