..
APZTestData.webidl
Bug 1529892
- Extend APZTestData with free-form additional data not grouped by paint or scroll frame. r=kats,Ehsan
2019-04-26 05:10:44 +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
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 1121623 part 2. Switch AddonManagerPermissions to being a namespace. r=peterv
2019-05-24 07:19:58 +00:00
AnalyserNode.webidl
Bug 1456259 - Correct AnalyserNode construction issues. r=padenot,smaug
2018-04-26 16:32:52 +02:00
Animatable.webidl
Bug 1553021 - Update naming of parameter to getAnimations to match spec; r=bzbarsky
2019-05-22 05:40:36 +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 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
AnimationEvent.webidl
…
AnimationPlaybackEvent.webidl
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
AnimationTimeline.webidl
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
AnonymousContent.webidl
Bug 1538794, add AnonymousContent.getTargetIdForEvent to be able to detect the event target in anonymous content, r=baku
2019-03-26 21:40:29 +02:00
AppInfo.webidl
…
AppNotificationServiceOptions.webidl
…
Attr.webidl
Bug 1424474 part 3. Make sure that we only pass non-system subject principals to setters/methods that later use that principal for loading security checks. r=kmag
2017-12-20 17:43:18 -05:00
AudioBuffer.webidl
…
AudioBufferSourceNode.webidl
Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug
2018-01-12 17:52:52 -05:00
AudioContext.webidl
Bug 1324548 - Add MediaStreamTrackAudioSourceNode. r=pehrsons,baku
2019-04-10 12:14:17 +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
Bug 1443224 - Throw correct exceptions when trying to set the channelCount, the channelCountMode and the channelInterpretation on a ChannelSplitterNode. r=baku
2018-03-09 15:22:44 +01:00
AudioParam.webidl
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
Bug 1460907 - Implement AudioParamMap definitions. r=karlt,qdot
2018-05-13 16:16:23 +02:00
AudioProcessingEvent.webidl
…
AudioScheduledSourceNode.webidl
Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug
2018-01-12 17:52:52 -05:00
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 1473467: implement AudioWorkletGlobalScope::RegisterProcessor(). r=baku,karlt
2018-10-08 19:15:13 +00:00
AudioWorkletNode.webidl
Bug 1458446 - Add AudioWorkletNode interface definitions. r=baku,karlt
2018-06-01 19:10:02 +02:00
AudioWorkletProcessor.webidl
Bug 1466182 - Add AudioWorkletProcessor definitions. r=baku,karlt
2018-06-24 20:02:47 +02: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 1535384 part 6. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for webaudio callbacks. r=mccr8
2019-03-19 04:34:42 +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
…
Blob.webidl
Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 5 - blob.stream(), r=smaug
2019-06-07 13:10:33 +00:00
BlobEvent.webidl
…
BroadcastChannel.webidl
Bug 1359017 - onmessageerror for BroadcastChannel in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug
2017-09-13 05:59:06 +02:00
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 1368949. Stop automatically giving dictionary-typed members of dictionaries a default value of null. r=qdot
2018-09-25 18:09:30 -04:00
CSS.webidl
Bug 1455805. Make CSS a namespace, not interface. r=heycam
2018-04-23 12:36:10 -04:00
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
Bug 1358018. Make the second arg of CSSOM insertRule methods optional. r=heycam
2017-04-20 17:55:46 -04:00
CSSImportRule.webidl
Bug 1371453 Part 3: Change CSSImportRule definition so that media is optional, since in Servo it is derived from an optional stylesheet. r=bz,heycam
2017-06-27 16:25:07 -07:00
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
Bug 1326514 - Implement the CSSOM bits for CSSNamespaceRule. r=bz
2017-12-21 12:17:37 +11:00
CSSPageRule.webidl
…
CSSPseudoElement.webidl
Bug 1528883 - Rename CSSPseudoElement.parentElement to CSSPseudoElement.element; r=bzbarsky
2019-02-22 03:12:19 +00:00
CSSRule.webidl
Bug 1427512 - Part 16: Remove nsIDOMCSSRule. r=xidorn,jryans,bz
2018-01-11 16:17:56 +08:00
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 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
CacheStorage.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +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 1120371
- remove obsolete drawCustomFocusRing from Canvas2D. r=jrmuizel, r=bholley
2018-11-27 15:57:54 -05:00
CaretPosition.webidl
…
CaretStateChangedEvent.webidl
Bug 1484597
- Keep the bounding client rect field of the 'mozcaretstatechanged' event relative to the visual viewport. r=mstange,nika
2018-09-25 17:46:58 +00:00
ChannelMergerNode.webidl
…
ChannelSplitterNode.webidl
…
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
Bug 1340027 - Part 1: Add DOM CEReactions annotation. r=smaug
2017-06-29 10:25:00 -04:00
ChildSHistory.webidl
Bug 1434768 - Part 1: Add Child/ParentSHistory classes which wrap nsISHistory, r=bz
2018-04-10 17:49:44 -04:00
ChromeNodeList.webidl
…
Client.webidl
Bug 1502802 - Implement PostMessageOptions for Client and ServiceWorker, r=smaug
2018-10-29 16:26:30 +01:00
Clients.webidl
Bug 1293277 P3 Remove the dom.serviceWorkers.openWindow.enabled pref. r=baku
2017-12-12 15:44:47 -05: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
…
CloseEvent.webidl
…
CommandEvent.webidl
Bug 1436508 part 3. Remove nsIDOMCommandEvent. r=masayuki
2018-02-09 11:17:08 -05:00
Comment.webidl
…
CompositionEvent.webidl
Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03:00
Console.webidl
Bug 1442778 - Add "chromeContext" parameter to console API and console service messages. r=smaug
2019-04-01 22:42:34 +00:00
ConstantSourceNode.webidl
…
ConvolverNode.webidl
…
Coordinates.webidl
…
CreateOfferRequest.webidl
…
CredentialManagement.webidl
Bug 1368949. Stop automatically giving dictionary-typed members of dictionaries a default value of null. r=qdot
2018-09-25 18:09:30 -04:00
Crypto.webidl
Backed out changeset 3d02d52b92ee (bug 1333140)
2017-12-01 11:27:05 +01:00
CustomElementRegistry.webidl
bug 1542932 Generate CustomElementConstructor from WebIDL callback definition r=bzbarsky
2019-04-11 23:05:10 +00:00
CustomEvent.webidl
Bug 1447472 part 2. Remove nsIDOMCustomEvent. r=qdot
2018-03-26 14:53:51 -04: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 1420580: Expose Geometry Interfaces to worker r=bzbarsky
2019-06-15 17:26:25 +00:00
DOMParser.webidl
Bug 1453869 part 5. Remove nsIDOMParser::ParseFromBuffer. r=mrbkap
2018-04-20 23:01:25 -04:00
DOMPoint.webidl
Bug 1420580: Expose Geometry Interfaces to worker r=bzbarsky
2019-06-15 17:26:25 +00:00
DOMQuad.webidl
Bug 1420580: Expose Geometry Interfaces to worker r=bzbarsky
2019-06-15 17:26:25 +00:00
DOMRect.webidl
Bug 1420580: Expose Geometry Interfaces to worker r=bzbarsky
2019-06-15 17:26:25 +00:00
DOMRectList.webidl
Bug 1456887 part 1. Remove the [ArrayClass] annotation from DOMRectList. r=qdot
2018-04-26 01:38:06 -04:00
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
Bug 1414359. Remove vestigial support for 'creator' operations from webidl; all setters are creators. r=qdot
2017-11-04 00:36:10 -04:00
DOMTokenList.webidl
Bug 1444909 part 2. Change DOMTokenList.replace() to return a boolean and pull in the corresponding web platform test updates. r=qdot
2018-03-14 16:08:58 -04:00
DataTransfer.webidl
Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,r=nika
2018-08-22 15:10:31 -04:00
DataTransferItem.webidl
Bug 1535384 part 1. Eliminate some easy cases of MOZ_CAN_RUN_SCRIPT_BOUNDARY on webidl callbacks. r=mccr8
2019-03-19 05:24:39 +00:00
DataTransferItemList.webidl
…
DecoderDoctorNotification.webidl
Bug 1343442 - Decode-error/warning webidl notification types and data - r=smaug
2017-03-22 16:13:41 +11:00
DedicatedWorkerGlobalScope.webidl
Bug 1502802 - Implement PostMessageOptions for Worker, r=smaug
2018-10-29 16:26:30 +01:00
DelayNode.webidl
…
DeviceLightEvent.webidl
Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly
2017-07-24 10:07:00 +02:00
DeviceMotionEvent.webidl
Bug 1368949. Stop automatically giving dictionary-typed members of dictionaries a default value of null. r=qdot
2018-09-25 18:09:30 -04:00
DeviceOrientationEvent.webidl
Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly
2017-07-24 10:07:00 +02:00
DeviceProximityEvent.webidl
Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly
2017-07-24 10:07:00 +02:00
Directory.webidl
…
Document.webidl
Bug 1534681 Use ReferrerInfo class in document r=ckerschb,baku,Gijs
2019-06-06 07:23:37 +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 1253476 - Make whitespace in Web Animations WebIDL definitions more consistent; r=bzbarsky
2019-05-20 05:22:44 +00:00
DocumentType.webidl
…
DragEvent.webidl
Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03:00
DynamicsCompressorNode.webidl
…
Element.webidl
Bug 1559840. Add a pref to expose the transform getters on the Element interface. r=baku
2019-06-17 15:51:33 -07:00
ErrorEvent.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
Event.webidl
Bug 1521396 - Make ClickHandlerChild prevent multiple action of middle click on link element for preventing middle click paste r=smaug
2019-01-22 07:28:55 +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
…
EventTarget.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
ExtendableEvent.webidl
…
ExtendableMessageEvent.webidl
…
External.webidl
Bug 1512047
- Deprecate AddSearchProvider, r=mkaply
2018-12-18 08:56:19 +01:00
FailedCertSecurityInfo.webidl
Bug 1552333 - Expose failedCertChain info from nsITransportSecurityInfo in content for about:certerror use. r=baku
2019-06-12 00:09:39 +00:00
FakePluginTagInit.webidl
Bug 558184 - Part 9 - Optionally load a script in a sandbox in the content process for every plugin instance. r=bz.
2016-09-27 18:28:36 +08:00
FeaturePolicy.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
Fetch.webidl
Bug 1385890 - Fix Streams implementation in multiple-global uses. r=baku,tcampbell,jorendorff
2018-10-11 14:18:43 -05: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 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +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
Bug 1405552 - Do not expose FileReaderSync to serviceworkers, to match the spec; r=baku,bkelly
2018-05-04 09:28:13 -04:00
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 1520422 - Entries API should not use callback inferfaces, r=Ms2ger
2019-01-22 10:29:49 +01: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
…
FontFace.webidl
Bug 1435984 - patch 4 - Expose variationSettings on the FontFace webidl interface. r=bz,jwatt
2018-02-14 22:02:05 +11: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
…
FontFaceSource.webidl
…
FormData.webidl
…
FrameCrashedEvent.webidl
Bug 1533955 - Fire oop-browser-crashed event again if a subframe crashes. r=nika
2019-05-01 20:04:50 +00:00
FrameLoader.webidl
Bug 1474130 - Implement ScrollPosition/Privacy/DocCapability listeners in C++ r=peterv
2019-05-04 10:42:52 +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 1343955 - part 4: Implement static API to synthesize keyboard events into FuzzingFunctions r=smaug
2018-10-02 12:16:45 +00:00
GainNode.webidl
…
Gamepad.webidl
Bug 1523351 - Part 1: GamepadTouch and GamepadLightIndicator WebAPI implementation. r=baku
2019-05-29 22:44:24 +00:00
GamepadAxisMoveEvent.webidl
…
GamepadButtonEvent.webidl
…
GamepadEvent.webidl
…
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 1535124 part 3. Add MOZ_CAN_RUN_SCRIPT annotations to geolocation code as needed. r=jdm
2019-03-20 18:05:09 +00:00
GeometryUtils.webidl
…
GetUserMediaRequest.webidl
Bug 1345077 - Part 1 - Add an isHandlingUserInput flag to WebRTC permission requests. r=baku,padenot
2018-01-10 23:59:55 +01:00
Grid.webidl
Bug 1415670 Part 1: Add a negativeNumber property to GridLine in webidl. r=smaug
2017-11-08 13:25:16 -08:00
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
Bug 1389650 - Remove nsIDOMHTMLAnchorElement; r=bz
2017-09-26 11:41:28 -07:00
HTMLAreaElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLAudioElement.webidl
…
HTMLBRElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLBaseElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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
Bug 1380415 part 2. Remove XPCOM constraint validation APIs. r=mccr8
2017-07-13 23:46:28 -04:00
HTMLCanvasElement.webidl
Bug 1535384 part 1. Eliminate some easy cases of MOZ_CAN_RUN_SCRIPT_BOUNDARY on webidl callbacks. r=mccr8
2019-03-19 05:24:39 +00:00
HTMLCollection.webidl
…
HTMLDListElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLDataElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLDataListElement.webidl
…
HTMLDetailsElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLDialogElement.webidl
Bug 1445981. HTMLDialogElement should have HTMLConstructor. r=qdot
2018-03-16 11:25:52 -04:00
HTMLDirectoryElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLDivElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLDocument.webidl
Bug 1555980 - Move HTMLDocument colour properties to Document; r=farre
2019-06-04 07:30:59 +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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLFieldSetElement.webidl
Bug 1380415 part 2. Remove XPCOM constraint validation APIs. r=mccr8
2017-07-13 23:46:28 -04:00
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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLHRElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLHeadElement.webidl
…
HTMLHeadingElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLHtmlElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLHyperlinkElementUtils.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLIFrameElement.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
HTMLImageElement.webidl
Bug 1501794 - Implement img decode API. r=bzbarsky,tnikkel
2019-04-02 08:56:54 -04:00
HTMLInputElement.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
HTMLLIElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLLabelElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLLegendElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLMenuItemElement.webidl
Bug 1408169 - Remove nsIDOMHTMLMenuItemElement; r=bz
2017-10-12 15:10:50 -07:00
HTMLMetaElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLMeterElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLModElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLOListElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLObjectElement.webidl
Bug 1548773: Remove support for typemustmatch r=bzbarsky
2019-05-05 14:41:59 +00:00
HTMLOptGroupElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLOptionElement.webidl
Bug 1415716 - Remove nsIDOMHTMLOptionElement; r=bz
2017-11-08 17:43:09 -08:00
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
Bug 1380415 part 2. Remove XPCOM constraint validation APIs. r=mccr8
2017-07-13 23:46:28 -04:00
HTMLParagraphElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLParamElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLPictureElement.webidl
…
HTMLPreElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLProgressElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLQuoteElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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 1425685 - Implement HTMLSlotElement.assignedElements(); r=smaug
2019-01-03 19:14:12 +00:00
HTMLSourceElement.webidl
Bug 1424474 part 3. Make sure that we only pass non-system subject principals to setters/methods that later use that principal for loading security checks. r=kmag
2017-12-20 17:43:18 -05:00
HTMLSpanElement.webidl
…
HTMLStyleElement.webidl
Bug 1444905: Remove scoped style support from the old style system. r=xidorn,smaug
2018-03-13 10:26:13 +01:00
HTMLTableCaptionElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
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
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLTitleElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLTrackElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLUListElement.webidl
Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug
2017-06-29 10:26:00 -04:00
HTMLVideoElement.webidl
Bug 1543122 - Add a privileged UAWidget-accessible WebIDL API for triggering Picture-in-Picture. r=jya,Ehsan
2019-04-15 01:07:33 +00:00
HashChangeEvent.webidl
Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03:00
Headers.webidl
…
HiddenPluginEvent.webidl
…
History.webidl
Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug
2018-01-12 17:52:52 -05:00
IDBCursor.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBDatabase.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBFactory.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
IDBFileHandle.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04: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 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04: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 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
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 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04: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
…
ImageData.webidl
…
ImageDocument.webidl
…
InputEvent.webidl
Bug 1533989 - Make InputEvent.data and InputEvent.dataTransfer not expose clipboard data if user disables clipboard events r=smaug
2019-03-29 16:08:11 +00:00
InstallTrigger.webidl
…
IntersectionObserver.webidl
Bug 1535384 part 1. Eliminate some easy cases of MOZ_CAN_RUN_SCRIPT_BOUNDARY on webidl callbacks. r=mccr8
2019-03-19 05:24:39 +00:00
IntlUtils.webidl
…
IterableIterator.webidl
…
KeyAlgorithm.webidl
Backed out changeset 3d02d52b92ee (bug 1333140)
2017-12-01 11:27:05 +01:00
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 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
KeyframeAnimationOptions.webidl
…
KeyframeEffect.webidl
Bug 1253476 - Make whitespace in Web Animations WebIDL definitions more consistent; r=bzbarsky
2019-05-20 05:22:44 +00:00
LegacyQueryInterface.webidl
Bug 1477432 - Part 6: Stop using nsIJSID inside of WebIDL bindings, r=mccr8
2018-11-16 17:27:39 -05: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
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIConnectionEvent.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIInput.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIInputMap.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIMessageEvent.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIOptions.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIOutput.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIOutputMap.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
MIDIPort.webidl
Bug 1201590
- WebMIDI WebIDL files; r=baku
2017-11-14 22:02:57 -08:00
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
Bug 1375829 part 5. Switch from using "jsonifier" syntax to the spec's "[Default] toJSON" syntax. r=qdot
2018-05-17 23:43:59 -04:00
MediaDevices.webidl
Bug 1528078 - Adding WebRTC device access and deprecated interface telemetry r=jib,smaug
2019-05-03 23:50:22 +00:00
MediaElementAudioSourceNode.webidl
…
MediaEncryptedEvent.webidl
…
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 1404230 - Part2 - Add a web api to support HDCP policy check on MediaKeys. r=cpearce,smaug
2017-10-02 17:39:00 +08: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 1354441 - Update MediaQueryList to the latest version of the spec, r=jwatt
2017-04-10 16:29:06 +02:00
MediaRecorder.webidl
Bug 1522305 - Make MediaRecorder timeslice parameter unsigned. r=jib,smaug
2019-06-13 08:40:42 +00:00
MediaRecorderErrorEvent.webidl
Backed out 6 changesets (bug 1275856) for failures in test_interfaces.html and test_all_synthetic_events.html a=backout
2017-08-10 16:32:12 -07:00
MediaSource.webidl
Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya
2019-05-27 16:15:33 +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
…
MediaStreamAudioSourceNode.webidl
…
MediaStreamError.webidl
…
MediaStreamEvent.webidl
…
MediaStreamTrack.webidl
Bug 1497390 - Remove support for legacy mozAutoGainControl and mozNoiseSuppression constraints. r=bzbarsky,achronop a=reland
2018-10-12 20:25:07 +03: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 1213414 - Add channelCount constraint in webidl file. r=jib,padenot,smaug
2017-06-29 20:59:30 -07:00
MerchantValidationEvent.webidl
Bug 1491203 - Web Payments IDL files missing w3c copyright r=bzbarsky
2018-09-13 23:53:00 +03:00
MessageChannel.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
MessageEvent.webidl
Backed out changeset 82ca028b0524 (bug 1503984) for StaticPrefList failures CLOSED TREE
2018-12-18 22:06:19 +02:00
MessagePort.webidl
Bug 1502802 - Implement PostMessageOptions for MessagePort, r=smaug
2018-10-29 16:26:30 +01:00
MimeType.webidl
…
MimeTypeArray.webidl
…
MouseEvent.webidl
Bug 1165211: Add UseCounter for 'MouseEvent.mozPressure' and deprecate it. r=alchen,smaug
2019-03-15 08:57:39 +00:00
MouseScrollEvent.webidl
Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03:00
MozApplicationEvent.webidl
…
MozFrameLoaderOwner.webidl
Bug 1540839 - Add Cross Origin Opener Policy case for BC preservation; r=nika
2019-05-14 10:51:05 -07:00
MutationEvent.webidl
Bug 1436508 part 13. Remove nsIDOMMutationEvent constants. r=masayuki
2018-02-09 11:17:10 -05:00
MutationObserver.webidl
Bug 1535384 part 5. Eliminate MOZ_CAN_RUN_SCRIPT_BOUNDARY for mutation callbacks. r=mccr8
2019-03-19 15:14:11 +00:00
NamedNodeMap.webidl
Bug 1340027 - Part 1: Add DOM CEReactions annotation. r=smaug
2017-06-29 10:25:00 -04:00
NativeOSFileInternals.webidl
Bug 1063635 Part 1 - Add native code for OS.File.writeAtomic. r=smaug,Yoric
2017-06-27 13:10:11 +05:30
Navigator.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
NetDashboard.webidl
bug 1440234 - show TRR column in about:networking for DNS names r=baku,valentin
2018-02-22 09:57:22 +01:00
NetworkInformation.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
NetworkOptions.webidl
…
Node.webidl
Bug 1544118
- Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug
2019-04-24 10:35:37 +00:00
NodeFilter.webidl
…
NodeIterator.webidl
…
NodeList.webidl
Bug 1376954 part 3. Allow nursery allocation of DOM nodelists. r=smaug
2017-06-30 10:15:52 -07:00
Notification.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
NotificationEvent.webidl
…
NotifyPaintEvent.webidl
…
OfflineAudioCompletionEvent.webidl
…
OfflineAudioContext.webidl
Bug 1388591 - Implement OfflineAudioCanvas dict constructor; r=padenot,smaug
2017-08-08 22:55:43 -04:00
OfflineResourceList.webidl
Bug 1435261 - Remove access to appcache interface OfflineResourceList over insecure contexts r=baku,mayhemer
2018-02-02 17:26:03 +00:00
OffscreenCanvas.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
OscillatorNode.webidl
…
PageTransitionEvent.webidl
Bug 1438697 - Add inFrameSwap property on page transition. r=mrbkap
2018-02-16 13:05:06 -06:00
PaintRequest.webidl
…
PaintRequestList.webidl
…
PaintWorkletGlobalScope.webidl
…
PannerNode.webidl
Bug 1487963 - Throw when setting PannerNode parameters out of limits; r=padenot,baku
2018-09-05 12:30:28 +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
Bug 1434768 - Part 1: Add Child/ParentSHistory classes which wrap nsISHistory, r=bz
2018-04-10 17:49:44 -04:00
PaymentAddress.webidl
Bug 1441752 - Adding an new attribute regionCode in PaymentAddress. r=baku
2018-09-28 12:21:59 +02:00
PaymentMethodChangeEvent.webidl
bug 1497111 - Remove unnecessarily null'ed out values of PaymentRequest.webidl. r=baku
2018-11-12 17:24:54 +01:00
PaymentRequest.webidl
Backed out 4 changesets (bug 1477117) for causing hazard build bustage on payments/PaymentRequest.cpp:1066 CLOSED TREE
2018-11-28 02:28:36 +02:00
PaymentRequestUpdateEvent.webidl
bug 1497111 - Remove unnecessarily null'ed out values of PaymentRequest.webidl. r=baku
2018-11-12 17:24:54 +01:00
PaymentResponse.webidl
bug 1497111 - Remove unnecessarily null'ed out values of PaymentRequest.webidl. r=baku
2018-11-12 17:24:54 +01:00
PeerConnectionImpl.webidl
Bug 1550177 - Part 1: Remove some duplicate webidl enums. r=mjf,smaug
2019-06-19 16:54:38 +00:00
PeerConnectionObserver.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
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
…
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 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
PerformanceObserverEntryList.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +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
Backed out 2 changesets (bug 1456271) for mda failures in dom/media/webaudio/test/test_periodicWave.html
2018-07-16 17:11:14 +03:00
PermissionStatus.webidl
…
Permissions.webidl
…
Plugin.webidl
…
PluginArray.webidl
…
PluginCrashedEvent.webidl
…
PointerEvent.webidl
Bug 1492766 - Part 1: Spoofing the pointer id of pointer events when resistfingerprinting is enabled r=masayuki,smaug,arthuredelstein
2018-11-20 09:54:52 +00:00
PopStateEvent.webidl
…
PopupBlockedEvent.webidl
…
Position.webidl
…
PositionError.webidl
…
Presentation.webidl
…
PresentationAvailability.webidl
…
PresentationConnection.webidl
…
PresentationConnectionAvailableEvent.webidl
…
PresentationConnectionCloseEvent.webidl
…
PresentationConnectionList.webidl
…
PresentationReceiver.webidl
…
PresentationRequest.webidl
…
ProcessingInstruction.webidl
Bug 1455802. Get rid of web-visible XMLStyleSheetProcessingInstruction. r=peterv
2018-05-14 18:54:16 -04:00
ProfileTimelineMarker.webidl
Bug 1371457 - Change restyle marker data to animation state. r=bholley,gregtatum
2017-06-28 11:59:28 -07:00
ProgressEvent.webidl
…
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 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
PushManager.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +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 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
PushSubscriptionOptions.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
RTCCertificate.webidl
…
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 1491128 - Add comment block to dom/webidl/RTCDTMFToneChangeEvent.webidl; r=baku
2018-09-17 13:58:02 +00:00
RTCDataChannel.webidl
Bug 1529695: Implement RTCDataChannel.negotiated. r=bwc,smaug
2019-05-16 23:11:46 +02:00
RTCDataChannelEvent.webidl
Bug 1447692: update RTCDataChannelEventInit to meet spec. r=smaug
2018-03-21 16:03:42 +00:00
RTCIceCandidate.webidl
Bug 1318167 - Part 1: Give RTCIceCandidateInit.candidate a default value. r=smaug,jib
2019-03-19 16:48:06 +00:00
RTCIdentityAssertion.webidl
…
RTCIdentityProvider.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
RTCPeerConnection.webidl
Bug 1531904 - Part 1: webidl updates. r=jib,smaug
2019-04-16 16:38:13 +00:00
RTCPeerConnectionIceEvent.webidl
…
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 1290948 - Part 2: webidl for RTCRtpTransceiver and supporting interfaces r+jib, r+ehsan r=ehsan+251051,jib
2017-08-23 15:47:54 -05:00
RTCRtpSources.webidl
Bug 1419093 - P1 - update rtp source IDLs to spec r=mjf,smaug
2017-12-18 19:14:36 -06:00
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 1375829 part 5. Switch from using "jsonifier" syntax to the spec's "[Default] toJSON" syntax. r=qdot
2018-05-17 23:43:59 -04:00
RTCStatsReport.webidl
Bug 1531494 - remove all unimplemented RTCStats types from the WebIDL and prune related dead code r=bwc,smaug
2019-03-26 17:21:02 +00:00
RTCTrackEvent.webidl
Bug 1290948 - Part 2: webidl for RTCRtpTransceiver and supporting interfaces r+jib, r+ehsan r=ehsan+251051,jib
2017-08-23 15:47:54 -05:00
RadioNodeList.webidl
…
Range.webidl
Bug 1447889 part 12. Remove nsIDOMRange::ToString. r=mystor
2018-03-27 00:35:22 -04:00
Reporting.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
Request.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
ResizeObserver.webidl
Bug 1552911 - Drop the constructor of ResizeObserverEntry. r=dholbert,smaug
2019-05-21 18:17:16 +00:00
Response.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
SVGAElement.webidl
Bug 1451823 - support ping, rel, referrerPolicy, relList, hreflang, type and text on SVG a elements r=mystor
2018-04-14 14:53:37 +01:00
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
Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer)
2018-03-13 19:20:43 +00:00
SVGClipPathElement.webidl
Bug 1435568 - Remove SVGUnitTypes values from elements r=jwatt r=bkelly (DOM Peer)
2018-02-06 21:35:34 +00:00
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
Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer)
2018-03-13 19:20:43 +00:00
SVGFEBlendElement.webidl
…
SVGFEColorMatrixElement.webidl
…
SVGFEComponentTransferElement.webidl
…
SVGFECompositeElement.webidl
…
SVGFEConvolveMatrixElement.webidl
…
SVGFEDiffuseLightingElement.webidl
…
SVGFEDisplacementMapElement.webidl
…
SVGFEDistantLightElement.webidl
…
SVGFEDropShadowElement.webidl
…
SVGFEFloodElement.webidl
…
SVGFEFuncAElement.webidl
…
SVGFEFuncBElement.webidl
…
SVGFEFuncGElement.webidl
…
SVGFEFuncRElement.webidl
…
SVGFEGaussianBlurElement.webidl
…
SVGFEImageElement.webidl
…
SVGFEMergeElement.webidl
…
SVGFEMergeNodeElement.webidl
…
SVGFEMorphologyElement.webidl
…
SVGFEOffsetElement.webidl
…
SVGFEPointLightElement.webidl
…
SVGFESpecularLightingElement.webidl
…
SVGFESpotLightElement.webidl
…
SVGFETileElement.webidl
…
SVGFETurbulenceElement.webidl
…
SVGFilterElement.webidl
Bug 1435568 - Remove SVGUnitTypes values from elements r=jwatt r=bkelly (DOM Peer)
2018-02-06 21:35:34 +00:00
SVGFilterPrimitiveStandardAttributes.webidl
…
SVGFitToViewBox.webidl
…
SVGForeignObjectElement.webidl
…
SVGGElement.webidl
…
SVGGeometryElement.webidl
Bug 1325319 - Implement isPointInFill() and isPointInStroke() for SVGGeometryElement r=longsonr,bzbarsky
2019-06-19 21:14:55 +00:00
SVGGradientElement.webidl
Bug 1435568 - Remove SVGUnitTypes values from elements r=jwatt r=bkelly (DOM Peer)
2018-02-06 21:35:34 +00:00
SVGGraphicsElement.webidl
…
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
Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer)
2018-03-13 19:20:43 +00:00
SVGLinearGradientElement.webidl
…
SVGMPathElement.webidl
…
SVGMarkerElement.webidl
…
SVGMaskElement.webidl
Bug 1435568 - Remove SVGUnitTypes values from elements r=jwatt r=bkelly (DOM Peer)
2018-02-06 21:35:34 +00:00
SVGMatrix.webidl
…
SVGMetadataElement.webidl
…
SVGNumber.webidl
Bug 1455940 - Remove constructors from SVGNumber r=mystor
2018-04-25 07:00:36 +01:00
SVGNumberList.webidl
…
SVGPathElement.webidl
Bug 1436438 part 2 - Remove the WebIDL methods for creating and mutating SVG path data. r=longsonr,baku
2018-01-26 21:16:49 +00:00
SVGPathSeg.webidl
Bug 1436438 part 2 - Remove the WebIDL methods for creating and mutating SVG path data. r=longsonr,baku
2018-01-26 21:16:49 +00:00
SVGPathSegList.webidl
Bug 1436438 part 2 - Remove the WebIDL methods for creating and mutating SVG path data. r=longsonr,baku
2018-01-26 21:16:49 +00:00
SVGPatternElement.webidl
Bug 1435568 - Remove SVGUnitTypes values from elements r=jwatt r=bkelly (DOM Peer)
2018-02-06 21:35:34 +00:00
SVGPoint.webidl
…
SVGPointList.webidl
…
SVGPolygonElement.webidl
Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer)
2018-03-13 19:20:43 +00:00
SVGPolylineElement.webidl
Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer)
2018-03-13 19:20:43 +00:00
SVGPreserveAspectRatio.webidl
…
SVGRadialGradientElement.webidl
Bug 1240275 - Support SVG 2 radialGradient fr attribute. r=cam r=peterv (see comment 16)
2017-05-23 07:15:02 +01:00
SVGRect.webidl
…
SVGRectElement.webidl
Bug 1325320 part 2 - change shapes so they implement SVGGeometryElement and implement SVGGeometryElement::GetOrBuildPath r=dholbert r=mystor (DOM Peer)
2018-03-13 19:20:43 +00:00
SVGSVGElement.webidl
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
Bug 1444905: Remove scoped style support from the old style system. r=xidorn,smaug
2018-03-13 10:26:13 +01:00
SVGSwitchElement.webidl
…
SVGSymbolElement.webidl
…
SVGTSpanElement.webidl
…
SVGTests.webidl
Bug 1133175 - Remove SVGTests.hasExtension. r=bz,longsonr
2019-05-09 14:39:28 +10:00
SVGTextContentElement.webidl
Bug 1559626 - Convert getCharNumAtPosition to take a DOMPointInit r=violet r=bzbarsky
2019-06-16 10:12:40 +01:00
SVGTextElement.webidl
…
SVGTextPathElement.webidl
…
SVGTextPositioningElement.webidl
…
SVGTitleElement.webidl
…
SVGTransform.webidl
…
SVGTransformList.webidl
…
SVGURIReference.webidl
…
SVGUnitTypes.webidl
Bug 1435568 - Remove SVGUnitTypes values from elements r=jwatt r=bkelly (DOM Peer)
2018-02-06 21:35:34 +00:00
SVGUseElement.webidl
…
SVGViewElement.webidl
Bug 1455763 - Remove SVGViewElement.viewTarget r=heycam r=mystor
2018-04-25 22:44:31 +01:00
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
Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug
2018-01-12 17:52:52 -05:00
ScriptProcessorNode.webidl
…
ScrollAreaEvent.webidl
Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03:00
ScrollViewChangeEvent.webidl
…
SecurityPolicyViolationEvent.webidl
Bug 1488165 - Remove security.csp.enable_violation_events pref, r=dveditz
2018-09-06 09:05:10 +02:00
Selection.webidl
Bug 1387143 part 21. Remove nsISelection getters for anchor and focus points. r=mats
2018-05-08 13:52:38 -04:00
ServiceWorker.webidl
Bug 1502802 - Implement PostMessageOptions for Client and ServiceWorker, r=smaug
2018-10-29 16:26:30 +01:00
ServiceWorkerContainer.webidl
Bug 1399446 - implement ServiceWorkerGlobalScope and ServiceWorkerContainer onmessageerror event handlers r=edenchuang,baku
2018-10-22 21:22:25 +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 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
ShadowRoot.webidl
Bug 1535438 - Remove Shadow DOM v0 APIs. r=smaug
2019-03-16 00:14:57 +00:00
SharedWorker.webidl
Bug 1364297 - Worker and SharedWorker constructors have an optional WorkerOptions parameter, r=smaug
2017-05-17 16:48:54 +02:00
SharedWorkerGlobalScope.webidl
Bug 1375457 - name should be a replaceable attribute in worker global scopes, r=bkelly
2017-06-28 06:36:22 -07:00
SimpleGestureEvent.webidl
Bug 1436508 part 16. Remove nsIDOMSimpleGestureEvent. r=masayuki
2018-02-09 11:17:10 -05:00
SocketCommon.webidl
…
SourceBuffer.webidl
Bug 1481166 - Enable SourceBuffer.changeType by default. r=bzbarsky
2018-08-07 22:46:14 +02:00
SourceBufferList.webidl
…
SpeechGrammar.webidl
…
SpeechGrammarList.webidl
…
SpeechRecognition.webidl
Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug
2018-01-12 17:52:52 -05:00
SpeechRecognitionAlternative.webidl
…
SpeechRecognitionError.webidl
…
SpeechRecognitionEvent.webidl
…
SpeechRecognitionResult.webidl
…
SpeechRecognitionResultList.webidl
…
SpeechSynthesis.webidl
Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug
2018-01-12 17:52:52 -05:00
SpeechSynthesisErrorEvent.webidl
…
SpeechSynthesisEvent.webidl
…
SpeechSynthesisUtterance.webidl
…
SpeechSynthesisVoice.webidl
…
StereoPannerNode.webidl
…
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 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03: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 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
StructuredCloneTester.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
StyleRuleChangeEvent.webidl
…
StyleSheet.webidl
Bug 1455807. Align MediaList idl bits a bit better with the CSSOM draft. r=heycam
2018-04-23 12:36:10 -04:00
StyleSheetApplicableStateChangeEvent.webidl
…
StyleSheetChangeEvent.webidl
…
StyleSheetList.webidl
…
SubtleCrypto.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
TCPServerSocket.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
TCPServerSocketEvent.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
TCPSocket.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
TCPSocketErrorEvent.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
TCPSocketEvent.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04: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 1515319 - Allow record<DOMString, object> member in dictionary. r=bzbarsky
2018-12-19 19:29:48 +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 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04: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
Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03:00
TimeRanges.webidl
…
Touch.webidl
Bug 1382499 - Enhance fingerprinting resistance for Touch API r=arthuredelstein,bz
2017-07-31 17:30:38 +08:00
TouchEvent.webidl
Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
2017-04-04 20:28:36 +03:00
TouchList.webidl
…
TrackEvent.webidl
…
TransceiverImpl.webidl
Bug 1290948 - Part 2: webidl for RTCRtpTransceiver and supporting interfaces r+jib, r+ehsan r=ehsan+251051,jib
2017-08-23 15:47:54 -05:00
TransitionEvent.webidl
…
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
Bug 1252211 - Convert TreeContentView to WebIDL. r=bz.
2017-06-08 21:04:02 +02:00
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
…
UDPSocket.webidl
…
UIEvent.webidl
Bug 1438795 - Spoof KeyboardEvent.which for privacy.resistFingerprinting. r=masayuki, r=smaug
2018-02-20 16:51:00 -05:00
URL.webidl
Bug 1264182: Hide URL.createObjectURL from ServiceWorker r=mrbkap,asuth
2018-08-07 11:48:51 +00:00
URLSearchParams.webidl
Bug 1489301 - Part 4: Remove unnecessary [Exposed=System] annotations, r=bzbarsky
2018-10-23 16:03:51 -04:00
UserProximityEvent.webidl
Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly
2017-07-24 10:07:00 +02:00
VRDisplay.webidl
Backed out changeset 8c5d173f19b4 (bug 1381645) for mochitest test failures e.g. dom/vr/test/mochitest/test_vrDisplay_exitPresent.html r=backout on a CLOSED TREE
2017-12-08 02:04:40 +02:00
VRDisplayEvent.webidl
…
VRServiceTest.webidl
Backed out the accidental backout of the backout of 3 changesets (bug 1311802). r=backout/reland
2017-03-31 10:11:19 +02:00
VTTCue.webidl
Bug 1298307 - Check cue's active state first, then verify displaystate. r=alwu,smaug
2017-05-18 11:02:25 +08:00
VTTRegion.webidl
Bug 1415805 - region.scroll setter should not throw. r=smaug
2017-11-22 16:10:11 +08:00
ValidityState.webidl
…
VideoPlaybackQuality.webidl
…
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
…
WebAuthentication.webidl
Bug 1526023 - Web Authentication - add isExternalCTAP2SecurityKeySupported r=qdot,keeler
2019-02-14 20:11:34 +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
…
WebGLRenderingContext.webidl
Bug 1559285 - Add webgl.default-antialias. r=mccr8,lsalzman
2019-06-14 19:29:15 +00:00
WebGPU.webidl
Bug 1469376 - Initial stubs for WebGPU sketch API. - r=kvark,qdot
2018-06-13 10:43:48 -07:00
WebGPUExtras.webidl
Bug 1469376 - Initial stubs for WebGPU sketch API. - r=kvark,qdot
2018-06-13 10:43:48 -07:00
WebKitCSSMatrix.webidl
…
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
…
WebrtcGlobalInformation.webidl
Bug 1121623 part 3. Switch WebrtcGlobalInformation to being a namespace. r=peterv
2019-05-24 07:22:22 +00:00
WheelEvent.webidl
…
WidevineCDMManifest.webidl
…
Window.webidl
Bug 1492587 - spoof date picker to en-US when pref is set; r=zbraniecki,baku
2019-03-29 10:49:58 +00:00
WindowOrWorkerGlobalScope.webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
WindowRoot.webidl
…
Worker.webidl
Bug 1502802 - Implement PostMessageOptions for Worker, r=smaug
2018-10-29 16:26:30 +01: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 1472324: Update Worklet: s/import/addModule. r=baku,karlt
2018-07-10 14:24:14 +02: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 1120171 - remove support for XMLHttpRequest moz-chunked-arraybuffer response type; r=baku
2019-04-02 15:16:40 +00:00
XMLHttpRequestEventTarget.webidl
…
XMLHttpRequestUpload.webidl
…
XMLSerializer.webidl
Bug 1452235 part 2. Remove nsIDOMSerializer::SerializeToString. r=qdot
2018-04-09 16:30:32 -04:00
XPathEvaluator.webidl
Bug 1435666 - Part 4: Remove nsIDOMXPathEvaluator. r=bz
2018-02-05 13:05:45 +08:00
XPathExpression.webidl
Bug 1339853 - Make XPathExpression/XPathEvaluator arguments optional. r=bz.
2017-09-28 18:14:46 +02:00
XPathNSResolver.webidl
…
XPathResult.webidl
…
XSLTProcessor.webidl
Bug 1435430 part 10. Remove now-unused nsIXSLTProcesor interfaces. r=mystor
2018-02-05 16:00:05 -05:00
XULCommandEvent.webidl
Bug 1446710. Get rid of nsIDOMXULCommandEvent. r=qdot
2018-03-19 15:50:37 -04:00
XULDocument.webidl
Bug 1482170 - Remove <Add/Remove>BroadcastListenerFor on XULDocument webidl. r=bz
2018-08-15 09:14:23 -07:00
XULElement.webidl
Bug 1519948, remove XUL box objects, r=bzbarsky
2019-06-04 12:45:55 -04:00
XULPopupElement.webidl
Bug 1446961, move PopupBoxObject to XULPopupElement, a new subclass of XULElement. Remove popup.xml methods, r=paolo,bz
2018-04-27 11:04:38 -04:00
moz.build
Bug 1550177 - Part 1: Remove some duplicate webidl enums. r=mjf,smaug
2019-06-19 16:54:38 +00:00