gecko-dev/dom/webidl
Tooru Fujisawa 9a81f2437f Bug 1414674 - Do not enter the compartment of the target window when calling KeyframeEffect and KeyframeEffectReadOnly constructor via Xray. r=bz,birtles
KeyframeEffect and KeyframeEffectReadOnly constructors can run in the caller
compartment, which is okay because the current compartment is used in the
following places and all of them are safe:

1. GlobalObject::CallerType(), that is ultimately passed to
   nsDocument::IsWebAnimationsEnabled in KeyframeEffectParamsFromUnion,
   to decide whether to copy mIterationComposite/mComposite to
   KeyframeEffectParams.

   GlobalObject::CallerType() can now be different than the target window's one,
   if the caller has the system principal and the target is web content, and
   in that case nsDocument::IsWebAnimationsEnabled there always returns true
   while Web Animations can be disabled on web content.

   honoring the mIterationComposite/mComposite properties is OK, since it just
   changes the animation behavior, and this is disabled by default until
   remaining spec issues are resolved.

2. GlobalObject::Context(), that is ultimately passed to
   KeyframeUtils::GetKeyframesFromObject and used while extracting information
   from passed-in keyframe object, with iterable/iterator protocols.

   Performing that operation in the caller side is okay, since the same thing
   can be done on caller, and the operation doesn't perform any GCThing
   allocation on the target window global.
