gecko-dev/dom/webidl
Angus Sawyer 2916707472 Bug 1733559 - createImageBitmap() resizeWidth and resizeHeight support, r=aosmond,emilio
Also fixed negative cropping width/height for blob images.
Removes two unused class variables.

Differential Revision: https://phabricator.services.mozilla.com/D127250
2022-01-20 15:38:01 +00:00
..
APZTestData.webidl Bug 1692707 - Add sampled scroll offsets field in APZTestData to evaluate scroll _smoothness_ in mochitests. r=botond,emilio 2021-10-22 10:14:15 +00:00
AbortController.webidl Bug 1737771 - Implement AbortSignal.reason r=mgaudet,smaug 2021-12-13 21:08:55 +00:00
AbortSignal.webidl Bug 1745372 - Implement AbortSignal.throwIfAborted. r=saschanaz,emilio 2021-12-22 11:35:32 +00:00
AbstractRange.webidl
AbstractWorker.webidl
AccessibilityRole.webidl
AccessibleNode.webidl
AddonEvent.webidl
AddonManager.webidl Bug 1720845 - Remove the `extensions.webextPermissionPrompts` pref. r=rpl,robwu,asuth 2021-07-30 14:25:24 +00:00
AnalyserNode.webidl
Animatable.webidl
Animation.webidl
AnimationEffect.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
AnimationEvent.webidl
AnimationFrameProvider.webidl Bug 1738971 - Part 1. Split out plumbing for AnimationFrameProvider from Document. r=dom-worker-reviewers,smaug 2021-12-10 02:57:49 +00:00
AnimationPlaybackEvent.webidl
AnimationTimeline.webidl
AnonymousContent.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
AppInfo.webidl
AppNotificationServiceOptions.webidl
AriaAttributes.webidl
Attr.webidl
AudioBuffer.webidl Bug 1614009 - Removed non-spec exception throwing on CopyToChannel. r=padenot,webidl,smaug 2020-09-01 15:09:47 +00:00
AudioBufferSourceNode.webidl
AudioContext.webidl Bug 1614019 - Removed negative value from the valid range r=padenot,webidl,smaug 2020-07-30 23:28:34 +00:00
AudioDestinationNode.webidl
AudioListener.webidl
AudioNode.webidl
AudioParam.webidl Bug 1708179 throw when attempting to set AudioParam value during setValueCurveAtTime() interval r=padenot,emilio 2021-05-04 03:48:32 +00:00
AudioParamDescriptor.webidl Bug 1651703: fix min and max values in AudioParamDescriptor now we don't need this workaround to support MSVC. r=karlt,baku 2020-07-27 09:50:21 +00:00
AudioParamMap.webidl
AudioProcessingEvent.webidl
AudioScheduledSourceNode.webidl
AudioTrack.webidl
AudioTrackList.webidl
AudioWorklet.webidl
AudioWorkletGlobalScope.webidl
AudioWorkletNode.webidl
AudioWorkletProcessor.webidl
AutocompleteInfo.webidl
BarProp.webidl
BaseAudioContext.webidl Bug 1689894 - Make createPeriodicWave accept a pair of sequences r=karlt,webidl,smaug 2021-11-03 21:06:56 +00:00
BaseKeyframeTypes.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
BasicCardPayment.webidl
BatteryManager.webidl
BeforeUnloadEvent.webidl
BiquadFilterNode.webidl
Blob.webidl
BlobEvent.webidl Bug 1573300 - Make BlobEvent's data attribute non-nullable. r=emilio 2020-11-04 15:05:18 +00:00
BroadcastChannel.webidl
BrowserElementDictionaries.webidl
CDATASection.webidl
CSPDictionaries.webidl
CSPReport.webidl
CSS.webidl Bug 1669459 - Clean-up CSS.supports. r=heycam 2020-10-08 23:56:14 +00:00
CSS2Properties.webidl.in
CSSAnimation.webidl
CSSConditionRule.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
CSSCounterStyleRule.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
CSSFontFaceRule.webidl
CSSFontFeatureValuesRule.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
CSSGroupingRule.webidl Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSImportRule.webidl Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
CSSKeyframeRule.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
CSSKeyframesRule.webidl
CSSLayerBlockRule.webidl Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
CSSLayerStatementRule.webidl Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
CSSMediaRule.webidl
CSSMozDocumentRule.webidl
CSSNamespaceRule.webidl
CSSPageRule.webidl
CSSPseudoElement.webidl
CSSRule.webidl Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSRuleList.webidl
CSSScrollTimelineRule.webidl Bug 1676782 - Part 3: Add CSSScrollTimelineRule for CSSOM. r=emilio 2021-09-17 20:25:36 +00:00
CSSStyleDeclaration.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
CSSStyleRule.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
CSSStyleSheet.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
CSSSupportsRule.webidl
CSSTransition.webidl
Cache.webidl Backed out changeset 582722ee7fc8 (bug 1112134) for causing xpcshell failures on test_originInit.js CLOSED TREE 2022-01-10 17:18:28 +02:00
CacheStorage.webidl Backed out changeset 582722ee7fc8 (bug 1112134) for causing xpcshell failures on test_originInit.js CLOSED TREE 2022-01-10 17:18:28 +02:00
CancelContentJSOptions.webidl
CanvasCaptureMediaStream.webidl
CanvasRenderingContext2D.webidl Bug 1746093 - Allow OffscreenCanvas as an input for CanvasImageSource and ImageBitmapSource. r=lsalzman,emilio 2021-12-15 21:36:21 +00:00
CaretPosition.webidl
CaretStateChangedEvent.webidl
ChannelMergerNode.webidl
ChannelSplitterNode.webidl
CharacterData.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
CheckerboardReportService.webidl
ChildNode.webidl
ChildSHistory.webidl Bug 1708150 - Add user activation flag to reload, goBack and goForward r=ckerschb,Gijs,smaug 2021-04-28 11:26:49 +00:00
ChromeNodeList.webidl
Client.webidl Bug 1722576 - Rename PostMessageOptions to StructuredSerializeOptions. r=smaug 2021-09-29 12:48:17 +00:00
Clients.webidl
Clipboard.webidl Bug 1701512 - Add a separate pref for clipboard.read(). r=nika 2021-04-20 20:40:08 +00:00
ClipboardEvent.webidl
CloseEvent.webidl
CommandEvent.webidl
Comment.webidl
CompositionEvent.webidl
Console.webidl
ConstantSourceNode.webidl
ConvolverNode.webidl
CreateOfferRequest.webidl
CredentialManagement.webidl
Crypto.webidl Bug 1723674 - Implement crypto.randomUUID(). r=keeler,nika 2021-10-14 03:28:49 +00:00
CustomElementRegistry.webidl Bug 1556352 - Part 2: Implement formAssociatedCallback; r=smaug 2021-10-28 10:29:38 +00:00
CustomEvent.webidl
DOMException.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
DOMImplementation.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
DOMLocalization.webidl Bug 1743659 - Part 2: Update Gecko's Localization to use the new l10nregistry-rs API r=zbraniecki,dminor,eemeli,smaug,emilio?,eemeli?,zbraniecki 2021-12-22 19:08:38 +00:00
DOMMatrix.webidl Bug 1723224 - Remove layout.css.DOMPoint.enabled, layout.css.DOMMatrix.enabled, and layout.css.DOMQuad.enabled. r=emilio 2021-08-17 09:06:29 +00:00
DOMParser.webidl
DOMPoint.webidl Bug 1723224 - Remove layout.css.DOMPoint.enabled, layout.css.DOMMatrix.enabled, and layout.css.DOMQuad.enabled. r=emilio 2021-08-17 09:06:29 +00:00
DOMQuad.webidl Bug 1723224 - Remove layout.css.DOMPoint.enabled, layout.css.DOMMatrix.enabled, and layout.css.DOMQuad.enabled. r=emilio 2021-08-17 09:06:29 +00:00
DOMRect.webidl
DOMRectList.webidl
DOMRequest.webidl
DOMStringList.webidl
DOMStringMap.webidl Bug 1631581 - Part 7: Rename OverrideBuiltIns to LegacyOverrideBuiltIns r=edgar 2021-04-11 03:13:33 +00:00
DOMTokenList.webidl
DataTransfer.webidl Bug 1666582 - Remove NeedsSubjectPrincipal/ from chrome-only DataTransfer APIs. r=annyG,emilio 2022-01-05 12:48:23 +00:00
DataTransferItem.webidl
DataTransferItemList.webidl
DecoderDoctorNotification.webidl Bug 1691578 - part5 : add test cases to test the ability of reporting error for not supported media type. r=bryce,emilio 2021-02-25 18:07:06 +00:00
DedicatedWorkerGlobalScope.webidl Bug 1738971 - Part 5. Implement AnimationFrameProvider for dedicated workers. r=dom-worker-reviewers,gfx-reviewers,jgilbert,smaug 2021-12-10 02:57:51 +00:00
DelayNode.webidl
DeviceLightEvent.webidl
DeviceMotionEvent.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
DeviceOrientationEvent.webidl
Directory.webidl
Document.webidl Bug 1746783 - Remove unused resolution value from documentReadyFromIdle r=arai,emilio 2021-12-24 20:57:09 +00:00
DocumentFragment.webidl Bug 1682988 - Use UTF8String for querySelector and similar OM methods. r=heycam 2020-12-23 05:42:00 +00:00
DocumentOrShadowRoot.webidl Bug 1631581 - Part 6: Rename LenientSetter to LegacyLenientSetter r=edgar 2021-04-11 03:13:32 +00:00
DocumentTimeline.webidl
DocumentType.webidl
DragEvent.webidl
DynamicsCompressorNode.webidl
Element.webidl Bug 1736983 - add UseCounter for Sanitizer API methods r=emilio 2021-10-21 09:22:59 +00:00
ElementInternals.webidl Bug 1556370 - Part 2: Implement reportValidity() of ElementInternals; r=smaug 2021-12-09 18:06:04 +00:00
ErrorEvent.webidl
Event.webidl Bug 1631581 - Part 4: Rename Unforgeable to LegacyUnforgeable r=edgar 2021-04-11 03:13:32 +00:00
EventHandler.webidl Bug 1727302 - Add onsecuritypolicyviolation event handler.r=smaug 2021-08-29 18:05:01 +00:00
EventListener.webidl
EventSource.webidl
EventTarget.webidl Bug 1712299 - AddEventListenerOptions.signal shouldn't be nullable, r=annevk 2021-05-21 12:44:28 +00:00
ExtendableEvent.webidl
ExtendableMessageEvent.webidl
ExtensionAlarms.webidl Bug 1688040 - part5: Added WebIDL-based binding for the browser.alarms WebExtensions API. r=baku 2021-10-06 12:28:20 +00:00
ExtensionBrowser.webidl Bug 1688040 - part7.1: Added WebIDL-based binding for the browser.runtime WebExtensions API. r=baku 2021-10-06 12:28:21 +00:00
ExtensionEventManager.webidl Bug 1682632 - part2.2: ExtensionEventListener xpcom interface base implementation. r=baku,sfink 2021-06-11 18:58:08 +00:00
ExtensionMockAPI.webidl Bug 1682632 - part2.7: ExtensionMockAPI. r=baku 2021-06-11 18:58:10 +00:00
ExtensionPort.webidl Bug 1688040 - part8.1: Add stub method for string and jsvalue properties. r=baku 2021-10-06 12:28:22 +00:00
ExtensionRuntime.webidl Bug 1688040 - part7.1: Added WebIDL-based binding for the browser.runtime WebExtensions API. r=baku 2021-10-06 12:28:21 +00:00
ExtensionTest.webidl Bug 1724183 - Add test.assertRejects WebExtensions API implementation to ExtensionTest webidl bindings. r=baku 2021-10-12 18:32:28 +00:00
External.webidl Backed out changeset f7641b51ed31 (bug 1717615) for causing build bustage. CLOSED TREE 2021-06-23 18:07:44 +03:00
FailedCertSecurityInfo.webidl Bug 1685552 - move certificate subject alternative name processing for error pages from backend to frontend r=bbeurdouche,johannh,baku 2021-01-14 09:58:03 +00:00
FakePluginTagInit.webidl
FeaturePolicy.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
Fetch.webidl Bug 1643243 - XHR uses XMLHttpRequestBodyInit as per whatwg spec. r=annevk,webidl,smaug 2020-10-28 18:22:48 +00:00
FetchEvent.webidl Bug 1577346 - P1 Webidl FetchEvent.preloadResponse implementation. r=dom-worker-reviewers,asuth 2021-11-08 13:29:31 +00:00
FetchObserver.webidl
File.webidl
FileList.webidl
FileMode.webidl
FileReader.webidl
FileReaderSync.webidl
FileSystem.webidl
FileSystemDirectoryEntry.webidl
FileSystemDirectoryReader.webidl
FileSystemEntry.webidl
FileSystemFileEntry.webidl
FinalizationRegistry.webidl
FocusEvent.webidl
FontFace.webidl Bug 1698495 - Annotate webidl declarations of @font-face descriptors that are behind prefs. r=emilio 2021-03-29 21:14:44 +00:00
FontFaceSet.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
FontFaceSetLoadEvent.webidl
FontFaceSource.webidl
FormData.webidl
FormDataEvent.webidl Bug 1690897 - Get rid of `dom.formdata.event.enabled` pref; r=smaug 2021-02-05 13:51:33 +00:00
FrameCrashedEvent.webidl Bug 1644911, add access to the childID from the frame crashed event, r=nika 2021-01-21 08:44:51 +00:00
Function.webidl
FuzzingFunctions.webidl Bug 1725008 - Implement FuzzingFunctions.crash() r=glandium,mccr8 2021-09-15 18:24:04 +00:00
GPUUncapturedErrorEvent.webidl Bug 1678396 - Enable WebGPU uncaptured error r=webidl,smaug 2020-11-20 12:57:45 +00:00
GainNode.webidl
Gamepad.webidl Bug 1704005 - Add SecureContext and Permissions Policy to Gamepad API r=johannh,emilio 2021-06-04 15:04:33 +00:00
GamepadAxisMoveEvent.webidl Bug 1704005 - Add SecureContext and Permissions Policy to Gamepad API r=johannh,emilio 2021-06-04 15:04:33 +00:00
GamepadButtonEvent.webidl Bug 1704005 - Add SecureContext and Permissions Policy to Gamepad API r=johannh,emilio 2021-06-04 15:04:33 +00:00
GamepadEvent.webidl Bug 1704005 - Add SecureContext and Permissions Policy to Gamepad API r=johannh,emilio 2021-06-04 15:04:33 +00:00
GamepadHapticActuator.webidl Bug 1704005 - Add SecureContext and Permissions Policy to Gamepad API r=johannh,emilio 2021-06-04 15:04:33 +00:00
GamepadLightIndicator.webidl
GamepadPose.webidl Bug 1704005 - Add SecureContext and Permissions Policy to Gamepad API r=johannh,emilio 2021-06-04 15:04:33 +00:00
GamepadServiceTest.webidl Bug 1714703 - Promisify GamepadServiceTest r=tjr,peterv 2021-06-22 08:45:59 +00:00
GamepadTouch.webidl
Geolocation.webidl
GeolocationCoordinates.webidl
GeolocationPosition.webidl Bug 1735097 - Geolocation: use EpochTimeStamp instead of DOMTimeStamp r=saschanaz,peterv 2021-11-17 04:01:02 +00:00
GeolocationPositionError.webidl
GeometryUtils.webidl
GetUserMediaRequest.webidl Bug 1709474 move mozGetUserMediaDevices from Navigator to GetUserMediaRequest r=jib,webidl,geckoview-reviewers,smaug,agi 2021-05-06 05:16:49 +00:00
Grid.webidl
HTMLAllCollection.webidl
HTMLAnchorElement.webidl
HTMLAreaElement.webidl
HTMLAudioElement.webidl Bug 1631581 - Part 2: Rename NamedConstructor to LegacyFactoryFunction r=edgar 2021-04-11 03:13:31 +00:00
HTMLBRElement.webidl
HTMLBaseElement.webidl
HTMLBodyElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLButtonElement.webidl
HTMLCanvasElement.webidl Bug 1603339 - Add canvas attribute to ImageBitmapRenderingContext. r=lsalzman,emilio 2021-12-15 21:36:20 +00:00
HTMLCollection.webidl
HTMLDListElement.webidl
HTMLDataElement.webidl
HTMLDataListElement.webidl
HTMLDetailsElement.webidl
HTMLDialogElement.webidl Bug 1657163 - Enable <dialog> in chrome UI for beta/release r=smaug 2020-08-05 14:26:29 +00:00
HTMLDirectoryElement.webidl
HTMLDivElement.webidl
HTMLDocument.webidl Bug 1631581 - Part 7: Rename OverrideBuiltIns to LegacyOverrideBuiltIns r=edgar 2021-04-11 03:13:33 +00:00
HTMLElement.webidl Bug 1709790 - Implement HTMLElement.outerText. r=smaug 2022-01-19 12:49:29 +00:00
HTMLEmbedElement.webidl
HTMLFieldSetElement.webidl
HTMLFontElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLFormControlsCollection.webidl
HTMLFormElement.webidl Bug 1631581 - Part 7: Rename OverrideBuiltIns to LegacyOverrideBuiltIns r=edgar 2021-04-11 03:13:33 +00:00
HTMLFrameElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLFrameSetElement.webidl
HTMLHRElement.webidl
HTMLHeadElement.webidl
HTMLHeadingElement.webidl
HTMLHtmlElement.webidl
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLImageElement.webidl Bug 1709959 - Part 1: Remove chrome-only HTMLImageElement.forceImageState; r=emilio 2021-05-07 10:36:40 +00:00
HTMLInputElement.webidl Bug 1743047 - Use "reveal" rather than show terminology consistently for the reveal password button. r=Gijs,fluent-reviewers 2022-01-17 14:18:51 +00:00
HTMLLIElement.webidl
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLinkElement.webidl
HTMLMapElement.webidl
HTMLMarqueeElement.webidl
HTMLMediaElement.webidl Bug 1678373 - Add a way to measure the duration a media was muted. r=alwu,webidl,emilio 2021-10-12 09:03:53 +00:00
HTMLMenuElement.webidl Bug 1680596 - Part 1: Hide <menuitem> behind a flag r=smaug 2020-12-08 05:36:27 +00:00
HTMLMenuItemElement.webidl Bug 1680596 - Part 1: Hide <menuitem> behind a flag r=smaug 2020-12-08 05:36:27 +00:00
HTMLMetaElement.webidl
HTMLMeterElement.webidl
HTMLModElement.webidl
HTMLOListElement.webidl
HTMLObjectElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLOptGroupElement.webidl
HTMLOptionElement.webidl Bug 1631581 - Part 2: Rename NamedConstructor to LegacyFactoryFunction r=edgar 2021-04-11 03:13:31 +00:00
HTMLOptionsCollection.webidl
HTMLOutputElement.webidl
HTMLParagraphElement.webidl
HTMLParamElement.webidl
HTMLPictureElement.webidl
HTMLPreElement.webidl
HTMLProgressElement.webidl
HTMLQuoteElement.webidl
HTMLScriptElement.webidl Bug 1729239 - Implement HTMLScriptElement.supports(type) method. r=smaug 2021-09-27 12:49:51 +00:00
HTMLSelectElement.webidl
HTMLSlotElement.webidl Bug 1705141 - Implement imperative slotting API r=smaug,emilio 2021-07-20 18:06:25 +00:00
HTMLSourceElement.webidl
HTMLSpanElement.webidl
HTMLStyleElement.webidl Bug 1228985 Part 1: Extend HTMLStyleElement to allow devtools to become the triggering principal. r=ckerschb,emilio 2020-07-28 15:45:35 +00:00
HTMLTableCaptionElement.webidl
HTMLTableCellElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLTableColElement.webidl
HTMLTableElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLTableRowElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLTableSectionElement.webidl
HTMLTemplateElement.webidl
HTMLTextAreaElement.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
HTMLTimeElement.webidl
HTMLTitleElement.webidl
HTMLTrackElement.webidl
HTMLUListElement.webidl
HTMLVideoElement.webidl
HashChangeEvent.webidl
Headers.webidl
History.webidl Bug 1720926 - Rate limit calls to location.reload. r=smaug 2021-10-18 17:27:06 +00:00
IDBCursor.webidl
IDBDatabase.webidl Bug 1500343 - Deprecate IDBDatabase.createMutableFile and IDBMutableFile.open r=janv,dom-storage-reviewers,emilio 2022-01-05 19:01:07 +00:00
IDBFactory.webidl
IDBFileHandle.webidl
IDBFileRequest.webidl
IDBIndex.webidl
IDBKeyRange.webidl
IDBMutableFile.webidl Bug 1500343 - Deprecate IDBDatabase.createMutableFile and IDBMutableFile.open r=janv,dom-storage-reviewers,emilio 2022-01-05 19:01:07 +00:00
IDBObjectStore.webidl
IDBOpenDBRequest.webidl
IDBRequest.webidl
IDBTransaction.webidl
IDBVersionChangeEvent.webidl
IIRFilterNode.webidl
IdleDeadline.webidl
ImageBitmap.webidl Bug 1733559 - createImageBitmap() resizeWidth and resizeHeight support, r=aosmond,emilio 2022-01-20 15:38:01 +00:00
ImageBitmapRenderingContext.webidl Bug 1603339 - Add canvas attribute to ImageBitmapRenderingContext. r=lsalzman,emilio 2021-12-15 21:36:20 +00:00
ImageCapture.webidl
ImageCaptureErrorEvent.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
ImageData.webidl
ImageDocument.webidl Bug 1631581 - Part 7: Rename OverrideBuiltIns to LegacyOverrideBuiltIns r=edgar 2021-04-11 03:13:33 +00:00
InputEvent.webidl Bug 1672303 - part 3: Get rid of "dom.inputevent.datatransfer.enabled" r=smaug 2020-10-21 09:47:48 +00:00
InstallTrigger.webidl
IntersectionObserver.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
IntlUtils.webidl Bug 1639515 - Part 5: Rewrite mozIntl.getDisplayNames to work in terms of mozIntl.DisplayNames. r=platform-i18n-reviewers,gregtatum,webidl,emilio 2021-09-14 09:20:33 +00:00
IterableIterator.webidl
KeyAlgorithm.webidl
KeyEvent.webidl Bug 1727024 - Make `KeyboardEvent.initKeyEvent` is available in addons r=smaug 2021-08-24 09:52:23 +00:00
KeyIdsInitData.webidl
KeyboardEvent.webidl
KeyframeAnimationOptions.webidl
KeyframeEffect.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
LinkStyle.webidl Bug 1673885 - Don't expose incomplete sheets in LinkStyle.sheet / Document.styleSheets. r=nordzilla 2020-11-01 15:45:40 +00:00
LoadURIOptions.webidl Bug 1650089 - Part 1: Add a remoteTypeOverride option for about:blank loads triggered by chrome, r=annyG,kmag 2021-08-10 14:31:16 +00:00
Localization.webidl Bug 1743659 - Part 2: Update Gecko's Localization to use the new l10nregistry-rs API r=zbraniecki,dminor,eemeli,smaug,emilio?,eemeli?,zbraniecki 2021-12-22 19:08:38 +00:00
Location.webidl Bug 1631581 - Part 4: Rename Unforgeable to LegacyUnforgeable r=edgar 2021-04-11 03:13:32 +00:00
Lock.webidl Bug 1725734 - Basic Web Locks implementation r=smaug,asuth 2021-08-18 01:23:45 +00:00
LockManager.webidl Bug 1725734 - Basic Web Locks implementation r=smaug,asuth 2021-08-18 01:23:45 +00:00
MIDIAccess.webidl
MIDIConnectionEvent.webidl
MIDIInput.webidl
MIDIInputMap.webidl
MIDIMessageEvent.webidl
MIDIOptions.webidl
MIDIOutput.webidl
MIDIOutputMap.webidl
MIDIPort.webidl
MathMLElement.webidl
MediaCapabilities.webidl
MediaDebugInfo.webidl Bug 1733109 - narrowing conversion from 'uint32_t' (aka 'unsigned int') to signed type 'int32_t' (aka 'int') is implementation-defined in HTMLMEdiaElement.cpp. r=alwu,emilio 2021-09-30 12:36:15 +00:00
MediaDeviceInfo.webidl
MediaDevices.webidl Bug 1732410 use object instead of subject principal for chrome enumerateDevices() resistFingerprinting override r=jib,emilio 2021-10-11 05:18:59 +00:00
MediaElementAudioSourceNode.webidl
MediaEncryptedEvent.webidl
MediaError.webidl
MediaKeyError.webidl
MediaKeyMessageEvent.webidl
MediaKeySession.webidl
MediaKeyStatusMap.webidl
MediaKeySystemAccess.webidl
MediaKeys.webidl
MediaKeysRequestStatus.webidl
MediaList.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
MediaQueryList.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
MediaQueryListEvent.webidl Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
MediaRecorder.webidl
MediaRecorderErrorEvent.webidl
MediaSession.webidl
MediaSource.webidl Bug 1689222 - MediaSource.prototype.onsourceclosed event handler attribute typo (trailing d). r=alwu,webidl,smaug 2021-02-02 17:50:38 +00:00
MediaStream.webidl
MediaStreamAudioDestinationNode.webidl
MediaStreamAudioSourceNode.webidl
MediaStreamError.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
MediaStreamEvent.webidl
MediaStreamTrack.webidl
MediaStreamTrackAudioSourceNode.webidl
MediaStreamTrackEvent.webidl
MediaTrackSettings.webidl
MediaTrackSupportedConstraints.webidl
MerchantValidationEvent.webidl
MessageChannel.webidl
MessageEvent.webidl
MessagePort.webidl Bug 1722576 - Rename PostMessageOptions to StructuredSerializeOptions. r=smaug 2021-09-29 12:48:17 +00:00
MimeType.webidl
MimeTypeArray.webidl
MouseEvent.webidl Bug 1697585 - Prevent starting scrolling again in the child process if preventClickEvent has been called r=masayuki,smaug 2021-04-14 19:56:44 +00:00
MouseScrollEvent.webidl
MozApplicationEvent.webidl
MozFrameLoaderOwner.webidl
MutationEvent.webidl
MutationObserver.webidl Bug 1668134 - part 2: Make `nsPIDOMWindowInner` have an API to know whether a node is (was) in the window has been observed by web apps with a mutation observer r=smaug 2020-10-08 02:25:35 +00:00
NamedNodeMap.webidl
NativeOSFileInternals.webidl
NavigationPreloadManager.webidl Bug 1564235 - P2 Create NavigationPreloadManager.webidl and implement webidl binding. r=dom-worker-reviewers,webidl,asuth 2021-06-10 06:01:26 +00:00
Navigator.webidl Bug 1666203 - implement navigator.canShare() method r=saschanaz,smaug 2021-11-11 00:50:11 +00:00
NetErrorInfo.webidl
NetworkInformation.webidl
NetworkOptions.webidl
Node.webidl
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl
Notification.webidl Bug 1696145 - Support Notification.silent and .vibrate on Android. r=smaug,droeh,aklotz 2021-04-20 18:35:36 +00:00
NotificationEvent.webidl
NotifyPaintEvent.webidl
OfflineAudioCompletionEvent.webidl
OfflineAudioContext.webidl
OfflineResourceList.webidl
OffscreenCanvas.webidl Bug 1736177 - Part 3. Update OffscreenCanvas WebIDL to be more current. r=dom-worker-reviewers,jgilbert,smaug 2021-12-10 02:57:52 +00:00
OscillatorNode.webidl
PageTransitionEvent.webidl
PaintRequest.webidl
PaintRequestList.webidl
PaintWorkletGlobalScope.webidl
PannerNode.webidl Bug 1708179 throw when attempting to set AudioParam value during setValueCurveAtTime() interval r=padenot,emilio 2021-05-04 03:48:32 +00:00
ParentNode.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
PaymentAddress.webidl
PaymentMethodChangeEvent.webidl
PaymentRequest.webidl
PaymentRequestUpdateEvent.webidl
PaymentResponse.webidl
PeerConnectionImpl.webidl
PeerConnectionObserver.webidl
PeerConnectionObserverEnums.webidl
Performance.webidl Bug 1735098 - Implement EpochTimeStamp from HR-Time r=edgar 2021-11-16 08:50:37 +00:00
PerformanceEntry.webidl
PerformanceEntryEvent.webidl
PerformanceEventTiming.webidl Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00
PerformanceMark.webidl
PerformanceMeasure.webidl
PerformanceNavigation.webidl
PerformanceNavigationTiming.webidl
PerformanceObserver.webidl Bug 1667836 - Implement PerformanceEventTiming Interface r=smaug 2021-02-09 18:54:47 +00:00
PerformanceObserverEntryList.webidl
PerformancePaintTiming.webidl Bug 1518999 - Implement PerformancePaintTiming for FirstContentfulPaint r=smaug,mstange 2020-10-27 16:25:50 +00:00
PerformanceResourceTiming.webidl
PerformanceServerTiming.webidl
PerformanceTiming.webidl
PeriodicWave.webidl
PermissionStatus.webidl Bug 1718021 - Add name attribute to PermissionStatus r=johannh,peterv 2021-08-11 22:34:41 +00:00
Permissions.webidl
Plugin.webidl
PluginArray.webidl
PluginCrashedEvent.webidl
PointerEvent.webidl Bug 1702175 - Add dummy getPredictedEvents, r=edgar 2021-04-01 15:19:05 +00:00
PopStateEvent.webidl
PopupBlockedEvent.webidl
PopupPositionedEvent.webidl Bug 1666497 - Don't flush layout from popuppositioned events. r=mconley,Gijs,smaug 2020-10-06 16:28:41 +00:00
PositionStateEvent.webidl
ProcessingInstruction.webidl
ProfileTimelineMarker.webidl
ProgressEvent.webidl
Promise.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
PromiseRejectionEvent.webidl
PushEvent.webidl
PushManager.webidl Bug 1737746 - Use Permission spec's PermissionState r=mt,peterv 2021-11-12 05:25:28 +00:00
PushMessageData.webidl
PushSubscription.webidl Bug 1497431 - Implement PushManager.prototype.expirationTime + toJSON() r=mt,peterv 2021-11-17 11:53:02 +00:00
PushSubscriptionOptions.webidl
QueuingStrategy.webidl Bug 1743207 - Implement ByteLengthQueuingStrategy interface r=smaug 2022-01-13 19:01:20 +00:00
RTCCertificate.webidl
RTCConfiguration.webidl
RTCDTMFSender.webidl
RTCDTMFToneChangeEvent.webidl
RTCDataChannel.webidl
RTCDataChannelEvent.webidl
RTCDtlsTransport.webidl Bug 1654399 - pt1 - webidl changes for RTCDtlsTransport. r=webidl,smaug 2020-08-31 22:54:29 +00:00
RTCIceCandidate.webidl
RTCIdentityAssertion.webidl
RTCIdentityProvider.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
RTCPeerConnection.webidl
RTCPeerConnectionIceEvent.webidl
RTCPeerConnectionStatic.webidl
RTCRtpReceiver.webidl Bug 1725488: Rewrite simulcast mochitests, and remove the hooks they used. r=ng,emilio 2021-08-17 18:37:09 +00:00
RTCRtpSender.webidl Bug 1654399 - pt1 - webidl changes for RTCDtlsTransport. r=webidl,smaug 2020-08-31 22:54:29 +00:00
RTCRtpSources.webidl
RTCRtpTransceiver.webidl
RTCSessionDescription.webidl
RTCStatsReport.webidl Bug 1529405 - Remove deprecated bytesReceived from stats. r=ng,webidl,smaug 2021-01-25 12:12:24 +01:00
RTCTrackEvent.webidl
RadioNodeList.webidl
Range.webidl
ReadableByteStreamController.webidl Bug 1750564 - Implement user-facing readable byte streams. r=mgaudet,emilio 2022-01-19 09:56:49 +00:00
ReadableStream.webidl Bug 1731070 - Implement ReadableStream.tee() r=smaug 2021-10-06 18:43:02 +00:00
ReadableStreamBYOBReader.webidl Bug 1741943 - Don't Expose interfaces that the current JS Streams implementation does not expose r=smaug 2022-01-14 21:09:21 +00:00
ReadableStreamBYOBRequest.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
ReadableStreamDefaultController.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
ReadableStreamDefaultReader.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
ReferrerPolicy.webidl
Reporting.webidl
Request.webidl Bug 1682164 - Update RequestDestination to the latest spec. r=asuth 2020-12-14 08:32:55 +00:00
ResizeObserver.webidl Bug 1587973 - Part 3: Support device-pixel-content-box for ResizeObserver. r=emilio 2021-08-10 21:03:31 +00: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 Bug 1388931 - Unship SVGPathSeg APIs behind a preference. r=emilio 2021-12-10 01:01:40 +00:00
SVGAnimatedPoints.webidl
SVGAnimatedPreserveAspectRatio.webidl
SVGAnimatedRect.webidl
SVGAnimatedString.webidl
SVGAnimatedTransformList.webidl
SVGAnimationElement.webidl Bug 1727881 - Add onbegin/onend/onrepeat event handler IDL attributes to SVGAnimationElement r=emilio 2021-08-28 16:06:20 +00:00
SVGCircleElement.webidl
SVGClipPathElement.webidl
SVGComponentTransferFunctionElement.webidl
SVGDefsElement.webidl
SVGDescElement.webidl
SVGElement.webidl
SVGEllipseElement.webidl
SVGFEBlendElement.webidl
SVGFEColorMatrixElement.webidl
SVGFEComponentTransferElement.webidl
SVGFECompositeElement.webidl Bug 1518099 - Add support for lighter operator in feComposite r=jrmuizel,emilio 2021-01-05 20:49:00 +00:00
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 Bug 1715387 - Flush style properly for DOM APIs which use d property. r=jwatt,hiro,emilio 2021-12-13 01:03:39 +00:00
SVGGradientElement.webidl
SVGGraphicsElement.webidl
SVGImageElement.webidl
SVGLength.webidl
SVGLengthList.webidl
SVGLineElement.webidl
SVGLinearGradientElement.webidl
SVGMPathElement.webidl
SVGMarkerElement.webidl Bug 1685543 - Expose auto-start-reverse enum value r=emilio 2021-01-08 00:05:11 +00:00
SVGMaskElement.webidl
SVGMatrix.webidl
SVGMetadataElement.webidl
SVGNumber.webidl
SVGNumberList.webidl
SVGPathElement.webidl Bug 1388931 - Unship SVGPathSeg APIs behind a preference. r=emilio 2021-12-10 01:01:40 +00:00
SVGPathSeg.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
SVGPathSegList.webidl Bug 1388931 - Unship SVGPathSeg APIs behind a preference. r=emilio 2021-12-10 01:01:40 +00:00
SVGPatternElement.webidl
SVGPoint.webidl
SVGPointList.webidl
SVGPolygonElement.webidl
SVGPolylineElement.webidl
SVGPreserveAspectRatio.webidl
SVGRadialGradientElement.webidl
SVGRect.webidl
SVGRectElement.webidl
SVGSVGElement.webidl
SVGScriptElement.webidl
SVGSetElement.webidl
SVGStopElement.webidl
SVGStringList.webidl
SVGStyleElement.webidl Bug 1700889 - remove xmlspace attribute from SVGStyleElement r=emilio 2021-03-25 17:15:43 +00: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
Sanitizer.webidl Bug 1737000 - Make [UseCounter] work on WebIDL constructors. r=peterv 2021-10-21 16:02:01 +00:00
Screen.webidl
ScreenOrientation.webidl
ScriptProcessorNode.webidl
ScrollAreaEvent.webidl
ScrollViewChangeEvent.webidl
SecurityPolicyViolationEvent.webidl
Selection.webidl Bug 1669996 - Do not expose chromeonly nodes via Selection API r=emilio 2020-10-15 20:49:47 +00:00
ServiceWorker.webidl Bug 1722576 - Rename PostMessageOptions to StructuredSerializeOptions. r=smaug 2021-09-29 12:48:17 +00:00
ServiceWorkerContainer.webidl
ServiceWorkerGlobalScope.webidl Bug 1682632 - part1: add ExtensionBrowser webidl API skeleton to Extension Background Service Worker. r=baku,mixedpuppy,asuth 2021-06-11 18:58:06 +00:00
ServiceWorkerRegistration.webidl Bug 1564235 - P2 Create NavigationPreloadManager.webidl and implement webidl binding. r=dom-worker-reviewers,webidl,asuth 2021-06-10 06:01:26 +00:00
ShadowRoot.webidl Bug 1413836 - Add delegatesFocus attribute to shadow dom r=smaug 2021-09-07 15:01:34 +00:00
SharedWorker.webidl
SharedWorkerGlobalScope.webidl
SimpleGestureEvent.webidl
SocketCommon.webidl
SourceBuffer.webidl Bug 1681801 - move experimental methods of `SourceBuffer` to partial interface. r=bryce,webidl,smaug 2020-12-10 20:05:18 +00:00
SourceBufferList.webidl
SpeechGrammar.webidl Bug 1631581 - Part 2: Rename NamedConstructor to LegacyFactoryFunction r=edgar 2021-04-11 03:13:31 +00:00
SpeechGrammarList.webidl Bug 1631581 - Part 2: Rename NamedConstructor to LegacyFactoryFunction r=edgar 2021-04-11 03:13:31 +00:00
SpeechRecognition.webidl Bug 1631581 - Part 2: Rename NamedConstructor to LegacyFactoryFunction r=edgar 2021-04-11 03:13:31 +00:00
SpeechRecognitionAlternative.webidl
SpeechRecognitionError.webidl
SpeechRecognitionEvent.webidl
SpeechRecognitionResult.webidl
SpeechRecognitionResultList.webidl
SpeechSynthesis.webidl
SpeechSynthesisErrorEvent.webidl
SpeechSynthesisEvent.webidl
SpeechSynthesisUtterance.webidl
SpeechSynthesisVoice.webidl
StaticRange.webidl
StereoPannerNode.webidl
Storage.webidl
StorageEvent.webidl
StorageManager.webidl
StorageType.webidl
StreamFilter.webidl
StreamFilterDataEvent.webidl
StructuredCloneTester.webidl
StyleSheet.webidl
StyleSheetApplicableStateChangeEvent.webidl
StyleSheetList.webidl Bug 1734445 - Make StyleSheetList idl exactly match the spec. r=webidl,smaug 2021-10-07 00:26:31 +00:00
SubmitEvent.webidl
SubtleCrypto.webidl
TCPServerSocket.webidl
TCPServerSocketEvent.webidl
TCPSocket.webidl Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar 2021-04-11 03:13:30 +00:00
TCPSocketErrorEvent.webidl Bug 1696776 - Expose error code in TCPSocketErrorEvent. r=valentin 2021-03-07 16:21:10 +00:00
TCPSocketEvent.webidl
TestFunctions.webidl Bug 1726595 - WebIDL code generation for Promise returning callbacks doesn't handle abrupt completions correctly. r=edgar 2021-09-28 15:20:58 +00:00
TestInterfaceJS.webidl
TestInterfaceJSDictionaries.webidl
TestInterfaceJSMaplikeSetlikeIterable.webidl Bug 1708660 - Remove support for map/setLike in JS-implemented WebIDL. r=edgar 2021-05-06 05:12:03 +00:00
TestUtils.webidl Bug 1750818 - Convert TestUtils to a namespace r=smaug 2022-01-19 06:45:35 +00:00
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 Bug 1664900 - move /media/webrtc/signaling/src to /dom/media/webrtc;r=dminor,webidl,smaug 2020-09-23 04:22:29 +00:00
TransitionEvent.webidl
TreeColumn.webidl
TreeColumns.webidl
TreeContentView.webidl
TreeView.webidl
TreeWalker.webidl
U2F.webidl Bug 1631581 - Part 6: Rename LenientSetter to LegacyLenientSetter r=edgar 2021-04-11 03:13:32 +00:00
UDPMessageEvent.webidl
UDPSocket.webidl
UIEvent.webidl
URL.webidl
URLSearchParams.webidl
UnderlyingSink.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
UnderlyingSource.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
UserProximityEvent.webidl Bug 1701789 - Restore UserProximityEvent r=smaug 2021-03-30 20:44:47 +00:00
VRDisplay.webidl
VRDisplayEvent.webidl
VRServiceTest.webidl
VTTCue.webidl
VTTRegion.webidl
ValidityState.webidl
VideoPlaybackQuality.webidl
VideoTrack.webidl
VideoTrackList.webidl
VisualViewport.webidl Bug 1697253 - Hide VisualViewport interface behind the existing pref r=edgar 2021-03-11 20:51:51 +00:00
WaveShaperNode.webidl
WebAuthentication.webidl
WebGL2RenderingContext.webidl Bug 1736177 - Part 4. Expose missing WebGL interfaces to workers. r=dom-worker-reviewers,jgilbert,smaug 2021-12-10 02:57:53 +00:00
WebGLContextEvent.webidl
WebGLRenderingContext.webidl Bug 1603339 - Add canvas attribute to ImageBitmapRenderingContext. r=lsalzman,emilio 2021-12-15 21:36:20 +00:00
WebGPU.webidl Bug 1743668 - WebGPU debug groups r=jimb,webidl,smaug 2021-12-21 14:51:16 +00:00
WebSocket.webidl
WebXR.webidl
WebrtcDeprecated.webidl
WebrtcGlobalInformation.webidl
WheelEvent.webidl Bug 1708829 - Expose WheelEvent.wheelDelta{,X,Y} for compat with other engines. r=masayuki 2021-05-14 15:17:33 +00:00
WidevineCDMManifest.webidl
Window.webidl Bug 1738971 - Part 1. Split out plumbing for AnimationFrameProvider from Document. r=dom-worker-reviewers,smaug 2021-12-10 02:57:49 +00:00
WindowOrWorkerGlobalScope.webidl Bug 1750818 - Convert TestUtils to a namespace r=smaug 2022-01-19 06:45:35 +00:00
WindowRoot.webidl
Worker.webidl Bug 1722576 - Rename PostMessageOptions to StructuredSerializeOptions. r=smaug 2021-09-29 12:48:17 +00:00
WorkerDebuggerGlobalScope.webidl
WorkerGlobalScope.webidl
WorkerLocation.webidl
WorkerNavigator.webidl Bug 1725734 - Basic Web Locks implementation r=smaug,asuth 2021-08-18 01:23:45 +00:00
WorkerTestUtils.webidl Bug 1684139 - Adding mozilla specific wpt for timer nesting level in workers r=dom-worker-reviewers,asuth 2021-03-10 12:35:46 +00:00
Worklet.webidl
WorkletGlobalScope.webidl
WritableStream.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
WritableStreamDefaultController.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
WritableStreamDefaultWriter.webidl Bug 1735178 - Add streams license boilerplate. r=emilio 2022-01-16 21:06:25 +00:00
XMLDocument.webidl
XMLHttpRequest.webidl Bug 1643243 - XHR uses XMLHttpRequestBodyInit as per whatwg spec. r=annevk,webidl,smaug 2020-10-28 18:22:48 +00:00
XMLHttpRequestEventTarget.webidl
XMLHttpRequestUpload.webidl
XMLSerializer.webidl
XPathEvaluator.webidl
XPathExpression.webidl
XPathNSResolver.webidl
XPathResult.webidl
XRInputSourceEvent.webidl
XRInputSourcesChangeEvent.webidl
XRReferenceSpaceEvent.webidl
XRSessionEvent.webidl
XSLTProcessor.webidl Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar 2021-04-11 03:13:32 +00:00
XULCommandEvent.webidl Bug 1704948 - Give XULCommandEvent a button property. r=smaug,preferences-reviewers 2021-04-20 17:44:16 +00:00
XULElement.webidl Bug 1691310 - Remove allowEvents DOM property from XULElement. r=emilio 2021-02-08 10:22:56 +00:00
XULPopupElement.webidl Bug 1709439, activateItem should allow any descendant of an open submenu to be used, r=mstange,emilio 2021-05-10 18:44:03 +00:00
moz.build Bug 1669552 - Add TestUtils support for WPT r=smaug 2022-01-14 18:36:59 +00:00