..
APZTestData.webidl
Bug 1561698 - Check the layers id in hit-testing mochitests as well. r=botond,hsivonen
2019-07-01 07:12:24 +00:00
AbortController.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
AbortSignal.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
AbstractRange.webidl
Bug 1444847 - part 1: Create `mozilla::dom::AbstractRange` r=smaug
2019-06-28 07:46:35 +00:00
AbstractWorker.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
AccessibleNode.webidl
Bug 1468110 - add AccessibleNode relation attributes, r=yzen, qdot
2018-07-17 08:37:37 +09:00
AddonEvent.webidl
Bug 1524325 Remove AddonEvent.needsRestart r=bzbarsky,kmag
2019-02-07 20:47:14 +00:00
AddonManager.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
AnalyserNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Animatable.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Animation.webidl
Bug 1253476 - Make whitespace in Web Animations WebIDL definitions more consistent; r=bzbarsky
2019-05-20 05:22:44 +00:00
AnimationEffect.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
AnimationEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
AnimationPlaybackEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
AnimationTimeline.webidl
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
AnonymousContent.webidl
Bug 1571650: Add an API to change the style of AnonymousContent from devtools. r=smaug
2019-08-16 07:38:39 +00:00
AppInfo.webidl
…
AppNotificationServiceOptions.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Attr.webidl
…
AudioBuffer.webidl
…
AudioBufferSourceNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
AudioContext.webidl
Bug 1324545 - Implement AudioContext getOutputTimestamp(). r=baku
2019-07-12 11:27:25 +00:00
AudioDestinationNode.webidl
…
AudioListener.webidl
Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE
2018-07-20 17:13:20 +03:00
AudioNode.webidl
…
AudioParam.webidl
Bug 1524026
- part 2 : add test. r=padenot,smaug
2019-02-05 22:50:42 +00:00
AudioParamDescriptor.webidl
Bug 1501709
- AudioWorkletGlobalScope::RegisterProcessor: check descriptors and convert them to an internal representation. r=karlt,baku,froydnj
2019-01-10 18:45:38 +00:00
AudioParamMap.webidl
…
AudioProcessingEvent.webidl
…
AudioScheduledSourceNode.webidl
…
AudioTrack.webidl
…
AudioTrackList.webidl
…
AudioWorklet.webidl
Bug 1470856 - Add AudioWorklet definition. r=baku,karlt
2018-06-27 11:31:02 +02:00
AudioWorkletGlobalScope.webidl
Bug 1542931 Add AudioWorkletProcessorConstructor r=bzbarsky
2019-06-11 15:45:45 +00:00
AudioWorkletNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
AudioWorkletProcessor.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
AutocompleteInfo.webidl
Bug 1477798 - Expose whether a fieldName should be automatically persisted on getAutocompleteInfo(). r=baku
2019-01-10 18:48:39 +00:00
BarProp.webidl
…
BaseAudioContext.webidl
Bug 1324552 - Implement AudioContext baseLatency and outputLatency attributes. r=pehrsons,baku
2019-07-12 11:28:03 +00:00
BaseKeyframeTypes.webidl
Bug 1483404 - Move conversion of CompositeOperation enum types to KeyframeUtils::GetAnimationPropertiesFromKeyframes; r=smaug
2018-08-16 16:24:52 +00:00
BasicCardPayment.webidl
Bug 1546859 add requestSecurityCode member to BasicCardRequest r=baku
2019-04-25 07:47:36 +00:00
BatteryManager.webidl
…
BeforeUnloadEvent.webidl
…
BiquadFilterNode.webidl
Bug 1563728 - Throw when the three parameters of BiquadFilterNode.getFrequencyResponse aren't of the same size. r=baku
2019-07-05 20:34:47 +00:00
Blob.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
BlobEvent.webidl
Add IDL source documentation for BlobEvent. No bug. r=peterv
2019-07-08 15:53:01 +00:00
BroadcastChannel.webidl
…
BrowserElement.webidl
Bug 1503070 part 12. Stop using DOMRequest in BrowserElement getCanGoForward/Back APIs. r=ehsan
2018-11-01 17:37:48 -04:00
BrowserElementDictionaries.webidl
Bug 1527287 - Add support for "noreferrer" feature argument to window.open(); r=qdot
2019-04-24 20:29:19 -04:00
CDATASection.webidl
…
CSPDictionaries.webidl
Bug 1386214 - Remove require-sri from the CSP-Module r=ckerschb,qdot
2019-03-26 21:58:48 +00:00
CSPReport.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
CSS.webidl
…
CSS2Properties.webidl.in
…
CSSAnimation.webidl
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
CSSConditionRule.webidl
…
CSSCounterStyleRule.webidl
…
CSSFontFaceRule.webidl
…
CSSFontFeatureValuesRule.webidl
…
CSSGroupingRule.webidl
…
CSSImportRule.webidl
…
CSSKeyframeRule.webidl
Bug 1552352 - Add extended attributes to CSSKeyframeRule.style. r=smaug
2019-06-24 20:22:46 +00:00
CSSKeyframesRule.webidl
…
CSSMediaRule.webidl
…
CSSMozDocumentRule.webidl
…
CSSNamespaceRule.webidl
…
CSSPageRule.webidl
…
CSSPseudoElement.webidl
Bug 1528883 - Rename CSSPseudoElement.parentElement to CSSPseudoElement.element; r=bzbarsky
2019-02-22 03:12:19 +00:00
CSSRule.webidl
…
CSSRuleList.webidl
…
CSSStyleDeclaration.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
CSSStyleRule.webidl
…
CSSStyleSheet.webidl
Bug 1545823 - Implement non-standard CSSStyleSheet.rules, CSSStyleSheet.addRule and CSSStyleSheet.removeRule. r=bzbarsky
2019-05-09 12:32:52 +00:00
CSSSupportsRule.webidl
…
CSSTransition.webidl
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
Cache.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
CacheStorage.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
CancelContentJSOptions.webidl
Bug 1493225, part 3 - Cancel content JS when navigating through history to prevent hangs r=smaug
2019-04-30 23:31:46 +00:00
CanvasCaptureMediaStream.webidl
…
CanvasRenderingContext2D.webidl
Bug 1414372: Introduce interface mixins r=bzbarsky
2019-08-15 16:53:49 +00:00
CaretPosition.webidl
…
CaretStateChangedEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ChannelMergerNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ChannelSplitterNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
CharacterData.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
CheckerboardReportService.webidl
…
ChildNode.webidl
…
ChildSHistory.webidl
…
ChromeNodeList.webidl
…
Client.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Clients.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Clipboard.webidl
Bug 1483552 - Disable Clipboard.readText outside of system/extension code, r=baku
2018-10-26 16:51:51 +00:00
ClipboardEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
CloseEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
CommandEvent.webidl
…
Comment.webidl
…
CompositionEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Console.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ConstantSourceNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ConvolverNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Coordinates.webidl
…
CreateOfferRequest.webidl
…
CredentialManagement.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Crypto.webidl
…
CustomElementRegistry.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
CustomEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DOMException.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
DOMImplementation.webidl
…
DOMMatrix.webidl
Bug 1360475: Use union for DOMMatrix constructor r=bzbarsky
2019-07-16 21:12:38 +00:00
DOMParser.webidl
Bug 467035 - Avoid leaking browser language via DTD r=Gijs,bzbarsky
2019-07-08 10:47:05 +00:00
DOMPoint.webidl
Bug 1563504: Implement DOMPoint matrixTransform() r=bzbarsky
2019-07-06 06:55:53 +00:00
DOMQuad.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DOMRect.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DOMRectList.webidl
…
DOMRequest.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
DOMStringList.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
DOMStringMap.webidl
…
DOMTokenList.webidl
…
DataTransfer.webidl
Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre
2019-08-20 12:43:02 +00:00
DataTransferItem.webidl
Bug 1570490. Remove some unnecessary argument name escapes. r=mccr8
2019-07-31 22:00:37 +00:00
DataTransferItemList.webidl
…
DecoderDoctorNotification.webidl
…
DedicatedWorkerGlobalScope.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DelayNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DeviceLightEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DeviceMotionEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DeviceOrientationEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DeviceProximityEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Directory.webidl
…
Document.webidl
Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug
2019-08-21 13:24:45 +00:00
DocumentFragment.webidl
…
DocumentOrShadowRoot.webidl
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
DocumentTimeline.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
DocumentType.webidl
…
DragEvent.webidl
Add IDL source information to some event interfaces. No bug. r=smaug
2019-07-09 19:02:18 +00:00
DynamicsCompressorNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Element.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ErrorEvent.webidl
Add IDL source information to some event interfaces. No bug. r=smaug
2019-07-09 19:02:18 +00:00
Event.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
EventHandler.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
EventListener.webidl
…
EventSource.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
EventTarget.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ExtendableEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ExtendableMessageEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
External.webidl
Bug 1512047
- Deprecate AddSearchProvider, r=mkaply
2018-12-18 08:56:19 +01:00
FailedCertSecurityInfo.webidl
Bug 1555438 - Expose attributes from nsISiteSecurityService and failedCertChain info to content for about:certerror use. r=baku
2019-06-26 20:23:55 +00:00
FakePluginTagInit.webidl
…
FeaturePolicy.webidl
Bug 1514474 - Implement FeaturePolicy.features(), r=ckerschb
2019-07-08 02:03:18 +00:00
Fetch.webidl
Bug 1414372: Introduce interface mixins r=bzbarsky
2019-08-15 16:53:49 +00:00
FetchEvent.webidl
Bug 1264177 - Implement FetchEvent.resultingClientId r=edenchuang,mrbkap
2018-11-15 08:28:23 +00:00
FetchObserver.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
File.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
FileList.webidl
…
FileMode.webidl
…
FileReader.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
FileReaderSync.webidl
…
FileSystem.webidl
Bug 1535384 part 7. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for filesystem callbacks. r=mccr8
2019-03-19 15:53:43 +00:00
FileSystemDirectoryEntry.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
FileSystemDirectoryReader.webidl
Bug 1535384 part 7. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for filesystem callbacks. r=mccr8
2019-03-19 15:53:43 +00:00
FileSystemEntry.webidl
Bug 1520422 - Entries API should not use callback inferfaces, r=Ms2ger
2019-01-22 10:29:49 +01:00
FileSystemFileEntry.webidl
Bug 1535384 part 7. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for filesystem callbacks. r=mccr8
2019-03-19 15:53:43 +00:00
FocusEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
FontFace.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
FontFaceSet.webidl
Bug 1535384 part 10. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for FontFaceSetForEachCallback. r=heycam
2019-03-19 04:36:18 +00:00
FontFaceSetLoadEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
FontFaceSource.webidl
…
FormData.webidl
…
FrameCrashedEvent.webidl
Bug 1565927 - Default FrameCrashedEvent's isTopFrame to true if never set. r=nika
2019-07-17 01:50:04 +00:00
FrameLoader.webidl
bug 1562889 - Convert content-sessionStore to C++: add browser epochs support r=peterv
2019-07-11 09:46:14 +00:00
Function.webidl
Bug 1535384 part 8. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for Web IDL Function. r=mccr8
2019-03-19 20:52:03 +00:00
FuzzingFunctions.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
GainNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Gamepad.webidl
Bug 1523351 - Part 1: GamepadTouch and GamepadLightIndicator WebAPI implementation. r=baku
2019-05-29 22:44:24 +00:00
GamepadAxisMoveEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
GamepadButtonEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
GamepadEvent.webidl
Add IDL source information to some event interfaces. No bug. r=smaug
2019-07-09 19:02:18 +00:00
GamepadHapticActuator.webidl
…
GamepadLightIndicator.webidl
Bug 1523351 - Part 1: GamepadTouch and GamepadLightIndicator WebAPI implementation. r=baku
2019-05-29 22:44:24 +00:00
GamepadPose.webidl
…
GamepadServiceTest.webidl
Bug 1523351 - Part 2: Add tests for GamepadTouch and GamepadLightIndicator. r=baku
2019-05-29 22:15:25 +00:00
GamepadTouch.webidl
Bug 1523351 - Part 1: GamepadTouch and GamepadLightIndicator WebAPI implementation. r=baku
2019-05-29 22:44:24 +00:00
Geolocation.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
GeometryUtils.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
GetUserMediaRequest.webidl
…
Grid.webidl
…
HTMLAllCollection.webidl
Bug 1398354 part 2. Update document.all item() and legacycaller to new spec semantics. r=mccr8
2018-10-17 23:00:49 -04:00
HTMLAnchorElement.webidl
…
HTMLAreaElement.webidl
…
HTMLAudioElement.webidl
…
HTMLBRElement.webidl
Bug 1569902 - part 2: Stop using attribute to consider whether a `<br>` element is a special node for empty last line or not r=m_kato,smaug
2019-08-02 05:45:18 +00:00
HTMLBaseElement.webidl
…
HTMLBodyElement.webidl
Bug 1359269 - Part 4: Update HTML spec idl files to use attributes on types; r=bzbarsky
2019-03-02 04:21:31 +00:00
HTMLButtonElement.webidl
…
HTMLCanvasElement.webidl
Bug 1570490. Remove some unnecessary argument name escapes. r=mccr8
2019-07-31 22:00:37 +00:00
HTMLCollection.webidl
…
HTMLDListElement.webidl
…
HTMLDataElement.webidl
…
HTMLDataListElement.webidl
…
HTMLDetailsElement.webidl
…
HTMLDialogElement.webidl
…
HTMLDirectoryElement.webidl
…
HTMLDivElement.webidl
…
HTMLDocument.webidl
Bug 1569677 - Part 2: Move HTMLDocument.userInteractionForTesting to Document; r=bzbarsky
2019-07-29 19:32:53 +00:00
HTMLElement.webidl
Bug 1374045: add 'preventScroll' option to HTMLElement's, SVGElement's and XULElement's 'focus' method r=smaug
2019-04-12 08:16:47 +00:00
HTMLEmbedElement.webidl
…
HTMLFieldSetElement.webidl
…
HTMLFontElement.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
HTMLFormControlsCollection.webidl
…
HTMLFormElement.webidl
…
HTMLFrameElement.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
HTMLFrameSetElement.webidl
…
HTMLHRElement.webidl
…
HTMLHeadElement.webidl
…
HTMLHeadingElement.webidl
…
HTMLHtmlElement.webidl
…
HTMLHyperlinkElementUtils.webidl
…
HTMLIFrameElement.webidl
Bug 1514296 - Rename Document.policy to Document.featurePolicy, r=ckerschb
2019-07-08 00:10:56 +00:00
HTMLImageElement.webidl
Bug 1501794 - Implement img decode API. r=bzbarsky,tnikkel
2019-04-02 08:56:54 -04:00
HTMLInputElement.webidl
Bug 1553603 - Support "capture" attribute in Gecko and expose in GV. r=geckoview-reviewers,smaug,snorp,agi
2019-07-30 18:13:05 +00:00
HTMLLIElement.webidl
…
HTMLLabelElement.webidl
…
HTMLLegendElement.webidl
…
HTMLLinkElement.webidl
Bug 1281135 - Make <link disabled> work and HTMLLinkElement.disabled reflect that attribute. r=bzbarsky
2019-04-19 13:31:05 +00:00
HTMLMapElement.webidl
…
HTMLMarqueeElement.webidl
Bug 1507895 - Part III, Remove the marquee binding r=smaug
2019-01-25 14:24:43 +00:00
HTMLMediaElement.webidl
Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya
2019-05-27 16:15:33 +00:00
HTMLMenuElement.webidl
…
HTMLMenuItemElement.webidl
…
HTMLMetaElement.webidl
…
HTMLMeterElement.webidl
…
HTMLModElement.webidl
…
HTMLOListElement.webidl
…
HTMLObjectElement.webidl
Bug 1548773: Remove support for typemustmatch r=bzbarsky
2019-05-05 14:41:59 +00:00
HTMLOptGroupElement.webidl
…
HTMLOptionElement.webidl
…
HTMLOptionsCollection.webidl
Bug 1521853 - Remove Throws annotation from some infallible HTMLOptionsCollection/HTMLSelectElement properties. r=qdot
2019-01-22 19:03:07 +00:00
HTMLOutputElement.webidl
…
HTMLParagraphElement.webidl
…
HTMLParamElement.webidl
…
HTMLPictureElement.webidl
…
HTMLPreElement.webidl
…
HTMLProgressElement.webidl
…
HTMLQuoteElement.webidl
…
HTMLScriptElement.webidl
Bug 1460920 - Part 2 : Support referrerpolicy attribute in script HTMLScriptElement r=hsivonen
2018-11-13 14:33:02 +00:00
HTMLSelectElement.webidl
Bug 1521853 - Remove Throws annotation from some infallible HTMLOptionsCollection/HTMLSelectElement properties. r=qdot
2019-01-22 19:03:07 +00:00
HTMLSlotElement.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
HTMLSourceElement.webidl
…
HTMLSpanElement.webidl
…
HTMLStyleElement.webidl
…
HTMLTableCaptionElement.webidl
…
HTMLTableCellElement.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
HTMLTableColElement.webidl
…
HTMLTableElement.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
HTMLTableRowElement.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
HTMLTableSectionElement.webidl
…
HTMLTemplateElement.webidl
…
HTMLTextAreaElement.webidl
Bug 1359269 - Part 4: Update HTML spec idl files to use attributes on types; r=bzbarsky
2019-03-02 04:21:31 +00:00
HTMLTimeElement.webidl
…
HTMLTitleElement.webidl
…
HTMLTrackElement.webidl
…
HTMLUListElement.webidl
…
HTMLVideoElement.webidl
Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky
2019-07-18 13:06:25 +00:00
HashChangeEvent.webidl
Add IDL source information to some event interfaces. No bug. r=smaug
2019-07-09 19:02:18 +00:00
Headers.webidl
…
HiddenPluginEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
History.webidl
…
IDBCursor.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBDatabase.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
IDBFactory.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
IDBFileHandle.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
IDBFileRequest.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBIndex.webidl
Bug 1359269 - Part 8: Make it a hard error to apply type attributes on arguments, attrs, and dict members when it's unambiguous, update webidls; r=bzbarsky
2019-03-02 04:21:50 +00:00
IDBKeyRange.webidl
Bug 1414372: Introduce interface mixins r=bzbarsky
2019-08-15 16:53:49 +00:00
IDBMutableFile.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBObjectStore.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
IDBOpenDBRequest.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBRequest.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBTransaction.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBVersionChangeEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
IIRFilterNode.webidl
…
IdleDeadline.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
ImageBitmap.webidl
Bug 1500768 - Implement SVGImageElement support for createImageBitmap, r=jwatt
2018-10-25 14:55:06 +02:00
ImageBitmapRenderingContext.webidl
…
ImageCapture.webidl
Bug 1377146 - Remove AudioStreamTrack and VideoStreamTrack from js. r=jib,smaug
2018-10-11 15:36:11 +00:00
ImageCaptureErrorEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ImageData.webidl
Bug 1350254 part 2. Switch ImageData to [Serializable]. r=baku
2019-06-25 06:44:38 +00:00
ImageDocument.webidl
…
InputEvent.webidl
Add IDL source information to some event interfaces. No bug. r=smaug
2019-07-09 19:02:18 +00:00
InstallTrigger.webidl
…
IntersectionObserver.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
IntlUtils.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
IterableIterator.webidl
…
KeyAlgorithm.webidl
…
KeyEvent.webidl
Bug 1479964 - Set KeyboardEvent.keyCode and KeyboardEvent.charCode to same value if the event is "keypress" event r=smaug
2018-10-09 04:43:37 +00:00
KeyIdsInitData.webidl
…
KeyboardEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
KeyframeAnimationOptions.webidl
…
KeyframeEffect.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
LegacyQueryInterface.webidl
Bug 1568585
. Stop implementing JS-exposed QueryInterface on Window. r=peterv
2019-07-25 14:31:10 +00:00
LinkStyle.webidl
…
LoadURIOptions.webidl
Bug 1518454: Part 1, backend changes, add CSP to loadURIOptions dictionary and pass CSP explicitly from frontend to docshell. r=bz
2019-02-21 16:00:32 +01:00
Location.webidl
Bug 1363208 part 6. Remove the NonOrdinaryGetPrototypeOf annotation. r=peterv
2019-01-21 03:33:16 +00:00
MIDIAccess.webidl
…
MIDIConnectionEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MIDIInput.webidl
…
MIDIInputMap.webidl
…
MIDIMessageEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MIDIOptions.webidl
…
MIDIOutput.webidl
…
MIDIOutputMap.webidl
…
MIDIPort.webidl
…
MediaCapabilities.webidl
Bug 1493798. Update the MediaCapabilities dictionaries to follow the spec more closely. r=jya
2018-09-26 19:19:47 +00:00
MediaDebugInfo.webidl
Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya
2019-05-27 16:15:33 +00:00
MediaDeviceInfo.webidl
…
MediaDevices.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MediaElementAudioSourceNode.webidl
Bug 1350973 - Implement new attributes MediaStreamAudioSourceNode.mediaStream and MediaElementAudioSourceNode.mediaElement. r=baku
2019-07-11 20:09:58 +00:00
MediaEncryptedEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MediaError.webidl
…
MediaKeyError.webidl
…
MediaKeyMessageEvent.webidl
…
MediaKeySession.webidl
…
MediaKeyStatusMap.webidl
…
MediaKeySystemAccess.webidl
Bug 1536102 - P2: Add encryption scheme to MediaKeySystemMediaCapability dictionary. r=smaug
2019-06-12 05:31:19 +00:00
MediaKeys.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MediaKeysRequestStatus.webidl
…
MediaList.webidl
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
MediaQueryList.webidl
Bug 1473856 - MediaQueryList could use ProbablyShortLivingWrapper + LastRelease, r=bz
2018-07-07 03:08:35 +03:00
MediaQueryListEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MediaRecorder.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MediaRecorderErrorEvent.webidl
…
MediaSource.webidl
Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky
2019-07-18 13:06:25 +00:00
MediaStream.webidl
Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug
2018-12-28 03:12:57 +00:00
MediaStreamAudioDestinationNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MediaStreamAudioSourceNode.webidl
Bug 1350973 - Implement new attributes MediaStreamAudioSourceNode.mediaStream and MediaElementAudioSourceNode.mediaElement. r=baku
2019-07-11 20:09:58 +00:00
MediaStreamError.webidl
…
MediaStreamEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MediaStreamTrack.webidl
Bug 1493613 - Update muted state through MediaStreamTrackSource. r=bwc,smaug
2019-07-31 09:35:06 +00:00
MediaStreamTrackAudioSourceNode.webidl
Bug 1324548 - Add MediaStreamTrackAudioSourceNode. r=pehrsons,baku
2019-04-10 12:14:17 +00:00
MediaStreamTrackEvent.webidl
…
MediaTrackConstraintSet.webidl
…
MediaTrackSettings.webidl
Bug 1537986 - Add deviceId and groupId to all camera and microphone settings. r=jib,smaug
2019-06-04 12:07:31 +00:00
MediaTrackSupportedConstraints.webidl
Bug 1561254 - Support groupId in constraints. r=achronop,jib,smaug
2019-07-30 16:28:44 +00:00
MerchantValidationEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MessageChannel.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
MessageEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MessagePort.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MimeType.webidl
…
MimeTypeArray.webidl
…
MouseEvent.webidl
Bug 1178763, move UIEvent.pageX/pageY to MouseEvent, r=masayuki
2019-07-04 01:50:22 +00:00
MouseScrollEvent.webidl
…
MozApplicationEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MozFrameLoaderOwner.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
MutationEvent.webidl
…
MutationObserver.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
NamedNodeMap.webidl
…
NativeOSFileInternals.webidl
…
Navigator.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
NetDashboard.webidl
…
NetworkInformation.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
NetworkOptions.webidl
…
Node.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
NodeFilter.webidl
…
NodeIterator.webidl
…
NodeList.webidl
…
Notification.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
NotificationEvent.webidl
…
NotifyPaintEvent.webidl
…
OfflineAudioCompletionEvent.webidl
…
OfflineAudioContext.webidl
…
OfflineResourceList.webidl
…
OffscreenCanvas.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
OscillatorNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PageTransitionEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PaintRequest.webidl
…
PaintRequestList.webidl
…
PaintWorkletGlobalScope.webidl
…
PannerNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ParentNode.webidl
Bug 1475342 - Move document.getElementsByAttribute[NS] to ParentNode so it'll work for HTML document and elements;r=bz
2018-07-26 13:40:13 -07:00
ParentSHistory.webidl
…
PaymentAddress.webidl
Bug 1441752 - Adding an new attribute regionCode in PaymentAddress. r=baku
2018-09-28 12:21:59 +02:00
PaymentMethodChangeEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PaymentRequest.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PaymentRequestUpdateEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PaymentResponse.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PeerConnectionImpl.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PeerConnectionObserver.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PeerConnectionObserverEnums.webidl
Bug 1536631
- Part 1: Pass the necessary information to JS to build the appropriate errors to reject with. r=smaug,jib
2019-04-02 13:08:18 +00:00
Performance.webidl
Bug 1504958 - Expose Performance.toJSON() in workers, r=smaug
2018-11-06 16:07:27 +01:00
PerformanceEntry.webidl
Bug 1504958 - Expose Performance.toJSON() in workers, r=smaug
2018-11-06 16:07:27 +01:00
PerformanceEntryEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PerformanceMark.webidl
…
PerformanceMeasure.webidl
…
PerformanceNavigation.webidl
Bug 1504958 - Expose Performance.toJSON() in workers, r=smaug
2018-11-06 16:07:27 +01:00
PerformanceNavigationTiming.webidl
Bug 1504958 - Expose Performance.toJSON() in workers, r=smaug
2018-11-06 16:07:27 +01:00
PerformanceObserver.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PerformanceObserverEntryList.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PerformanceResourceTiming.webidl
Bug 1504958 - Expose Performance.toJSON() in workers, r=smaug
2018-11-06 16:07:27 +01:00
PerformanceServerTiming.webidl
Bug 1504958 - Expose Performance.toJSON() in workers, r=smaug
2018-11-06 16:07:27 +01:00
PerformanceTiming.webidl
Bug 1504958 - Expose Performance.toJSON() in workers, r=smaug
2018-11-06 16:07:27 +01:00
PeriodicWave.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PermissionStatus.webidl
…
Permissions.webidl
…
Plugin.webidl
…
PluginArray.webidl
…
PluginCrashedEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PointerEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PopStateEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PopupBlockedEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
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
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Promise.webidl
Bug 1535384 part 5. Eliminate MOZ_CAN_RUN_SCRIPT_BOUNDARY for mutation callbacks. r=mccr8
2019-03-19 15:14:11 +00:00
PromiseRejectionEvent.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
PushEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PushManager.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PushMessageData.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
PushSubscription.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
PushSubscriptionOptions.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
RTCCertificate.webidl
Bug 1350254 part 10. Switch RTCCertificate to [Serializable]. r=baku
2019-06-25 06:49:06 +00:00
RTCConfiguration.webidl
Bug 1529595: Remove "token" from RTCIceCredentialType, re-enable a web-platform-test, and fix a mochitest. r=smaug,jib
2019-04-25 20:58:12 +00:00
RTCDTMFSender.webidl
…
RTCDTMFToneChangeEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
RTCDataChannel.webidl
Bug 1529695: Implement RTCDataChannel.negotiated. r=bwc,smaug
2019-05-16 23:11:46 +02:00
RTCDataChannelEvent.webidl
…
RTCIceCandidate.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
RTCIdentityAssertion.webidl
…
RTCIdentityProvider.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
RTCPeerConnection.webidl
Bug 1551316 - Add pc.restartIce() method. r=bwc,smaug
2019-07-17 21:19:51 +00:00
RTCPeerConnectionIceEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
RTCPeerConnectionStatic.webidl
…
RTCRtpReceiver.webidl
Bug 1531803 - Part 6: Fire track events when that track has been added to a stream. r=jib,smaug
2019-04-29 15:52:03 +00:00
RTCRtpSender.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
RTCRtpSources.webidl
…
RTCRtpTransceiver.webidl
Bug 1531803 - Part 4: Remove some track-id-centric ChromeOnly API on RTCRtpTransceiver. r=jib,smaug
2019-04-29 15:52:00 +00:00
RTCSessionDescription.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
RTCStatsReport.webidl
Bug 1570158 - Add proxy information to candidates table in about:webrtc r=bwc,baku
2019-08-21 10:04:45 +00:00
RTCTrackEvent.webidl
…
RadioNodeList.webidl
…
Range.webidl
Bug 1444847 - part 1: Create `mozilla::dom::AbstractRange` r=smaug
2019-06-28 07:46:35 +00:00
ReferrerPolicy.webidl
Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug
2019-08-21 13:24:45 +00:00
Reporting.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Request.webidl
Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug
2019-08-21 13:24:45 +00:00
ResizeObserver.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Response.webidl
Bug 1414372: Introduce interface mixins r=bzbarsky
2019-08-15 16:53:49 +00:00
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
Bug 1515800 - Rename some more GetCurrentTime methods to avoid winbase.h bustage r=birtles,bzbarsky
2018-12-21 05:37:58 +00:00
SVGCircleElement.webidl
…
SVGClipPathElement.webidl
…
SVGComponentTransferFunctionElement.webidl
…
SVGDefsElement.webidl
…
SVGDescElement.webidl
…
SVGElement.webidl
Bug 1374045: add 'preventScroll' option to HTMLElement's, SVGElement's and XULElement's 'focus' method r=smaug
2019-04-12 08:16:47 +00: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
…
SVGFilterPrimitiveStandardAttributes.webidl
…
SVGFitToViewBox.webidl
…
SVGForeignObjectElement.webidl
…
SVGGElement.webidl
…
SVGGeometryElement.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
SVGGradientElement.webidl
…
SVGGraphicsElement.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
SVGImageElement.webidl
Bug 1501794 - Implement img decode API. r=bzbarsky,tnikkel
2019-04-02 08:56:54 -04:00
SVGLength.webidl
…
SVGLengthList.webidl
…
SVGLineElement.webidl
…
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
…
SVGPolylineElement.webidl
…
SVGPreserveAspectRatio.webidl
…
SVGRadialGradientElement.webidl
…
SVGRect.webidl
…
SVGRectElement.webidl
…
SVGSVGElement.webidl
Bug 1515800 - Rename some more GetCurrentTime methods to avoid winbase.h bustage r=birtles,bzbarsky
2018-12-21 05:37:58 +00:00
SVGScriptElement.webidl
…
SVGSetElement.webidl
…
SVGStopElement.webidl
…
SVGStringList.webidl
…
SVGStyleElement.webidl
…
SVGSwitchElement.webidl
…
SVGSymbolElement.webidl
…
SVGTSpanElement.webidl
…
SVGTests.webidl
Bug 1295404 - Remove requiredFeatures from SVGTests r=dholbert r=bzbarsky
2019-06-26 19:51:12 +01:00
SVGTextContentElement.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
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
Bug 1482243 - Place Screen's MediaCapabilities behind a different pref. r=bzbarsky
2018-08-09 21:05:55 +00:00
ScreenOrientation.webidl
…
ScriptProcessorNode.webidl
…
ScrollAreaEvent.webidl
…
ScrollViewChangeEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
SecurityPolicyViolationEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Selection.webidl
Bug 1562876: rename `Selection::RemoveRange` to `Selection::RemoveRangeAndUnselectFramesAndNotifyListeners`. r=smaug
2019-07-03 13:26:14 +02:00
ServiceWorker.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ServiceWorkerContainer.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ServiceWorkerGlobalScope.webidl
Bug 1399446 - implement ServiceWorkerGlobalScope and ServiceWorkerContainer onmessageerror event handlers r=edenchuang,baku
2018-10-22 21:22:25 +00:00
ServiceWorkerRegistration.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
ShadowRoot.webidl
Bug 1535438 - Remove Shadow DOM v0 APIs. r=smaug
2019-03-16 00:14:57 +00:00
SharedWorker.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
SharedWorkerGlobalScope.webidl
…
SimpleGestureEvent.webidl
…
SocketCommon.webidl
…
SourceBuffer.webidl
Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky
2019-07-18 13:06:25 +00:00
SourceBufferList.webidl
Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky
2019-07-18 13:06:25 +00:00
SpeechGrammar.webidl
…
SpeechGrammarList.webidl
…
SpeechRecognition.webidl
…
SpeechRecognitionAlternative.webidl
…
SpeechRecognitionError.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
SpeechRecognitionEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
SpeechRecognitionResult.webidl
…
SpeechRecognitionResultList.webidl
…
SpeechSynthesis.webidl
…
SpeechSynthesisErrorEvent.webidl
…
SpeechSynthesisEvent.webidl
…
SpeechSynthesisUtterance.webidl
…
SpeechSynthesisVoice.webidl
…
StaticRange.webidl
Bug 1444847 - part 4: Implement `mozilla::dom::StaticRange` and static factory methods r=smaug
2019-06-28 07:48:52 +00:00
StereoPannerNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
Storage.webidl
Bug 1556217 - LSNG: Add a test for large items; r=asuth, smaug
2019-06-02 08:00:25 +02:00
StorageEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
StorageManager.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
StorageType.webidl
…
StreamFilter.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
StreamFilterDataEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
StructuredCloneTester.webidl
Bug 1562064. Convert StructuredCloneTester to using [Serializable]. r=baku
2019-06-30 16:43:10 +00:00
StyleRuleChangeEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
StyleSheet.webidl
…
StyleSheetApplicableStateChangeEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
StyleSheetChangeEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
StyleSheetList.webidl
…
SubtleCrypto.webidl
Bug 1350254 part 8. Switch CryptoKey to [Serializable]. r=baku
2019-06-25 06:48:41 +00:00
TCPServerSocket.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TCPServerSocketEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TCPSocket.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TCPSocketErrorEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TCPSocketEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TestFunctions.webidl
Bug 1493237
- Use a test-only non-nsISupports wrapper cached WebIDL class in a weak map test r=bzbarsky
2018-10-11 23:02:10 +00:00
TestInterfaceJS.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TestInterfaceJSDictionaries.webidl
Bug 1515319 - Allow record<DOMString, object> member in dictionary. r=bzbarsky
2018-12-19 19:29:48 +00:00
TestInterfaceJSMaplikeSetlikeIterable.webidl
…
Text.webidl
Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug
2018-11-15 06:51:07 +00:00
TextClause.webidl
…
TextDecoder.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TextEncoder.webidl
Bug 1514664 - Implement TextEncoder.encodeInto(). r=emk.
2019-01-11 12:35:17 +02:00
TextTrack.webidl
…
TextTrackCue.webidl
…
TextTrackCueList.webidl
…
TextTrackList.webidl
…
TimeEvent.webidl
…
TimeRanges.webidl
…
Touch.webidl
…
TouchEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TouchList.webidl
…
TrackEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TransceiverImpl.webidl
Bug 1493613 - Update muted state through MediaStreamTrackSource. r=bwc,smaug
2019-07-31 09:35:06 +00:00
TransitionEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
TreeColumn.webidl
Bug 1519960, add a previousColumn property for tree columns so that tree drag and drop will work without box objects, r=bzbarsky
2019-03-07 17:57:18 -05:00
TreeColumns.webidl
Bug 1482389, replace TreeBoxObject with XULTreeElement inherited from XULElement, r=peterv,paolo
2018-12-04 11:25:30 -05:00
TreeContentView.webidl
…
TreeView.webidl
Bug 1482389, replace TreeBoxObject with XULTreeElement inherited from XULElement, r=peterv,paolo
2018-12-04 11:25:30 -05:00
TreeWalker.webidl
…
U2F.webidl
Bug 1551282 and bug 1553436
. Allow pages to override window.u2f but not the "sign" and "register" properties on the U2F object. r=jcj,smaug
2019-05-24 20:40:59 +00:00
UDPMessageEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
UDPSocket.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
UIEvent.webidl
Bug 1178763, move UIEvent.pageX/pageY to MouseEvent, r=masayuki
2019-07-04 01:50:22 +00:00
URL.webidl
Bug 1366738: Implement [LegacyWindowAlias] r=bzbarsky
2019-07-03 08:37:01 +00:00
URLSearchParams.webidl
Bug 1350254 part 9. Switch URLSearchParams to [Serializable]. r=baku
2019-06-25 06:48:53 +00:00
UserProximityEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
VRDisplay.webidl
Bug 1466702 - Refactor / reimplement gfxVRPuppet and VRServiceTest to use gfxVRExternal r=daoshengmu,thomasmo,bzbarsky
2019-06-28 21:19:54 +00:00
VRDisplayEvent.webidl
…
VRServiceTest.webidl
Bug 1466702 - Refactor / reimplement gfxVRPuppet and VRServiceTest to use gfxVRExternal r=daoshengmu,thomasmo,bzbarsky
2019-06-28 21:19:54 +00:00
VTTCue.webidl
…
VTTRegion.webidl
…
ValidityState.webidl
…
VideoPlaybackQuality.webidl
Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky
2019-07-18 13:06:25 +00:00
VideoTrack.webidl
…
VideoTrackList.webidl
…
VisualViewport.webidl
Bug 1478776 - Part 5: Define Visual Viewport event handlers. r=botond,Ehsan
2018-12-21 17:08:47 +00:00
WaveShaperNode.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WebAuthentication.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WebComponents.webidl
Bug 1535124 part 2. Mark Web IDL callbacks MOZ_CAN_RUN_SCRIPT by default. r=qdot
2019-03-19 12:59:54 +00:00
WebGL2RenderingContext.webidl
Bug 1536672 - Implement WebGL OVR_multiview2 behind draft flag. r=lsalzman,qdot
2019-05-23 20:48:21 +00:00
WebGLContextEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WebGLRenderingContext.webidl
Bug 1560422 - WEBGL_explicit_present extension. r=lsalzman,mccr8
2019-06-25 19:48:24 +00:00
WebGPU.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WebGPUExtras.webidl
Bug 1469376 - Initial stubs for WebGPU sketch API. - r=kvark,qdot
2018-06-13 10:43:48 -07:00
WebSocket.webidl
Bug 1359269 - Part 5: Add support for attributes on types in arguments; r=bzbarsky
2019-03-02 04:21:33 +00:00
WebrtcDeprecated.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WebrtcGlobalInformation.webidl
Bug 1121623 part 3. Switch WebrtcGlobalInformation to being a namespace. r=peterv
2019-05-24 07:22:22 +00:00
WheelEvent.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WidevineCDMManifest.webidl
…
Window.webidl
Bug 1571121 - Change Window.print() from using Func to Pref. r=bzbarsky
2019-08-03 02:17:00 +00:00
WindowOrWorkerGlobalScope.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WindowRoot.webidl
…
Worker.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WorkerDebuggerGlobalScope.webidl
Bug 1523262 Part 2 - Provide atob/btoa in worker debugger scope, r=lsmyth,baku.
2019-02-21 17:25:39 -10:00
WorkerGlobalScope.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
WorkerLocation.webidl
…
WorkerNavigator.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
Worklet.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
WorkletGlobalScope.webidl
…
XMLDocument.webidl
Bug 1328138 - Disable the XMLDocument.async API on trunk; r=bzbarsky
2019-04-17 19:46:05 +00:00
XMLHttpRequest.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
XMLHttpRequestEventTarget.webidl
…
XMLHttpRequestUpload.webidl
…
XMLSerializer.webidl
…
XPathEvaluator.webidl
…
XPathExpression.webidl
…
XPathNSResolver.webidl
…
XPathResult.webidl
…
XSLTProcessor.webidl
…
XULCommandEvent.webidl
…
XULElement.webidl
Bug 1519948, remove XUL box objects, r=bzbarsky
2019-06-04 12:45:55 -04:00
XULPopupElement.webidl
Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv
2019-07-03 07:52:35 +00:00
moz.build
Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug
2019-08-21 13:24:45 +00:00