2018-02-17 17:21:13 +09:00
..
APZTestData.webidl Bug 1436831 part 2. Make APZHitResultFlags a namespace, not a callback interface. r=qdot 2018-02-09 11:17:10 -05:00
AbortController.webidl Bug 1415682 - Abort API exposed to System, r=qdot 2017-11-10 19:37:13 +01:00
AbortSignal.webidl Bug 1415682 - Abort API exposed to System, r=qdot 2017-11-10 19:37:13 +01:00
AbstractWorker.webidl
AccessibleNode.webidl Bug 1325160 - implement AOM attributes, r=smaug 2016-12-23 14:36:55 -05:00
AddonEvent.webidl Bug 1268077: expose AddonListener through mozAddonManager r=rhelmer,smaug 2016-05-27 15:43:05 -07:00
AddonManager.webidl Bug 1335829 Add mozAddonManager.permissionPromptsEnabled r=qdot 2017-02-02 10:59:54 -08:00
AnalyserNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Animatable.webidl Bug 1290914 - support Element.animate() on AnonymousContent nodes through the AnonymousContent.setAnimationForElement() method. r=bz 2016-09-08 22:38:53 +02:00
Animation.webidl Bug 1436659 - Add Animation.updatePlaybackRate WebIDL definition; r=bz 2018-02-13 15:04:18 +09:00
AnimationEffectReadOnly.webidl Bug 1425548 - Update references to Web Animations spec in dom/webidl; r=bz 2017-12-15 14:55:55 -06:00
AnimationEffectTiming.webidl Bug 1425548 - Update references to Web Animations spec in dom/webidl; r=bz 2017-12-15 14:55:55 -06:00
AnimationEffectTimingReadOnly.webidl Bug 1425548 - Update references to Web Animations spec in dom/webidl; r=bz 2017-12-15 14:55:55 -06:00
AnimationEvent.webidl
AnimationPlaybackEvent.webidl Bug 1425548 - Update references to Web Animations spec in dom/webidl; r=bz 2017-12-15 14:55:55 -06:00
AnimationTimeline.webidl Bug 1425548 - Update references to Web Animations spec in dom/webidl; r=bz 2017-12-15 14:55:55 -06:00
AnonymousContent.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
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 Bug 1329744 - AudioBuffer ctor updated, r=padenot 2017-01-10 21:30:28 +00:00
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 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05:00
AudioDestinationNode.webidl Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
AudioListener.webidl Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
AudioNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
AudioParam.webidl Bug 1324659 - AudioParam.minValue/maxValue, r=padenot 2016-12-21 10:53:38 +01:00
AudioProcessingEvent.webidl Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
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
AudioStreamTrack.webidl
AudioTrack.webidl
AudioTrackList.webidl
AudioWorkletGlobalScope.webidl Bug 1322858 - Fix the URL of the AudioWorklet spec in webidl files, r=me 2016-12-17 07:19:02 +01:00
AutocompleteInfo.webidl
BarProp.webidl Bug 1317606. Get rid of LegacyIsCallerChromeOrNativeCode in barprop code. r=bkelly 2016-11-15 12:46:32 -05:00
BaseAudioContext.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
BaseKeyframeTypes.webidl Bug 1429671 - Make composite member of Keyframe dictionary objects accept null values; r=bz 2018-01-11 16:20:49 +09:00
BasicCardPayment.webidl Bug 1375345 - Basic card payment implementation. r=baku 2017-07-26 16:07:07 +08:00
BatteryManager.webidl
BeforeUnloadEvent.webidl
BiquadFilterNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Blob.webidl Bug 1409325 - Update FileReader WebIDL File, r=smaug 2017-10-17 13:41:01 +02:00
BlobEvent.webidl
BoxObject.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 1368712 - Get rid of nsIBrowserElementAPI.{set,get}Visible, r=kanru 2017-05-31 21:15:23 +02:00
BrowserElementDictionaries.webidl
BrowserFeedWriter.webidl
CDATASection.webidl
CSPDictionaries.webidl Bug 1302667 - CSP: Implement 'worker-src'. r=baku,dveditz,mckinley 2017-10-30 18:45:36 +01:00
CSPReport.webidl
CSS.webidl
CSS2Properties.webidl.in
CSSAnimation.webidl
CSSConditionRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSCounterStyleRule.webidl Bug 851892 part 19. Convert CSSCounterStyleRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSFontFaceRule.webidl Bug 851892 part 15. Convert CSSFontFaceRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSFontFeatureValuesRule.webidl Bug 851892 part 16. Convert CSSFontFeatureValuesRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSGroupingRule.webidl Bug 1358018. Make the second arg of CSSOM insertRule methods optional. r=heycam 2017-04-20 17:55:46 -04:00
CSSImportRule.webidl Bug 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 851892 part 17. Convert CSSKeyframeRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSKeyframesRule.webidl Bug 851892 part 18. Convert CSSKeyframesRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSLexer.webidl Bug 1427419 - Part 5: Move nsIDOMUtils.getCSSLexer to InspectorUtils. r=bz 2018-01-11 12:37:59 +08:00
CSSMediaRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSMozDocumentRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSNamespaceRule.webidl Bug 1326514 - Implement the CSSOM bits for CSSNamespaceRule. r=bz 2017-12-21 12:17:37 +11:00
CSSPageRule.webidl Bug 851892 part 14. Convert CSSPageRule to WebIDL. r=peterv,heycam 2017-01-13 10:41:04 -05:00
CSSPrimitiveValue.webidl Bug 1427512 - Part 23: Remove nsIDOMCounter. r=xidorn,bz 2018-01-11 16:17:57 +08:00
CSSPseudoElement.webidl Bug 1425548 - Update references to Web Animations spec in dom/webidl; r=bz 2017-12-15 14:55:55 -06: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 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
CSSStyleRule.webidl Bug 851892 part 12. Convert CSSStyleRule to WebIDL. r=peterv,heycam,mccr8 2017-01-13 10:41:03 -05:00
CSSStyleSheet.webidl Bug 1358018. Make the second arg of CSSOM insertRule methods optional. r=heycam 2017-04-20 17:55:46 -04:00
CSSSupportsRule.webidl Bug 851892 part 13. Convert media, supports, and moz-document rules to WebIDL. r=peterv,heycam 2017-01-13 10:41:03 -05:00
CSSTransition.webidl
CSSValue.webidl
CSSValueList.webidl
Cache.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 3 - DOM Caches enabled, r=asuth 2018-01-08 14:05:03 +01:00
CacheStorage.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 3 - DOM Caches enabled, r=asuth 2018-01-08 14:05:03 +01:00
CanvasCaptureMediaStream.webidl
CanvasRenderingContext2D.webidl Bug 1382027. Allow using an SVGImageElement as a CanvasImageSource. r=mystor 2017-07-19 11:48:49 -04:00
CaretPosition.webidl
CaretStateChangedEvent.webidl Bug 1249201 Part 1 - Add "scroll" reason to CaretStateChangedEvent. r=smaug 2016-04-21 16:43:11 +08:00
ChannelMergerNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
ChannelSplitterNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
ChannelWrapper.webidl Bug 1149250 add support for https upgrades from webextensions, r=bz,mayhemer,rpl 2017-12-08 12:12:37 -08:00
CharacterData.webidl
CheckerboardReportService.webidl Bug 1275314 - Add an API to allow flushing out in-progress checkerboard reports. r=botond,ehsan 2016-10-15 08:45:01 -04:00
ChildNode.webidl Bug 1340027 - Part 1: Add DOM CEReactions annotation. r=smaug 2017-06-29 10:25:00 -04:00
ChromeNodeList.webidl
ChromeUtils.webidl Bug 1431533: Part 2 - Add ChromeUtils.defineModuleGetter helper. r=bz 2018-01-17 19:20:16 -08:00
Client.webidl Bug 1293277 P5 Switch bindings over to new Client and Clients classes. r=baku 2017-12-12 15:44:47 -05:00
Clients.webidl Bug 1293277 P3 Remove the dom.serviceWorkers.openWindow.enabled pref. r=baku 2017-12-12 15:44:47 -05:00
ClipboardEvent.webidl
CloseEvent.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
CommandEvent.webidl Bug 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 1431105 - Prefix in Console when used by JSM, r=bgrins, r=smaug 2018-01-17 09:19:36 -08:00
ConstantSourceNode.webidl Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
ContainerBoxObject.webidl
ConvolverNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Coordinates.webidl
CreateOfferRequest.webidl
CredentialManagement.webidl Bug 1436473 - Rename WebAuthn dict to PublicKeyCredentialCreationOptions r=baku 2018-02-07 12:01:51 -07:00
Crypto.webidl Backed out changeset 3d02d52b92ee (bug 1333140) 2017-12-01 11:27:05 +01:00
CustomElementRegistry.webidl Bug 1309147 - Part 4: Add CEReactions for CustomElementRegistry. r=bz 2017-03-30 18:58:48 +08:00
CustomEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
DOMCursor.webidl
DOMError.webidl Backed out changeset 417e576cfa1e (bug 1388391) on developers request 2017-08-16 14:23:09 +02:00
DOMException.webidl Bug 1435483 part 11. Add an infallible "formattedStack" getter on nsIStackFrame. r=qdot 2018-02-05 16:34:05 -05:00
DOMImplementation.webidl Bug 984778 - Make hasFeature() and SVG requiredFeatures always return true; r=bz,longsonr 2016-09-01 14:35:11 +03:00
DOMMatrix.webidl Bug 1408310 - Part 3: Replace DOMMatrixReadOnly::Identity with IsIdentity. r=smaug 2017-11-21 16:44:49 +08:00
DOMParser.webidl
DOMPoint.webidl
DOMQuad.webidl
DOMRect.webidl Bug 1354047 - Allocate DOMRect and DOMRectReadOnly wrappers from nursery, r=qDot 2017-04-11 00:02:00 +03:00
DOMRectList.webidl
DOMRequest.webidl Bug 1435483 part 15. Remove nsIDOMRequestService::FireDetailedError. r=qdot 2018-02-05 16:34:05 -05:00
DOMStringList.webidl
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 1340027 - Part 1: Add DOM CEReactions annotation. r=smaug 2017-06-29 10:25:00 -04:00
DataTransfer.webidl Bug 1424107 - Pass the triggering principal URI across processes in drag-and-drop. r=smaug 2018-02-09 10:43:53 +09:00
DataTransferItem.webidl Bug 1297393 - Make passing of subject principals to webidl entry points explicit - part 2 - DataTransferItem, r=ehsan 2016-09-29 08:55:20 +02:00
DataTransferItemList.webidl Bug 1298243 part 4. Drop the pointless ErrorResult from the DataTransferItemList indexed getter. r=mystor 2016-10-10 21:07:47 -04:00
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 1359017 - onmessageerror for Workers in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:06 +02:00
DelayNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
DeviceLightEvent.webidl
DeviceMotionEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
DeviceOrientationEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
DeviceProximityEvent.webidl
Directory.webidl Bug 1299500 - Get rid of DeviceStorage API - part 8 - Directory::Get, r=ehsan 2017-03-08 20:15:45 +01:00
Document.webidl Bug 1430301 - Implement ShadowRoot.elementFromPoint/elementsFromPoint, r=emilio 2018-02-16 20:42:58 +02:00
DocumentFragment.webidl
DocumentOrShadowRoot.webidl Bug 1430301 - Implement ShadowRoot.elementFromPoint/elementsFromPoint, r=emilio 2018-02-16 20:42:58 +02:00
DocumentTimeline.webidl Bug 1425548 - Update references to Web Animations spec in dom/webidl; r=bz 2017-12-15 14:55:55 -06:00
DocumentType.webidl
DominatorTree.webidl
DragEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
DynamicsCompressorNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Element.webidl Bug 1421568 - Add a ChromeOnly method to access also closed shadow roots, r=mrbkap 2018-02-03 12:15:25 +02:00
ErrorEvent.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
Event.webidl Bug 1412775 - Implement Event.composedPath, r=stone 2017-12-18 18:07:36 +02:00
EventHandler.webidl Bug 1359017 - onmessageerror for WindowEventHandlers in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:06 +02:00
EventListener.webidl
EventSource.webidl Bug 1267903 - Part 1: Implement EventSource for Worker. r=baku 2016-10-24 10:11:04 +08:00
EventTarget.webidl Bug 1379688 part 2. Make the EventTarget interface constructible. r=smaug 2017-11-20 13:59:22 -05:00
ExtendableEvent.webidl
ExtendableMessageEvent.webidl Bug 1312705 - Update ExtendableMessageEvent to the latest version of the spec, r=smaug 2016-10-25 18:23:06 +02:00
External.webidl Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05: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
Fetch.webidl Bug 1128959 - Implement the WHATWG Streams spec - part 9 - FetchStreamReader, r=bkelly 2017-08-10 18:04:55 -07:00
FetchEvent.webidl Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
FetchObserver.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 18 - FetchObserver API enabled, r=asuth 2018-01-08 14:05:05 +01:00
File.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 16 - Webkit/Blink directory picker enabled, r=asuth 2018-01-08 14:05:05 +01:00
FileList.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
FileMode.webidl
FileReader.webidl Bug 1409325 - Update FileReader WebIDL File, r=smaug 2017-10-17 13:41:01 +02:00
FileReaderSync.webidl
FileSystem.webidl Bug 1284987 - Entries API - part 4 - Use of DOMException, r=smaug 2016-11-03 07:56:28 +01:00
FileSystemDirectoryEntry.webidl Bug 1284987 - Entries API - part 5 - Get rid of remove methods, r=smaug 2016-11-03 07:57:09 +01:00
FileSystemDirectoryReader.webidl Bug 1295570 - Entries API - part 8 - Remove [NoInterfaceObject], r=smaug 2016-08-18 09:20:16 +02:00
FileSystemEntry.webidl Bug 1284987 - Entries API - part 2 - FileSystemEntry.getParent, r=smaug 2016-11-03 07:55:30 +01:00
FileSystemFileEntry.webidl Bug 1315185 - Get rid of FileSystemFileEntry.createWriter, r=smaug 2016-11-04 14:23:46 +01:00
Flex.webidl Backed out 5 changesets (bug 1409083) for eslint failures 2017-12-07 19:47:09 -08: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
FontFaceSetLoadEvent.webidl Bug 1324549. Make FontFaceSetLoadEvent.fontfaces a frozen array. r=heycam 2016-12-22 16:50:01 -08:00
FontFaceSource.webidl
FormData.webidl Bug 1186932 - Implement support for form submission of a picked directory - part 1 - FormData and Directory, r=smaug 2016-07-14 09:01:31 +02:00
FrameLoader.webidl Bug 1134542 - Get rid of nsIDOMWindowUtils::sendKeyEvent() and nsIFrameLoader::sendCrossProcessKeyEvent() r=smaug 2018-01-31 17:04:20 +09:00
Function.webidl Bug 1324169 - VoidFunction should be moved to Function.webidl for Worklet global scopes, r=me 2016-12-17 07:19:50 +01:00
FuzzingFunctions.webidl Bug 1348028 - Implement fuzzPriv.enableAccessibility() in FuzzingFunctions r=smaug,surkov 2017-11-16 16:42:39 -05:00
GainNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Gamepad.webidl Bug 1375816 - Part 1: Add displayId attribute in Gamepad; r=qdot 2017-07-14 16:53:03 +08:00
GamepadAxisMoveEvent.webidl
GamepadButtonEvent.webidl
GamepadEvent.webidl
GamepadHapticActuator.webidl Bug 1299937 - Part 1: Implement GamepadHapticActuator in Gamepad API; r=qdot 2017-02-02 14:30:58 +08:00
GamepadPose.webidl Bug 1299937 - Part 1: Implement GamepadHapticActuator in Gamepad API; r=qdot 2017-02-02 14:30:58 +08:00
GamepadServiceTest.webidl Bug 1336002 - Part 1: Support button touched in the Gamepad API; r=qdot 2017-04-06 18:36:46 +08:00
Geolocation.webidl Bug 1317596. Stop using LegacyIsCallerChromeOrNativeCode in geolocation code. r=jdm 2016-11-15 12:46:32 -05:00
GeometryUtils.webidl Bug 1335368 part 22. Get rid of IsCallerChrome in geometry utils. r=dholbert 2017-02-01 15:43:59 -05:00
GetUserMediaRequest.webidl Bug 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
GroupedHistoryEvent.webidl Bug 1310771 - Part 2: Emit BrowserWillChangeProcess and BrowserChangedProcess when doing cross-frameloader navigations, r=smaug 2016-11-18 16:00:43 -05:00
HTMLAllCollection.webidl Bug 1270349 part 2. Add [LegacyUnenumerableNamedProperties] to the interfaces that specify it in DOM and HTML. r=peterv 2016-05-09 22:25:40 -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 Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
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 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04: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 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05:00
HTMLCollection.webidl Bug 1270349 part 2. Add [LegacyUnenumerableNamedProperties] to the interfaces that specify it in DOM and HTML. r=peterv 2016-05-09 22:25:40 -04:00
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 Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLDetailsElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLDialogElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -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 1276438 part 4. Move the .body getter from HTMLDocument to Document. r=mystor 2018-01-26 00:53:34 -05:00
HTMLElement.webidl Bug 1419313 - Add [CEReactions] to contentEditable attribute; r=smaug 2017-11-21 22:02:00 +08: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 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04: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 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
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 Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
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 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
HTMLImageElement.webidl Bug 1431774 part 6. de-COM the image loading content forceReload API. r=mystor 2018-01-19 14:19:39 -05:00
HTMLInputElement.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
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 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
HTMLMapElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLMediaElement.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
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 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05: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 1414359. Remove vestigial support for 'creator' operations from webidl; all setters are creators. r=qdot 2017-11-04 00:36:10 -04: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 Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
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 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
HTMLSelectElement.webidl Bug 1020698 - Remove dom.forms.autocomplete.formautofill check on HTMLSelectElement.autocomplete. r=baku 2017-11-22 14:09:44 -05:00
HTMLSlotElement.webidl Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01: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 Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLStyleElement.webidl Backed out revision 2e5306010ce1 (bug 1389421) due to unresolved spec issues. 2017-08-28 15:20:55 -04:00
HTMLTableCaptionElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLTableCellElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLTableColElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLTableElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLTableRowElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLTableSectionElement.webidl Bug 1340027 - Part 2: Add HTML CEReactions annotation. r=smaug 2017-06-29 10:26:00 -04:00
HTMLTemplateElement.webidl Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
HTMLTextAreaElement.webidl Bug 1020698 - Implement @autocomplete for <textarea>. r=baku 2017-11-08 21:35:04 -08: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 1373888 - part1 : remove useless function. r=cpearce,smaug 2017-08-29 10:54:18 +08:00
HashChangeEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
Headers.webidl Bug 1330699 part 9. Rename "MozMap" to "record" in our IDL parser and IDL files. r=qdot 2017-02-15 00:00:17 -05:00
HeapSnapshot.webidl
HiddenPluginEvent.webidl
History.webidl 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 1271505 - Support of IDBCursor.continuePrimaryKey. r=khuey 2016-07-26 15:26:50 +08:00
IDBDatabase.webidl Bug 1271457 - Add use counters for non-standard IDB extensions. r=janv, r=qDot 2017-02-07 19:57:00 -05:00
IDBFactory.webidl Bug 1335368 part 14. Remove the use of IsCallerChrome in IDBFactory. r=smaug 2017-02-01 15:43:37 -05:00
IDBFileHandle.webidl
IDBFileRequest.webidl
IDBIndex.webidl Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey 2016-03-30 11:04:56 +08:00
IDBKeyRange.webidl
IDBMutableFile.webidl Bug 1271457 - Add use counters for non-standard IDB extensions. r=janv, r=qDot 2017-02-07 19:57:00 -05:00
IDBObjectStore.webidl Bug 1271506 - Support of IDBObjectStore.getKey. r=khuey 2016-07-21 16:31:59 +08:00
IDBOpenDBRequest.webidl
IDBRequest.webidl Bug 1120178 - Migrate DOMError to DOMExtension in FileReader, IndexedDB, DOMRequest and so on, r=smaug 2017-08-06 20:47:00 +03:00
IDBTransaction.webidl Bug 1120178 - Migrate DOMError to DOMExtension in FileReader, IndexedDB, DOMRequest and so on, r=smaug 2017-08-06 20:47:00 +03:00
IDBVersionChangeEvent.webidl
IIRFilterNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
IdleDeadline.webidl Bug 1416384 - Part 2b: Get split headers building but not linking, r=smaug 2017-11-15 11:33:29 -05:00
ImageBitmap.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 2 - image bitmap, r=asuth 2018-01-08 14:05:03 +01:00
ImageBitmapRenderingContext.webidl Bug 1304767 - Deprecated ImageBitmapRenderingContext.transferImageBitmap. r=Ehsan 2016-10-07 17:14:34 +08:00
ImageCapture.webidl
ImageCaptureErrorEvent.webidl
ImageData.webidl
ImageDocument.webidl Bug 1311673 - Remove ImageDocument::ImageResizingEnabled. r=smaug 2016-11-03 11:34:16 +08:00
InputEvent.webidl
InspectorUtils.webidl Bug 1435989 - Add a 'ranges' attribute to the InspectorFontFace object, to expose ranges of text that were rendered with a specific font. r=bz,dholbert 2018-02-15 18:48:22 +00:00
InstallTrigger.webidl Bug 1330699 part 9. Rename "MozMap" to "record" in our IDL parser and IDL files. r=qdot 2017-02-15 00:00:17 -05:00
IntersectionObserver.webidl Bug 1352746 - Rename ProbablyShortLivingObject to ProbablyShortLivingWrapper in webidl, r=qDot 2017-04-11 00:01:29 +03:00
IntlUtils.webidl Bug 1346084 - Expose mozIntl.getLocaleInfo to ChromeOrXBL. r=smaug 2017-03-14 20:38:00 +01:00
IterableIterator.webidl
KeyAlgorithm.webidl Backed out changeset 3d02d52b92ee (bug 1333140) 2017-12-01 11:27:05 +01:00
KeyEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
KeyIdsInitData.webidl Bug 1308076 - Validate keyids json format. r=smaug 2016-10-06 17:57:08 +13:00
KeyboardEvent.webidl Bug 1222285 - Part 1: Spoofing the keyboard event to mimc a certain keyboard layout according to the content-language of the document when 'privacy.resistFingerprinting' is true. r=arthuredelstein,masayuki,smaug 2017-08-29 11:33:27 +08:00
KeyframeAnimationOptions.webidl Bug 1290914 - support Element.animate() on AnonymousContent nodes through the AnonymousContent.setAnimationForElement() method. r=bz 2016-09-08 22:38:53 +02:00
KeyframeEffect.webidl Bug 1414674 - Do not enter the compartment of the target window when calling KeyframeEffect and KeyframeEffectReadOnly constructor via Xray. r=bz,birtles 2018-02-17 17:21:13 +09:00
LegacyQueryInterface.webidl Bug 1435666 - Part 4: Remove nsIDOMXPathEvaluator. r=bz 2018-02-05 13:05:45 +08:00
LinkStyle.webidl
ListBoxObject.webidl Bug 1359211 - Handle touch-scrolling of XUL <listbox> in JS. r=bz,dao,kats 2017-04-24 17:12:21 -04:00
LocalMediaStream.webidl
Location.webidl Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05:00
MatchGlob.webidl Bug 1322235: Part 1 - Add native MatchPattern and MatchGlob bindings. r=billm,aswan 2017-05-24 14:57:29 -07:00
MatchPattern.webidl Bug 1397536: Avoid newURI overhead for MatchPattern. r=ehsan,mixedpuppy 2017-09-06 21:56:45 -07:00
MediaDeviceInfo.webidl
MediaDevices.webidl Bug 1372073 - Spoof navigator.mediaDevices.enumerateDevices. r=arthuredelstein,jib,smaug 2017-09-18 09:52:06 +08:00
MediaElementAudioSourceNode.webidl Bug 1322883 - AudioNode constructors - part 16 - MediaElementAudioSourceNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaEncryptedEvent.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaError.webidl Bug 1322606: Don't hide MediaError::message behind a pref. r=Ehsan 2016-12-08 16:31:51 -10:00
MediaKeyError.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeyMessageEvent.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeySession.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeyStatusMap.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeySystemAccess.webidl Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
MediaKeys.webidl Bug 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 Bug 1314445 - Remove unused enum values from MediaKeySystemStatus. r=smaug 2016-11-02 11:59:51 +13:00
MediaList.webidl
MediaQueryList.webidl Bug 1354441 - Update MediaQueryList to the latest version of the spec, r=jwatt 2017-04-10 16:29:06 +02:00
MediaQueryListEvent.webidl Bug 1354441 - Update MediaQueryList to the latest version of the spec, r=jwatt 2017-04-10 16:29:06 +02:00
MediaRecorder.webidl
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 1286722: [MSE] P1. Add mediasource event handler attributes. r=bz 2016-07-14 18:28:19 +10:00
MediaStream.webidl Bug 1425621 - Part 2: webidl for MediaStream.onremovetrack. r=smaug 2017-12-20 12:35:46 -06:00
MediaStreamAudioDestinationNode.webidl Bug 1322883 - AudioNode constructors - part 18 - MediaStreamAudioDestinationNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaStreamAudioSourceNode.webidl Bug 1322883 - AudioNode constructors - part 17 - MediaStreamAudioSourceNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaStreamError.webidl
MediaStreamEvent.webidl
MediaStreamTrack.webidl Bug 1425621 - Part 4: Move track event logic to JS. r=drno,jib,smaug 2017-12-20 17:00:40 -06:00
MediaStreamTrackEvent.webidl Bug 1208328 - Implement MediaStream.onaddtrack. r=jib, r=smaug 2016-05-31 09:29:52 +02:00
MediaTrackConstraintSet.webidl
MediaTrackSettings.webidl Bug 1213414 - Add channelCount constraint in webidl file. r=jib,padenot,smaug 2017-06-29 20:59:30 -07:00
MediaTrackSupportedConstraints.webidl Bug 1213414 - Add channelCount constraint in webidl file. r=jib,padenot,smaug 2017-06-29 20:59:30 -07:00
MenuBoxObject.webidl
MessageChannel.webidl
MessageEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
MessagePort.webidl Bug 1359017 - onmessageerror for MessagePort in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:05 +02:00
MimeType.webidl
MimeTypeArray.webidl Bug 1324035 part 2. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsMimeTypeArray. r=qdot 2016-12-17 00:25:52 -05:00
MouseEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
MouseScrollEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
MozApplicationEvent.webidl
MozStorageAsyncStatementParams.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
MozStorageStatementParams.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
MozStorageStatementRow.webidl Bug 1390489 - Port StatementRow to WebIDL bindings. r=asuth,qdot 2017-08-22 09:25:37 +02:00
MutationEvent.webidl Bug 1436508 part 13. Remove nsIDOMMutationEvent constants. r=masayuki 2018-02-09 11:17:10 -05:00
MutationObserver.webidl Bug 1352746 - Rename ProbablyShortLivingObject to ProbablyShortLivingWrapper in webidl, r=qDot 2017-04-11 00:01:29 +03: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 1169290 - Guard navigator.webdriver behind dom.webdriver.enabled pref. r=bz,maja_zf 2018-02-09 14:57:32 +00:00
NetDashboard.webidl Bug 1377568 - Show cache performance data in about:networking, r=valentin, r=ehsan 2017-07-05 01:41:00 +02:00
NetworkInformation.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 17 - Network Information enabled, r=asuth 2018-01-08 14:05:05 +01:00
NetworkOptions.webidl
Node.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
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 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05:00
NotificationEvent.webidl Bug 1333117. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend, since our build system doesn't really support correct dep builds if they're placed in a different file. r=qdot 2017-01-24 16:11:30 -05:00
NotifyPaintEvent.webidl Bug 1334957 part 2. Remove all the accessors from the XPCOM interface for NotifyPaintEvent. r=smaug 2017-02-02 12:48:48 -05:00
OfflineAudioCompletionEvent.webidl Bug 1324537 - Implement the OfflineAudioCompletionEvent constructor, r=smaug 2016-12-20 10:41:30 +01:00
OfflineAudioContext.webidl Bug 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 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 15 - Offscreen Canvas enabled, r=asuth 2018-01-08 14:05:05 +01:00
OscillatorNode.webidl Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
PageTransitionEvent.webidl
PaintRequest.webidl
PaintRequestList.webidl
PaintWorkletGlobalScope.webidl Bug 1323948 - PaintWorkletGlobalScope, r=smaug 2016-12-16 22:21:51 +01:00
PannerNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
ParentNode.webidl Bug 1340027 - Part 1: Add DOM CEReactions annotation. r=smaug 2017-06-29 10:25:00 -04:00
PaymentAddress.webidl Bug 1345365 - PaymentRequest API canMakePayment(), abort() and show() implementation. r=baku 2017-06-14 15:59:00 +08:00
PaymentRequest.webidl Bug 1376623 - PaymentMethodData.supportedMethods is now DOMString. r=baku 2017-07-01 01:17:12 +08:00
PaymentRequestUpdateEvent.webidl Bug 1318990 - PaymentRequestUpdateEvent interface and PaymentRequest API onshippingaddress/optionchange implementation. r=baku 2017-06-23 17:15:51 +08:00
PaymentResponse.webidl Bug 1345365 - PaymentRequest API canMakePayment(), abort() and show() implementation. r=baku 2017-06-14 15:59:00 +08:00
PeerConnectionImpl.webidl Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00
PeerConnectionImplEnums.webidl Bug 1411498: delete unused sipcc states. r=bwc,smaug 2017-10-24 23:40:02 -07:00
PeerConnectionObserver.webidl Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00
PeerConnectionObserverEnums.webidl Bug 1411498: delete unused sipcc states. r=bwc,smaug 2017-10-24 23:40:02 -07:00
Performance.webidl Bug 1425458 - Resource timing entries Workers - part 4 - exposing partial interface, r=smaug 2018-01-24 17:17:32 +01:00
PerformanceEntry.webidl
PerformanceEntryEvent.webidl
PerformanceMark.webidl
PerformanceMeasure.webidl
PerformanceNavigation.webidl
PerformanceNavigationTiming.webidl Backed out changeset 6827b7bf9116 (bug 1263722) for leaks detected on mochitest shutdown. r=backout 2017-09-25 09:57:13 +02:00
PerformanceObserver.webidl Bug 1436744 - Get rid of WorkerCheckAPIExposureOnMainThreadRunnable, r=catalinb 2018-02-12 21:02:22 +01:00
PerformanceObserverEntryList.webidl Bug 1436744 - Get rid of WorkerCheckAPIExposureOnMainThreadRunnable, r=catalinb 2018-02-12 21:02:22 +01:00
PerformanceResourceTiming.webidl Bug 1425458 - Resource timing entries Workers - part 6 - PerformanceResourceTiming exposed, r=smaug 2018-01-24 17:17:32 +01:00
PerformanceTiming.webidl Bug 772589 - Implement the secureConnectionStart property for the PerformanceTiming interface r=bkelly,dragana,francois,Honza 2017-07-10 15:01:35 -04:00
PeriodicWave.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
PermissionStatus.webidl
Permissions.webidl Bug 1270038 - Add permission 'persistent-storage' for StorageManager, r=baku 2016-12-16 18:00:53 +08:00
Plugin.webidl Bug 1270366. PluginArray and Plugin should have unenumerable named properties. r=bkelly 2016-08-31 10:57:40 -04:00
PluginArray.webidl Bug 1324035 part 3. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsPluginArray. r=qdot 2016-12-17 00:25:52 -05:00
PluginCrashedEvent.webidl
PointerEvent.webidl Bug 1303957 Part1: Add support for PointerEvent.getCoalescedEvents. r=smaug. 2017-09-20 13:00:57 +08:00
PopStateEvent.webidl
PopupBlockedEvent.webidl
PopupBoxObject.webidl Bug 1276976, ensure that popups are visible in the right area, r=tn, r=mrbkap 2016-06-09 11:34:12 -04:00
Position.webidl
PositionError.webidl
PrecompiledScript.webidl Bug 1333990: Follow-up: Clarify documentation for PrecompiledScript bindings. r=bz 2017-03-17 13:58:00 -07:00
Presentation.webidl Bug 1314229 - return undefined/null for defaultRequest/receiver if not in corresponding UA or context. r=smaug. 2016-11-02 17:53:31 +08:00
PresentationAvailability.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationConnection.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationConnectionAvailableEvent.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationConnectionCloseEvent.webidl Bug 1291971 - Part 1, enable controller idlharness test. r=smaug. 2016-10-04 00:22:34 +02:00
PresentationConnectionList.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
PresentationReceiver.webidl Bug 1332713 part 2. Disallow [SameObject] Promise-typed attributes. r=qdot 2017-01-27 18:53:36 -05:00
PresentationRequest.webidl Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
ProcessingInstruction.webidl
ProfileTimelineMarker.webidl Bug 1371457 - Change restyle marker data to animation state. r=bholley,gregtatum 2017-06-28 11:59:28 -07:00
ProgressEvent.webidl Bug 1333903 - ErrorEvent, CloseEvent, ProgressEvent and FileList should be exposed in workers, r=baku 2017-01-26 18:57:59 +02:00
Promise.webidl Bug 1323721 part 12. Create a separate IDLPromiseType; stop treating Promise as an interface altogether. r=qdot 2016-12-19 15:38:44 -08:00
PromiseDebugging.webidl Bug 1322920 - Remove DOM Promise implementation. r=bz 2016-12-14 17:11:48 +01:00
PromiseRejectionEvent.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 11 - Promise Rejection Event enabled, r=asuth 2018-01-08 14:05:04 +01:00
PushEvent.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 12 - Push enabled, r=asuth 2018-01-08 14:05:05 +01:00
PushManager.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 12 - Push enabled, r=asuth 2018-01-08 14:05:05 +01:00
PushMessageData.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 12 - Push enabled, r=asuth 2018-01-08 14:05:05 +01:00
PushSubscription.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 12 - Push enabled, r=asuth 2018-01-08 14:05:05 +01:00
PushSubscriptionOptions.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 12 - Push enabled, r=asuth 2018-01-08 14:05:05 +01:00
RGBColor.webidl
RTCCertificate.webidl Bug 1312306 - Update expires handling on RTCCertificate to match spec, r=bkelly,jib 2016-10-24 14:11:43 +11:00
RTCConfiguration.webidl Bug 1312304: Remove ICE policy "none". r=drno,smaug 2016-10-24 13:36:56 -05:00
RTCDTMFSender.webidl Bug 1308298 - Remove duration and interToneGap attributes from RTCDTMFSender; r=jib,smaug 2016-10-11 14:05:08 -04:00
RTCDTMFToneChangeEvent.webidl Bug 1291715 - Add RTCDTMFSender and RTCDTMFToneChangeEvent to webidl; r=smaug 2016-09-14 08:53:23 -04:00
RTCDataChannel.webidl Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00
RTCDataChannelEvent.webidl Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00
RTCIceCandidate.webidl Bug 1263312 - Update RTCIceCandidate to spec. r=drno,smaug 2016-11-08 20:22:40 -05:00
RTCIdentityAssertion.webidl
RTCIdentityProvider.webidl
RTCPeerConnection.webidl Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00
RTCPeerConnectionIceEvent.webidl
RTCPeerConnectionStatic.webidl
RTCRtpReceiver.webidl Bug 1430213 - add toggle pref for RTCRtpReceiver RTP sources APIs;r=jib,smaug 2018-01-12 11:59:19 -08: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 1425621 - Part 5: Handle transceiver removal caused by rollback after track events. r=drno,jib,smaug 2017-12-21 10:22:37 -06:00
RTCSessionDescription.webidl Bug 1313966 - Add deprecation warnings to writable RTCSessionDescription. r=drno,smaug 2016-11-08 17:50:24 -05:00
RTCStatsReport.webidl Bug 1414171 - pt 1 - Add componentId field to RTCIceCandidatePairStats. r=smaug 2018-01-31 10:34:37 -06: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 Bug 1317367 part 4. Pass an explicit CallerType to HTMLInputElement::GetValueInternal. r=smaug 2016-11-15 12:46:32 -05:00
Range.webidl Bug 1340027 - Part 4: Add DOM parsing CEReactions annotation. r=smaug 2017-06-29 10:27:00 -04:00
Rect.webidl
Request.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 18 - FetchObserver API enabled, r=asuth 2018-01-08 14:05:05 +01:00
Response.webidl Bug 1303025 - Accept null for body param in constructor of Response. r=bkelly 2018-01-13 14:20:50 +11: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
SVGCircleElement.webidl
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 1330457. Introduce DocumentAndElementEventHandlers to more closely align with the HTML spec. r=bkelly 2017-01-13 10:41:20 -05:00
SVGEllipseElement.webidl
SVGFEBlendElement.webidl
SVGFEColorMatrixElement.webidl
SVGFEComponentTransferElement.webidl
SVGFECompositeElement.webidl
SVGFEConvolveMatrixElement.webidl
SVGFEDiffuseLightingElement.webidl
SVGFEDisplacementMapElement.webidl
SVGFEDistantLightElement.webidl
SVGFEDropShadowElement.webidl
SVGFEFloodElement.webidl
SVGFEFuncAElement.webidl
SVGFEFuncBElement.webidl
SVGFEFuncGElement.webidl
SVGFEFuncRElement.webidl
SVGFEGaussianBlurElement.webidl
SVGFEImageElement.webidl
SVGFEMergeElement.webidl
SVGFEMergeNodeElement.webidl
SVGFEMorphologyElement.webidl
SVGFEOffsetElement.webidl
SVGFEPointLightElement.webidl
SVGFESpecularLightingElement.webidl
SVGFESpotLightElement.webidl
SVGFETileElement.webidl
SVGFETurbulenceElement.webidl
SVGFilterElement.webidl Bug 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 1239100 - Implement SVGGeometryElement interface. r=cam r=peterv 2016-12-18 11:11:47 +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
SVGLength.webidl
SVGLengthList.webidl
SVGLineElement.webidl
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
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
SVGPolylineElement.webidl
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
SVGSVGElement.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGScriptElement.webidl
SVGSetElement.webidl
SVGStopElement.webidl
SVGStringList.webidl
SVGStyleElement.webidl Bug 1291515 - Part 1: Introduce a pref for <style scoped>. r=bholley,dbaron 2017-06-21 09:25:43 +08:00
SVGSwitchElement.webidl
SVGSymbolElement.webidl
SVGTSpanElement.webidl
SVGTests.webidl
SVGTextContentElement.webidl
SVGTextElement.webidl
SVGTextPathElement.webidl
SVGTextPositioningElement.webidl
SVGTitleElement.webidl
SVGTransform.webidl
SVGTransformList.webidl
SVGURIReference.webidl
SVGUnitTypes.webidl 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 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGZoomAndPan.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
SVGZoomAndPanValues.webidl Bug 1241899 - Make SVGZoomAndPan [NoInterfaceObject]. r=cam r=peterv 2016-10-16 12:24:25 +01:00
Screen.webidl Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05: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 Bug 1288359 - Add a pref to disable the Web Audio API. r=karlt,smaug 2016-07-22 13:59:52 +02:00
ScrollAreaEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
ScrollBoxObject.webidl
ScrollViewChangeEvent.webidl
SecurityPolicyViolationEvent.webidl Bug 1037335 - Add a pref to enable only within Nightly and Early Beta. r=ckerschb,smaug 2017-11-29 16:55:00 +02:00
Selection.webidl Bug 1359157 - Support Selection.type from spec; r=smaug 2017-08-03 17:13:24 +03:00
ServiceWorker.webidl Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerContainer.webidl Bug 1353636 - Part 1: Move from nsLoadFlags to UpdateViaCache. r=bkelly 2017-08-16 14:18:52 +08:00
ServiceWorkerGlobalScope.webidl Bug 1293277 P5 Switch bindings over to new Client and Clients classes. r=baku 2017-12-12 15:44:47 -05:00
ServiceWorkerRegistration.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 12 - Push enabled, r=asuth 2018-01-08 14:05:05 +01:00
ShadowRoot.webidl Bug 1438129: Remove ShadowRoot.applyAuthorStyles. r=smaug 2018-02-14 11:41:40 +01: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 1286722: [MSE] P1. Add mediasource event handler attributes. r=bz 2016-07-14 18:28:19 +10:00
SourceBufferList.webidl Bug 1286722: [MSE] P1. Add mediasource event handler attributes. r=bz 2016-07-14 18:28:19 +10:00
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 Bug 1318137 - Added charLength to speech synth boundary events. r=m_kato,smaug 2016-11-16 17:22:36 -08:00
SpeechSynthesisUtterance.webidl
SpeechSynthesisVoice.webidl
StereoPannerNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
Storage.webidl Bug 1414359. Remove vestigial support for 'creator' operations from webidl; all setters are creators. r=qdot 2017-11-04 00:36:10 -04: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 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 10 - StorageManager enabled, r=asuth 2018-01-08 14:05:04 +01:00
StorageType.webidl
StreamFilter.webidl Bug 1255894: Part 6 - Implement StreamFilter DOM bindings. r=baku,mixedpuppy 2017-08-27 19:51:36 -07:00
StreamFilterDataEvent.webidl Bug 1255894: Part 6 - Implement StreamFilter DOM bindings. r=baku,mixedpuppy 2017-08-27 19:51:36 -07:00
StructuredCloneHolder.webidl Bug 1356546: Part 1 - Add a StructuredCloneHolder JS helper to hold opaque structured clone blobs. r=billm 2017-05-20 15:09:24 -07:00
StyleRuleChangeEvent.webidl Bug 851892 part 9. Add a CSSRule Web IDL interface. r=peterv,heycam 2017-01-13 10:41:03 -05:00
StyleSheet.webidl Bug 1427512 - Part 22: Remove nsIDOMStyleSheet. r=xidorn,bz 2018-01-11 16:17:57 +08:00
StyleSheetApplicableStateChangeEvent.webidl
StyleSheetChangeEvent.webidl
StyleSheetList.webidl
SubtleCrypto.webidl Backed out changeset 3d02d52b92ee (bug 1333140) 2017-12-01 11:27:05 +01:00
TCPServerSocket.webidl
TCPServerSocketEvent.webidl
TCPSocket.webidl Bug 1104156 - TCPSocket doesn't close output stream until all buffered streams in the multiplex stream are sent. r=jdm, r=bkelly 2016-08-04 14:36:06 -04:00
TCPSocketErrorEvent.webidl Bug 1286530 - Clean AvailableIn, CheckAnyPermissions and CheckAllPermissions from WebIDL r=bz,fabrice 2016-04-21 15:48:59 +02:00
TCPSocketEvent.webidl
TestFunctions.webidl Bug 1436276. Bindings should create their return promises in the current compartment even when called over Xrays. r=bholley 2018-02-10 01:34:10 -05:00
TestInterfaceJS.webidl Bug 1330699 part 9. Rename "MozMap" to "record" in our IDL parser and IDL files. r=qdot 2017-02-15 00:00:17 -05:00
TestInterfaceJSDictionaries.webidl
TestInterfaceJSMaplikeSetlikeIterable.webidl Bug 1289315 - Tests for Iterable<> Union Types in WebIDL Interfaces; r=bz 2016-07-27 09:48:59 -07:00
Text.webidl Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
TextClause.webidl Bug 1275473 - Implement CompositionEvent.ranges. r=masayuki, r=smaug 2016-07-26 12:09:07 +02:00
TextDecoder.webidl
TextEncoder.webidl Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor. 2017-06-13 13:23:23 +03:00
TextTrack.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
TextTrackCue.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
TextTrackCueList.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
TextTrackList.webidl Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
TimeEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
TimeRanges.webidl
Touch.webidl Bug 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
TreeBoxObject.webidl Bug 1437654. Drop the nsINativeTreeView stuff, since it's all not working anyway. r=gijs 2018-02-13 13:53:52 -05:00
TreeColumn.webidl
TreeColumns.webidl
TreeContentView.webidl Bug 1252211 - Convert TreeContentView to WebIDL. r=bz. 2017-06-08 21:04:02 +02:00
TreeView.webidl Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao 2018-01-18 10:36:05 +00:00
TreeWalker.webidl
U2F.webidl Bug 1247124 - Limit FIDO U2F to Secure Contexts r=ttaubert,smaug 2017-12-13 17:02:38 -06:00
UDPMessageEvent.webidl Bug 1286530 - Clean AvailableIn, CheckAnyPermissions and CheckAllPermissions from WebIDL r=bz,fabrice 2016-04-21 15:48:59 +02:00
UDPSocket.webidl Bug 1286530 - Clean AvailableIn, CheckAnyPermissions and CheckAllPermissions from WebIDL r=bz,fabrice 2016-04-21 15:48:59 +02:00
UIEvent.webidl Bug 1345044 - Make init*Event() arguments optional except the first; r=stone 2017-04-04 20:28:36 +03:00
URL.webidl Bug 1368950 - Remove URL Constructor with a URL base argument, r=qdot 2017-05-31 21:18:19 +02:00
URLSearchParams.webidl Bug 1331580 - Construct URLSearchParams from record<>, r=qdot 2017-03-02 21:48:51 +01:00
UserProximityEvent.webidl
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 Bug 1293333 - Part 1: Implement window.onvrdisplayactivate and window.onvrdisplaydeactivate events r=daoshengmu,Ehsan 2016-10-18 18:18:10 -04:00
VRServiceTest.webidl Backed out the accidental backout of the backout of 3 changesets (bug 1311802). r=backout/reland 2017-03-31 10:11:19 +02:00
VTTCue.webidl 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 Bug 932755 - Add support for input/textarea minLength and tooShort. r=mrbkap 2016-08-17 00:11:24 -04:00
VideoPlaybackQuality.webidl
VideoStreamTrack.webidl
VideoTrack.webidl
VideoTrackList.webidl
WaveShaperNode.webidl Bug 1324352 - Implement BaseAudioContext, r=padenot 2016-12-21 10:52:50 +01:00
WebAuthentication.webidl Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-02-08 00:32:12 +02:00
WebComponents.webidl Bug 1416999 - Remove document.registerElement; r=smaug 2017-11-16 12:23:15 +08:00
WebExtensionContentScript.webidl Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
WebExtensionPolicy.webidl Bug 1332273 - Support programmatically registered content scripts. r=baku,kmag 2017-11-03 17:01:58 +01:00
WebGL2RenderingContext.webidl Bug 792059 - Add NeedsWindowsUndef extended attribute for constants; r=bz 2017-10-23 17:34:28 -07:00
WebGLContextEvent.webidl Bug 1271478 - Implement WebGLContextCreationError. - r=jrmuizel,smaug,mtseng 2016-05-11 16:45:43 -07:00
WebGLRenderingContext.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 15 - Offscreen Canvas enabled, r=asuth 2018-01-08 14:05:05 +01:00
WebKitCSSMatrix.webidl
WebSocket.webidl Bug 1374574 - Remove the FlyWeb service and DOM interfaces. r=bz,djvj 2017-11-22 15:00:10 +01:00
WebrtcDeprecated.webidl
WebrtcGlobalInformation.webidl Bug 1408371: report AEC log dir through getter. r=ng,smaug 2017-10-13 17:57:15 -07:00
WheelEvent.webidl
WidevineCDMManifest.webidl
Window.webidl Bug 1436865 - Remove nsIDOMCrypto. r=bz 2018-02-08 13:22:20 +01:00
WindowOrWorkerGlobalScope.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 3 - DOM Caches enabled, r=asuth 2018-01-08 14:05:03 +01:00
WindowRoot.webidl
Worker.webidl Bug 1435196 - Move the webidl binding interfaces out of WorkerPrivate - part 1 - WebIDL bindings, r=bkelly 2018-02-08 08:26:05 +01:00
WorkerDebuggerGlobalScope.webidl Bug 989619 - patch 2 - console API should use webIDL namespaces, r=bz 2016-06-04 09:32:51 +02:00
WorkerGlobalScope.webidl Bug 1336043 - close() should be in DedicatedWorkerGlobalScope and SharedWorkerGlobalScope only, r=bkelly 2017-02-03 08:35:19 +01:00
WorkerLocation.webidl
WorkerNavigator.webidl Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 17 - Network Information enabled, r=asuth 2018-01-08 14:05:05 +01:00
Worklet.webidl Bug 1335368 part 12. Remove the use of IsCallerChrome in FetchRequest. r=bkelly 2017-02-01 15:43:37 -05:00
WorkletGlobalScope.webidl Bug 1322858 - Implement AudioWorkletGlobalScope - main-thread only - not meant to be exposed yet, r=smaug 2016-12-14 14:43:26 +01:00
XMLDocument.webidl Bug 1388132 - Enable use counter for XMLDocument.async; r=francois,smaug 2017-08-08 14:00:06 +03:00
XMLHttpRequest.webidl Bug 1397151 - Remove the support for moz-chunk-text type in XHR, r=smaug 2017-09-22 07:18:49 +02:00
XMLHttpRequestEventTarget.webidl Bug 1257037 part 13. Get rid of the concept of worker vs non-worker descriptors. r=khuey 2016-07-08 00:37:55 -04:00
XMLHttpRequestUpload.webidl
XMLSerializer.webidl
XMLStylesheetProcessingInstruction.webidl
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 1371219 - Add an inputSource attribute to XULCommandEvent. r=smaug 2017-07-20 17:45:56 +02:00
XULDocument.webidl Bug 1434399 part 13. Remove C++ uses of nsIDOMXULDocument. r=mystor 2018-01-31 14:49:28 -05:00
XULElement.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
moz.build Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00