diff --git a/accessible/interfaces/msaa/ISimpleDOM.idl b/accessible/interfaces/msaa/ISimpleDOM.idl index b890a2cc9d01..4bd51b7f502a 100644 --- a/accessible/interfaces/msaa/ISimpleDOM.idl +++ b/accessible/interfaces/msaa/ISimpleDOM.idl @@ -20,4 +20,3 @@ library ISimpleDOM interface ISimpleDOMText; interface ISimpleDOMDocument; }; - diff --git a/accessible/interfaces/msaa/ISimpleDOMNode.idl b/accessible/interfaces/msaa/ISimpleDOMNode.idl index 24f99743c269..860111e1eab9 100644 --- a/accessible/interfaces/msaa/ISimpleDOMNode.idl +++ b/accessible/interfaces/msaa/ISimpleDOMNode.idl @@ -173,4 +173,3 @@ interface ISimpleDOMNode : IUnknown [propget] HRESULT language([out, retval] BSTR *language); } - diff --git a/accessible/interfaces/msaa/ISimpleDOMText.idl b/accessible/interfaces/msaa/ISimpleDOMText.idl index f44973f59a21..c203cf98c13b 100644 --- a/accessible/interfaces/msaa/ISimpleDOMText.idl +++ b/accessible/interfaces/msaa/ISimpleDOMText.idl @@ -76,4 +76,3 @@ interface ISimpleDOMText: IUnknown [propget] HRESULT fontFamily([out, retval] BSTR *fontFamily); }; - diff --git a/accessible/interfaces/nsIAccessible.idl b/accessible/interfaces/nsIAccessible.idl index b2f1962f5ced..f5657655ac98 100644 --- a/accessible/interfaces/nsIAccessible.idl +++ b/accessible/interfaces/nsIAccessible.idl @@ -349,4 +349,3 @@ interface nsIAccessible : nsISupports [notxpcom, nostdcall] InternalAccessible toInternalGeneric(); }; - diff --git a/accessible/interfaces/nsIAccessibleImage.idl b/accessible/interfaces/nsIAccessibleImage.idl index d9980c0cc4cb..296216e70d4f 100644 --- a/accessible/interfaces/nsIAccessibleImage.idl +++ b/accessible/interfaces/nsIAccessibleImage.idl @@ -28,4 +28,3 @@ interface nsIAccessibleImage : nsISupports */ void getImageSize(out long width, out long height); }; - diff --git a/accessible/interfaces/nsIAccessibleStates.idl b/accessible/interfaces/nsIAccessibleStates.idl index 133bee398ccd..6d25e469c6b8 100644 --- a/accessible/interfaces/nsIAccessibleStates.idl +++ b/accessible/interfaces/nsIAccessibleStates.idl @@ -74,4 +74,3 @@ interface nsIAccessibleStates : nsISupports const unsigned long EXT_STATE_PINNED = 0x00010000; // Indicates object is pinned. const unsigned long EXT_STATE_CURRENT = 0x00020000; // Indicates object is the current item in its container }; - diff --git a/accessible/interfaces/nsIAccessibleTextSelectionChangeEvent.idl b/accessible/interfaces/nsIAccessibleTextSelectionChangeEvent.idl index 3847f1b7292f..6ca09192efc3 100644 --- a/accessible/interfaces/nsIAccessibleTextSelectionChangeEvent.idl +++ b/accessible/interfaces/nsIAccessibleTextSelectionChangeEvent.idl @@ -14,7 +14,7 @@ interface nsIArray; interface nsIAccessibleTextSelectionChangeEvent: nsIAccessibleEvent { /** - * Return an array of disjoint ranges for selected text within the + * Return an array of disjoint ranges for selected text within the * source of this event. */ readonly attribute nsIArray selectionRanges; diff --git a/accessible/interfaces/nsIAccessibleTypes.idl b/accessible/interfaces/nsIAccessibleTypes.idl index 5f0ac42749c1..913636d2b032 100644 --- a/accessible/interfaces/nsIAccessibleTypes.idl +++ b/accessible/interfaces/nsIAccessibleTypes.idl @@ -78,4 +78,3 @@ interface nsIAccessibleCoordinateType : nsISupports */ const unsigned long COORDTYPE_PARENT_RELATIVE = 0x02; }; - diff --git a/accessible/ipc/win/typelib/Accessible.idl b/accessible/ipc/win/typelib/Accessible.idl index 82ddcf5065ef..10d310a316cd 100644 --- a/accessible/ipc/win/typelib/Accessible.idl +++ b/accessible/ipc/win/typelib/Accessible.idl @@ -13,4 +13,3 @@ library Accessible interface IEnumVARIANT; interface IServiceProvider; }; - diff --git a/browser/components/shell/nsIGNOMEShellService.idl b/browser/components/shell/nsIGNOMEShellService.idl index 0cb412520717..75fa5e0a3032 100644 --- a/browser/components/shell/nsIGNOMEShellService.idl +++ b/browser/components/shell/nsIGNOMEShellService.idl @@ -21,4 +21,3 @@ interface nsIGNOMEShellService : nsIShellService */ boolean isDefaultForScheme(in AUTF8String aScheme); }; - diff --git a/caps/nsIPrincipal.idl b/caps/nsIPrincipal.idl index e5bacca601aa..18df57596676 100644 --- a/caps/nsIPrincipal.idl +++ b/caps/nsIPrincipal.idl @@ -478,7 +478,7 @@ interface nsIPrincipal : nsISupports readonly attribute ACString storageOriginKey; /** - * Creates and Returns a new ReferrerInfo with the + * Creates and Returns a new ReferrerInfo with the * Principals URI * * May be called from any thread. diff --git a/docshell/base/nsIURIFixup.idl b/docshell/base/nsIURIFixup.idl index ed478aa1c5af..3ddbd6c29ef0 100644 --- a/docshell/base/nsIURIFixup.idl +++ b/docshell/base/nsIURIFixup.idl @@ -203,4 +203,3 @@ interface nsIURIFixup : nsISupports */ bool isDomainKnown(in AUTF8String aDomain); }; - diff --git a/dom/bindings/test/TestDictionary.webidl b/dom/bindings/test/TestDictionary.webidl index 3dd91bd6500c..37b7f5e84fb5 100644 --- a/dom/bindings/test/TestDictionary.webidl +++ b/dom/bindings/test/TestDictionary.webidl @@ -6,4 +6,4 @@ dictionary GrandparentDict { double someNum; -}; \ No newline at end of file +}; diff --git a/dom/chrome-webidl/Flex.webidl b/dom/chrome-webidl/Flex.webidl index f752b24ad913..f04897e65c7d 100644 --- a/dom/chrome-webidl/Flex.webidl +++ b/dom/chrome-webidl/Flex.webidl @@ -44,7 +44,7 @@ interface Flex * in a given flex line, per flexbox spec section 9.7 step 1. Note that * this value doesn't necessarily mean that any items on this line * are *actually* growing (or shrinking). This simply indicates what - * the layout algorithm "wants" to do, based on the free space -- + * the layout algorithm "wants" to do, based on the free space -- * and items will stretch from their flex base size in the corresponding * direction, if permitted by their min/max constraints and their * corresponding flex factor. diff --git a/dom/chrome-webidl/MatchPattern.webidl b/dom/chrome-webidl/MatchPattern.webidl index f06fed460d99..4e75d39ba2a9 100644 --- a/dom/chrome-webidl/MatchPattern.webidl +++ b/dom/chrome-webidl/MatchPattern.webidl @@ -33,7 +33,7 @@ interface URI; interface MatchPattern { [Throws] constructor(DOMString pattern, optional MatchPatternOptions options = {}); - + /** * Returns true if the given URI matches the pattern. * diff --git a/dom/chrome-webidl/PlacesObservers.webidl b/dom/chrome-webidl/PlacesObservers.webidl index 16816107f04b..662d8558ffc5 100644 --- a/dom/chrome-webidl/PlacesObservers.webidl +++ b/dom/chrome-webidl/PlacesObservers.webidl @@ -29,4 +29,3 @@ namespace PlacesObservers { [Throws] undefined notifyListeners(sequence events); }; - diff --git a/dom/chrome-webidl/PrioEncoder.webidl b/dom/chrome-webidl/PrioEncoder.webidl index 1dd00920cc9c..81c5bf0a4dd8 100644 --- a/dom/chrome-webidl/PrioEncoder.webidl +++ b/dom/chrome-webidl/PrioEncoder.webidl @@ -17,4 +17,4 @@ dictionary PrioParams { dictionary PrioEncodedData { Uint8Array a; Uint8Array b; -}; \ No newline at end of file +}; diff --git a/dom/chrome-webidl/WebExtensionPolicy.webidl b/dom/chrome-webidl/WebExtensionPolicy.webidl index fd04aa556cbc..8a486a923151 100644 --- a/dom/chrome-webidl/WebExtensionPolicy.webidl +++ b/dom/chrome-webidl/WebExtensionPolicy.webidl @@ -15,7 +15,7 @@ callback WebExtensionLocalizeCallback = DOMString (DOMString unlocalizedText); interface WebExtensionPolicy { [Throws] constructor(WebExtensionInit options); - + /** * The add-on's internal ID, as specified in its manifest.json file or its * XPI signature. diff --git a/dom/commandhandler/nsICommandManager.idl b/dom/commandhandler/nsICommandManager.idl index d2a4446525ee..384e14436cc0 100644 --- a/dom/commandhandler/nsICommandManager.idl +++ b/dom/commandhandler/nsICommandManager.idl @@ -117,4 +117,3 @@ Arguments to observers "Observe" method are as follows: in wstring aDummy ); // unused */ - diff --git a/dom/commandhandler/nsICommandParams.idl b/dom/commandhandler/nsICommandParams.idl index 6e481c5cf8a9..aa06951f94de 100644 --- a/dom/commandhandler/nsICommandParams.idl +++ b/dom/commandhandler/nsICommandParams.idl @@ -90,4 +90,3 @@ interface nsICommandParams : nsISupports inline const nsCommandParams* AsCommandParams() const; %} }; - diff --git a/dom/commandhandler/nsIControllerCommand.idl b/dom/commandhandler/nsIControllerCommand.idl index 165760fb6de3..7a627391b9e9 100644 --- a/dom/commandhandler/nsIControllerCommand.idl +++ b/dom/commandhandler/nsIControllerCommand.idl @@ -50,4 +50,3 @@ interface nsIControllerCommand : nsISupports void doCommandParams(in string aCommandName, in nsICommandParams aParams, in nsISupports aCommandContext); }; - diff --git a/dom/commandhandler/nsIControllerCommandTable.idl b/dom/commandhandler/nsIControllerCommandTable.idl index 3e4d828d2511..baec06fc1258 100644 --- a/dom/commandhandler/nsIControllerCommandTable.idl +++ b/dom/commandhandler/nsIControllerCommandTable.idl @@ -100,4 +100,3 @@ interface nsIControllerCommandTable : nsISupports inline const nsControllerCommandTable* AsControllerCommandTable() const; %} }; - diff --git a/dom/events/nsIEventListenerService.idl b/dom/events/nsIEventListenerService.idl index 45d835a46378..ead3cc4af1e3 100644 --- a/dom/events/nsIEventListenerService.idl +++ b/dom/events/nsIEventListenerService.idl @@ -126,4 +126,3 @@ interface nsIEventListenerService : nsISupports void addListenerChangeListener(in nsIListenerChangeListener aListener); void removeListenerChangeListener(in nsIListenerChangeListener aListener); }; - diff --git a/dom/interfaces/base/nsIBrowserDOMWindow.idl b/dom/interfaces/base/nsIBrowserDOMWindow.idl index 9add5bb3d27d..c9fad6a1b10c 100644 --- a/dom/interfaces/base/nsIBrowserDOMWindow.idl +++ b/dom/interfaces/base/nsIBrowserDOMWindow.idl @@ -184,4 +184,3 @@ interface nsIBrowserDOMWindow : nsISupports */ readonly attribute unsigned long tabCount; }; - diff --git a/dom/interfaces/base/nsIPermissionDelegateHandler.idl b/dom/interfaces/base/nsIPermissionDelegateHandler.idl index 706e9678e94f..4207077532eb 100644 --- a/dom/interfaces/base/nsIPermissionDelegateHandler.idl +++ b/dom/interfaces/base/nsIPermissionDelegateHandler.idl @@ -29,4 +29,3 @@ interface nsIPermissionDelegateHandler : nsISupports */ readonly attribute boolean permissionDelegateFPEnabled; }; - diff --git a/dom/interfaces/base/nsIServiceWorkerManager.idl b/dom/interfaces/base/nsIServiceWorkerManager.idl index 0b6b45538632..d89da1ac9c76 100644 --- a/dom/interfaces/base/nsIServiceWorkerManager.idl +++ b/dom/interfaces/base/nsIServiceWorkerManager.idl @@ -149,7 +149,7 @@ interface nsIServiceWorkerRegistrationInfo : nsISupports // // TODO - Bug 1638099: This method should also allow the WebExtension framework // to mark the registration as disabled (e.g. through an additional parameter), - // to avoid it to be started again until the WebExtensions framework does explicitly + // to avoid it to be started again until the WebExtensions framework does explicitly // mark it back to enabled. void forceShutdown(); }; @@ -182,12 +182,12 @@ interface nsIServiceWorkerManager : nsISupports * file part of the Firefox profile directory). * * NOTE: this test helper does - * - fail if "dom.serviceWorkers.testing.enabled" is not set to true - * - fail if there are controlled clients (the test case is responsible of making sure that + * - fail if "dom.serviceWorkers.testing.enabled" is not set to true + * - fail if there are controlled clients (the test case is responsible of making sure that * there is none when this method is being called) * - shutdown and clear all service worker registrations (but without removing them from * the registration stored in serviceworker.txt) - * - force reload the registration data stored in serviceworker.txt (but the test case using + * - force reload the registration data stored in serviceworker.txt (but the test case using * this helper is responsible to be sure that the registrations have been already written * on disk) */ @@ -202,7 +202,7 @@ interface nsIServiceWorkerManager : nsISupports */ [implicit_jscontext] Promise registerForTest(in nsIPrincipal aPrincipal, - in AString aScope, + in AString aScope, in AString aScriptURL); /** diff --git a/dom/interfaces/xul/nsIDOMXULContainerElement.idl b/dom/interfaces/xul/nsIDOMXULContainerElement.idl index 74efacc76f72..78b8275f35c6 100644 --- a/dom/interfaces/xul/nsIDOMXULContainerElement.idl +++ b/dom/interfaces/xul/nsIDOMXULContainerElement.idl @@ -21,4 +21,3 @@ interface nsIDOMXULContainerItemElement : nsISupports interface nsIDOMXULContainerElement : nsIDOMXULContainerItemElement { }; - diff --git a/dom/interfaces/xul/nsIDOMXULControlElement.idl b/dom/interfaces/xul/nsIDOMXULControlElement.idl index 190982461414..0ddf5e88646d 100644 --- a/dom/interfaces/xul/nsIDOMXULControlElement.idl +++ b/dom/interfaces/xul/nsIDOMXULControlElement.idl @@ -17,5 +17,3 @@ interface nsIDOMXULControlElement : nsISupports { // void focus(); // void blur(); }; - - diff --git a/dom/interfaces/xul/nsIDOMXULMenuListElement.idl b/dom/interfaces/xul/nsIDOMXULMenuListElement.idl index 1eb54258c5bb..b4cb6ce1c694 100644 --- a/dom/interfaces/xul/nsIDOMXULMenuListElement.idl +++ b/dom/interfaces/xul/nsIDOMXULMenuListElement.idl @@ -21,4 +21,3 @@ interface nsIDOMXULMenuListElement : nsIDOMXULSelectControlElement { // For editable menu lists only. readonly attribute Element inputField; }; - diff --git a/dom/interfaces/xul/nsIDOMXULSelectCntrlEl.idl b/dom/interfaces/xul/nsIDOMXULSelectCntrlEl.idl index e86d832d7416..197791cb04d7 100644 --- a/dom/interfaces/xul/nsIDOMXULSelectCntrlEl.idl +++ b/dom/interfaces/xul/nsIDOMXULSelectCntrlEl.idl @@ -19,4 +19,3 @@ interface nsIDOMXULSelectControlElement : nsIDOMXULControlElement { long getIndexOfItem(in nsIDOMXULSelectControlItemElement item); Element getItemAtIndex(in long index); }; - diff --git a/dom/interfaces/xul/nsIDOMXULSelectCntrlItemEl.idl b/dom/interfaces/xul/nsIDOMXULSelectCntrlItemEl.idl index a30d3135a43e..2efeced74f6e 100644 --- a/dom/interfaces/xul/nsIDOMXULSelectCntrlItemEl.idl +++ b/dom/interfaces/xul/nsIDOMXULSelectCntrlItemEl.idl @@ -26,5 +26,3 @@ interface nsIDOMXULSelectControlItemElement : nsISupports { // XXX defined in XULElement, but should be defined here // void doCommand(); }; - - diff --git a/dom/network/interfaces/nsITCPSocketCallback.idl b/dom/network/interfaces/nsITCPSocketCallback.idl index 82b3cb7d1276..4a2b7a9ef2ba 100644 --- a/dom/network/interfaces/nsITCPSocketCallback.idl +++ b/dom/network/interfaces/nsITCPSocketCallback.idl @@ -56,4 +56,3 @@ interface nsITCPSocketCallback : nsISupports { void updateBufferedAmount(in uint32_t bufferedAmount, in uint32_t trackingNumber); }; - diff --git a/dom/webidl/APZTestData.webidl b/dom/webidl/APZTestData.webidl index f79edce0081e..5926e591cd05 100644 --- a/dom/webidl/APZTestData.webidl +++ b/dom/webidl/APZTestData.webidl @@ -6,7 +6,7 @@ /* * This file declares data structures used to communicate data logged by - * various components for the purpose of APZ testing (see bug 961289 and + * various components for the purpose of APZ testing (see bug 961289 and * gfx/layers/apz/test/APZTestData.h) to JS test code. */ diff --git a/dom/webidl/AddonEvent.webidl b/dom/webidl/AddonEvent.webidl index 8f3bd61c0c8b..0f0e916e4d4a 100644 --- a/dom/webidl/AddonEvent.webidl +++ b/dom/webidl/AddonEvent.webidl @@ -9,4 +9,3 @@ interface AddonEvent : Event { dictionary AddonEventInit : EventInit { required DOMString id; }; - diff --git a/dom/webidl/AddonManager.webidl b/dom/webidl/AddonManager.webidl index f04706896154..d392b90fb9da 100644 --- a/dom/webidl/AddonManager.webidl +++ b/dom/webidl/AddonManager.webidl @@ -104,4 +104,3 @@ interface AddonManager : EventTarget { namespace AddonManagerPermissions { boolean isHostPermitted(DOMString host); }; - diff --git a/dom/webidl/AudioBuffer.webidl b/dom/webidl/AudioBuffer.webidl index bcd31f862d6f..f94cf43f9c25 100644 --- a/dom/webidl/AudioBuffer.webidl +++ b/dom/webidl/AudioBuffer.webidl @@ -25,7 +25,7 @@ interface AudioBuffer { readonly attribute float sampleRate; readonly attribute unsigned long length; - // in seconds + // in seconds readonly attribute double duration; readonly attribute unsigned long numberOfChannels; diff --git a/dom/webidl/AudioDestinationNode.webidl b/dom/webidl/AudioDestinationNode.webidl index 3a02b3d45f11..1e27b141ad89 100644 --- a/dom/webidl/AudioDestinationNode.webidl +++ b/dom/webidl/AudioDestinationNode.webidl @@ -17,4 +17,3 @@ interface AudioDestinationNode : AudioNode { readonly attribute unsigned long maxChannelCount; }; - diff --git a/dom/webidl/AudioListener.webidl b/dom/webidl/AudioListener.webidl index 5b06576b2a9b..8b9acc3dff1a 100644 --- a/dom/webidl/AudioListener.webidl +++ b/dom/webidl/AudioListener.webidl @@ -17,4 +17,3 @@ interface AudioListener { undefined setPosition(double x, double y, double z); undefined setOrientation(double x, double y, double z, double xUp, double yUp, double zUp); }; - diff --git a/dom/webidl/AudioNode.webidl b/dom/webidl/AudioNode.webidl index e71ea294244f..fbeed0e0b6cb 100644 --- a/dom/webidl/AudioNode.webidl +++ b/dom/webidl/AudioNode.webidl @@ -73,4 +73,3 @@ interface mixin AudioNodePassThrough { [ChromeOnly] attribute boolean passThrough; }; - diff --git a/dom/webidl/AudioParam.webidl b/dom/webidl/AudioParam.webidl index 49dbba9060f7..e9b2b30ea675 100644 --- a/dom/webidl/AudioParam.webidl +++ b/dom/webidl/AudioParam.webidl @@ -25,7 +25,7 @@ interface AudioParam { readonly attribute float minValue; readonly attribute float maxValue; - // Parameter automation. + // Parameter automation. [Throws] AudioParam setValueAtTime(float value, double startTime); [Throws] @@ -33,16 +33,16 @@ interface AudioParam { [Throws] AudioParam exponentialRampToValueAtTime(float value, double endTime); - // Exponentially approach the target value with a rate having the given time constant. + // Exponentially approach the target value with a rate having the given time constant. [Throws] AudioParam setTargetAtTime(float target, double startTime, double timeConstant); - // Sets an array of arbitrary parameter values starting at time for the given duration. - // The number of values will be scaled to fit into the desired duration. + // Sets an array of arbitrary parameter values starting at time for the given duration. + // The number of values will be scaled to fit into the desired duration. [Throws] AudioParam setValueCurveAtTime(sequence values, double startTime, double duration); - // Cancels all scheduled parameter changes with times greater than or equal to startTime. + // Cancels all scheduled parameter changes with times greater than or equal to startTime. [Throws] AudioParam cancelScheduledValues(double startTime); diff --git a/dom/webidl/AudioParamDescriptor.webidl b/dom/webidl/AudioParamDescriptor.webidl index 9f1559a9ed43..de2b007da0c9 100644 --- a/dom/webidl/AudioParamDescriptor.webidl +++ b/dom/webidl/AudioParamDescriptor.webidl @@ -20,4 +20,3 @@ dictionary AudioParamDescriptor { // implemented // AutomationRate automationRate = "a-rate"; }; - diff --git a/dom/webidl/AudioProcessingEvent.webidl b/dom/webidl/AudioProcessingEvent.webidl index e7011d201ca5..ea86cff7eb76 100644 --- a/dom/webidl/AudioProcessingEvent.webidl +++ b/dom/webidl/AudioProcessingEvent.webidl @@ -22,4 +22,3 @@ interface AudioProcessingEvent : Event { readonly attribute AudioBuffer outputBuffer; }; - diff --git a/dom/webidl/BiquadFilterNode.webidl b/dom/webidl/BiquadFilterNode.webidl index 9ca3f81a83b4..14f3b6c69dba 100644 --- a/dom/webidl/BiquadFilterNode.webidl +++ b/dom/webidl/BiquadFilterNode.webidl @@ -51,4 +51,3 @@ interface BiquadFilterNode : AudioNode { // Mozilla extension BiquadFilterNode includes AudioNodePassThrough; - diff --git a/dom/webidl/Blob.webidl b/dom/webidl/Blob.webidl index 0acbcc2a6499..3c4055708830 100644 --- a/dom/webidl/Blob.webidl +++ b/dom/webidl/Blob.webidl @@ -48,4 +48,3 @@ partial interface Blob { [ChromeOnly] readonly attribute DOMString blobImplType; }; - diff --git a/dom/webidl/ChannelSplitterNode.webidl b/dom/webidl/ChannelSplitterNode.webidl index ebd4e8fdc5d2..e6cacbb7c3ba 100644 --- a/dom/webidl/ChannelSplitterNode.webidl +++ b/dom/webidl/ChannelSplitterNode.webidl @@ -21,4 +21,3 @@ interface ChannelSplitterNode : AudioNode { constructor(BaseAudioContext context, optional ChannelSplitterOptions options = {}); }; - diff --git a/dom/webidl/Clients.webidl b/dom/webidl/Clients.webidl index 2fccc1d2f9a3..4eda1dd7bd55 100644 --- a/dom/webidl/Clients.webidl +++ b/dom/webidl/Clients.webidl @@ -34,4 +34,3 @@ enum ClientType { "serviceworker", "all" }; - diff --git a/dom/webidl/ConvolverNode.webidl b/dom/webidl/ConvolverNode.webidl index c6f55587fd1e..cde74514a462 100644 --- a/dom/webidl/ConvolverNode.webidl +++ b/dom/webidl/ConvolverNode.webidl @@ -30,4 +30,3 @@ interface ConvolverNode : AudioNode { // Mozilla extension ConvolverNode includes AudioNodePassThrough; - diff --git a/dom/webidl/DOMParser.webidl b/dom/webidl/DOMParser.webidl index 17e6ef29a41d..ae0189aaa4ca 100644 --- a/dom/webidl/DOMParser.webidl +++ b/dom/webidl/DOMParser.webidl @@ -47,4 +47,3 @@ interface DOMParser { [Func="IsChromeOrUAWidget"] undefined forceEnableDTD(); }; - diff --git a/dom/webidl/DataTransfer.webidl b/dom/webidl/DataTransfer.webidl index f1ac4581c2b9..b24702bfc0b9 100644 --- a/dom/webidl/DataTransfer.webidl +++ b/dom/webidl/DataTransfer.webidl @@ -166,7 +166,7 @@ partial interface DataTransfer { [ChromeOnly] readonly attribute DOMString mozTriggeringPrincipalURISpec; - [ChromeOnly] + [ChromeOnly] readonly attribute ContentSecurityPolicy? mozCSP; /** diff --git a/dom/webidl/DelayNode.webidl b/dom/webidl/DelayNode.webidl index f71ad6f6516e..16e973f92fef 100644 --- a/dom/webidl/DelayNode.webidl +++ b/dom/webidl/DelayNode.webidl @@ -27,4 +27,3 @@ interface DelayNode : AudioNode { // Mozilla extension DelayNode includes AudioNodePassThrough; - diff --git a/dom/webidl/DynamicsCompressorNode.webidl b/dom/webidl/DynamicsCompressorNode.webidl index 153094b353f9..853d3402d425 100644 --- a/dom/webidl/DynamicsCompressorNode.webidl +++ b/dom/webidl/DynamicsCompressorNode.webidl @@ -37,4 +37,3 @@ interface DynamicsCompressorNode : AudioNode { // Mozilla extension DynamicsCompressorNode includes AudioNodePassThrough; - diff --git a/dom/webidl/ExtendableEvent.webidl b/dom/webidl/ExtendableEvent.webidl index a37be85dcc4e..8bb8b665acc2 100644 --- a/dom/webidl/ExtendableEvent.webidl +++ b/dom/webidl/ExtendableEvent.webidl @@ -10,7 +10,7 @@ [Exposed=ServiceWorker] interface ExtendableEvent : Event { constructor(DOMString type, optional ExtendableEventInit eventInitDict = {}); - + // https://github.com/slightlyoff/ServiceWorker/issues/261 [Throws] undefined waitUntil(Promise p); diff --git a/dom/webidl/ExtensionAlarms.webidl b/dom/webidl/ExtensionAlarms.webidl index ee4910250436..8868fabac368 100644 --- a/dom/webidl/ExtensionAlarms.webidl +++ b/dom/webidl/ExtensionAlarms.webidl @@ -1,4 +1,4 @@ -/* +/* * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT * * The content of this file has been generated based on the WebExtensions API diff --git a/dom/webidl/ExtensionRuntime.webidl b/dom/webidl/ExtensionRuntime.webidl index 57919267e218..f8ea30b4676c 100644 --- a/dom/webidl/ExtensionRuntime.webidl +++ b/dom/webidl/ExtensionRuntime.webidl @@ -1,4 +1,4 @@ -/* +/* * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT * * The content of this file has been generated based on the WebExtensions API diff --git a/dom/webidl/ExtensionScripting.webidl b/dom/webidl/ExtensionScripting.webidl index 5fc58784d58c..9433e84f41d8 100644 --- a/dom/webidl/ExtensionScripting.webidl +++ b/dom/webidl/ExtensionScripting.webidl @@ -1,4 +1,4 @@ -/* +/* * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT * * The content of this file has been generated based on the WebExtensions API diff --git a/dom/webidl/ExtensionTest.webidl b/dom/webidl/ExtensionTest.webidl index bf45c34d594e..c76bca5fc59a 100644 --- a/dom/webidl/ExtensionTest.webidl +++ b/dom/webidl/ExtensionTest.webidl @@ -1,4 +1,4 @@ -/* +/* * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT * * The content of this file has been generated based on the WebExtensions API diff --git a/dom/webidl/FakePluginTagInit.webidl b/dom/webidl/FakePluginTagInit.webidl index f118a89b2664..aaa8ab617da9 100644 --- a/dom/webidl/FakePluginTagInit.webidl +++ b/dom/webidl/FakePluginTagInit.webidl @@ -46,4 +46,3 @@ dictionary FakePluginMimeEntry { DOMString description = ""; DOMString extension = ""; }; - diff --git a/dom/webidl/FileReaderSync.webidl b/dom/webidl/FileReaderSync.webidl index d1300ffaf716..67a831c9904b 100644 --- a/dom/webidl/FileReaderSync.webidl +++ b/dom/webidl/FileReaderSync.webidl @@ -13,7 +13,7 @@ [Exposed=(DedicatedWorker,SharedWorker)] interface FileReaderSync { constructor(); - + // Synchronously return strings [Throws] diff --git a/dom/webidl/FileSystemHandle.webidl b/dom/webidl/FileSystemHandle.webidl index b9860dca44fa..4dbbab983b57 100644 --- a/dom/webidl/FileSystemHandle.webidl +++ b/dom/webidl/FileSystemHandle.webidl @@ -20,7 +20,7 @@ interface FileSystemHandle { Promise move(FileSystemDirectoryHandle parent); [NewObject] Promise move(FileSystemDirectoryHandle parent, USVString name); - + [NewObject] Promise isSameEntry(FileSystemHandle other); }; diff --git a/dom/webidl/FormDataEvent.webidl b/dom/webidl/FormDataEvent.webidl index a98fcb908891..100e21c75e87 100644 --- a/dom/webidl/FormDataEvent.webidl +++ b/dom/webidl/FormDataEvent.webidl @@ -10,7 +10,7 @@ [Exposed=Window] interface FormDataEvent : Event { constructor(DOMString type, optional FormDataEventInit eventInitDict = {}); - + // C++ can't deal with a method called FormData() in the generated code [BinaryName="GetFormData"] readonly attribute FormData formData; diff --git a/dom/webidl/FuzzingFunctions.webidl b/dom/webidl/FuzzingFunctions.webidl index 8f7dc428c88b..adbd19649ea9 100644 --- a/dom/webidl/FuzzingFunctions.webidl +++ b/dom/webidl/FuzzingFunctions.webidl @@ -17,7 +17,7 @@ interface FuzzingFunctions { * Synchronously perform a garbage collection. */ static undefined garbageCollect(); - + /** * Synchronously perform a compacting garbage collection. */ @@ -103,7 +103,7 @@ interface FuzzingFunctions { * want to emulate key press with another keyboard * layout, you should specify both values. * - * For example: + * For example: * // Synthesize "Tab" key events. * synthesizeKeyboardEvents("Tab"); * // Synthesize Shift + Tab key events. diff --git a/dom/webidl/GainNode.webidl b/dom/webidl/GainNode.webidl index 3b4dc440b7d9..3f0e171a2520 100644 --- a/dom/webidl/GainNode.webidl +++ b/dom/webidl/GainNode.webidl @@ -26,4 +26,3 @@ interface GainNode : AudioNode { // Mozilla extension GainNode includes AudioNodePassThrough; - diff --git a/dom/webidl/GamepadServiceTest.webidl b/dom/webidl/GamepadServiceTest.webidl index 4a1f4db6774d..dd8ae2144fcd 100644 --- a/dom/webidl/GamepadServiceTest.webidl +++ b/dom/webidl/GamepadServiceTest.webidl @@ -55,4 +55,4 @@ interface GamepadServiceTest Promise newTouch(unsigned long index, unsigned long aTouchArrayIndex, unsigned long touchId, octet surfaceId, Float32Array position, Float32Array? surfaceDimension); -}; \ No newline at end of file +}; diff --git a/dom/webidl/HTMLAudioElement.webidl b/dom/webidl/HTMLAudioElement.webidl index 38a3ff23799d..a0d5eb84608d 100644 --- a/dom/webidl/HTMLAudioElement.webidl +++ b/dom/webidl/HTMLAudioElement.webidl @@ -16,4 +16,3 @@ interface HTMLAudioElement : HTMLMediaElement { [HTMLConstructor] constructor(); }; - diff --git a/dom/webidl/HTMLBaseElement.webidl b/dom/webidl/HTMLBaseElement.webidl index 17b67bad3834..caa4b8dbd831 100644 --- a/dom/webidl/HTMLBaseElement.webidl +++ b/dom/webidl/HTMLBaseElement.webidl @@ -21,4 +21,3 @@ interface HTMLBaseElement : HTMLElement { [CEReactions, SetterThrows, Pure] attribute DOMString target; }; - diff --git a/dom/webidl/HTMLDirectoryElement.webidl b/dom/webidl/HTMLDirectoryElement.webidl index 69624d541e92..d4f9d570bc38 100644 --- a/dom/webidl/HTMLDirectoryElement.webidl +++ b/dom/webidl/HTMLDirectoryElement.webidl @@ -19,4 +19,3 @@ interface HTMLDirectoryElement : HTMLElement { [CEReactions, SetterThrows, Pure] attribute boolean compact; }; - diff --git a/dom/webidl/HTMLHeadElement.webidl b/dom/webidl/HTMLHeadElement.webidl index 0524a6d8f131..c296ded379e4 100644 --- a/dom/webidl/HTMLHeadElement.webidl +++ b/dom/webidl/HTMLHeadElement.webidl @@ -16,4 +16,3 @@ interface HTMLHeadElement : HTMLElement { [HTMLConstructor] constructor(); }; - diff --git a/dom/webidl/HTMLMarqueeElement.webidl b/dom/webidl/HTMLMarqueeElement.webidl index 439a63471d75..58bc8416f9fb 100644 --- a/dom/webidl/HTMLMarqueeElement.webidl +++ b/dom/webidl/HTMLMarqueeElement.webidl @@ -35,4 +35,3 @@ interface HTMLMarqueeElement : HTMLElement { undefined start(); undefined stop(); }; - diff --git a/dom/webidl/HTMLQuoteElement.webidl b/dom/webidl/HTMLQuoteElement.webidl index aaf3f3898556..08498e5174ba 100644 --- a/dom/webidl/HTMLQuoteElement.webidl +++ b/dom/webidl/HTMLQuoteElement.webidl @@ -19,4 +19,3 @@ interface HTMLQuoteElement : HTMLElement { [CEReactions, SetterThrows, Pure] attribute DOMString cite; }; - diff --git a/dom/webidl/HTMLTemplateElement.webidl b/dom/webidl/HTMLTemplateElement.webidl index 3728e986e543..f65d00b0c2a1 100644 --- a/dom/webidl/HTMLTemplateElement.webidl +++ b/dom/webidl/HTMLTemplateElement.webidl @@ -15,4 +15,3 @@ interface HTMLTemplateElement : HTMLElement { readonly attribute DocumentFragment content; }; - diff --git a/dom/webidl/IDBObjectStore.webidl b/dom/webidl/IDBObjectStore.webidl index 0853e2c2b273..fc19ab99e653 100644 --- a/dom/webidl/IDBObjectStore.webidl +++ b/dom/webidl/IDBObjectStore.webidl @@ -65,4 +65,3 @@ interface IDBObjectStore { [Throws] undefined deleteIndex (DOMString indexName); }; - diff --git a/dom/webidl/IDBVersionChangeEvent.webidl b/dom/webidl/IDBVersionChangeEvent.webidl index 66312cdbef3b..cbb7e6fb0b47 100644 --- a/dom/webidl/IDBVersionChangeEvent.webidl +++ b/dom/webidl/IDBVersionChangeEvent.webidl @@ -23,4 +23,3 @@ interface IDBVersionChangeEvent : Event { [Constant] readonly attribute unsigned long long oldVersion; [Constant] readonly attribute unsigned long long? newVersion; }; - diff --git a/dom/webidl/ImageCaptureErrorEvent.webidl b/dom/webidl/ImageCaptureErrorEvent.webidl index bf76779ae629..486154b861e2 100644 --- a/dom/webidl/ImageCaptureErrorEvent.webidl +++ b/dom/webidl/ImageCaptureErrorEvent.webidl @@ -33,4 +33,3 @@ interface ImageCaptureError { readonly attribute unsigned short code; readonly attribute DOMString message; }; - diff --git a/dom/webidl/KeyAlgorithm.webidl b/dom/webidl/KeyAlgorithm.webidl index c5842f013e54..b1f3d7993580 100644 --- a/dom/webidl/KeyAlgorithm.webidl +++ b/dom/webidl/KeyAlgorithm.webidl @@ -39,4 +39,3 @@ dictionary DhKeyAlgorithm : KeyAlgorithm { required Uint8Array prime; required Uint8Array generator; }; - diff --git a/dom/webidl/LinkStyle.webidl b/dom/webidl/LinkStyle.webidl index 27e9a4357cec..9559f2e9584a 100644 --- a/dom/webidl/LinkStyle.webidl +++ b/dom/webidl/LinkStyle.webidl @@ -10,4 +10,3 @@ interface mixin LinkStyle { [BinaryName="sheetForBindings"] readonly attribute StyleSheet? sheet; }; - diff --git a/dom/webidl/MIDIInput.webidl b/dom/webidl/MIDIInput.webidl index 35045f2aae21..61b6cc274832 100644 --- a/dom/webidl/MIDIInput.webidl +++ b/dom/webidl/MIDIInput.webidl @@ -12,4 +12,3 @@ interface MIDIInput : MIDIPort { attribute EventHandler onmidimessage; }; - diff --git a/dom/webidl/MIDIMessageEvent.webidl b/dom/webidl/MIDIMessageEvent.webidl index 0468c22afbe4..975ddae4c414 100644 --- a/dom/webidl/MIDIMessageEvent.webidl +++ b/dom/webidl/MIDIMessageEvent.webidl @@ -14,7 +14,7 @@ interface MIDIMessageEvent : Event { [Throws] constructor(DOMString type, optional MIDIMessageEventInit eventInitDict = {}); - + [Throws] readonly attribute Uint8Array data; }; diff --git a/dom/webidl/MIDIPort.webidl b/dom/webidl/MIDIPort.webidl index 098179eb8678..97ee46bf006b 100644 --- a/dom/webidl/MIDIPort.webidl +++ b/dom/webidl/MIDIPort.webidl @@ -39,4 +39,3 @@ interface MIDIPort : EventTarget { [Throws] Promise close(); }; - diff --git a/dom/webidl/MediaElementAudioSourceNode.webidl b/dom/webidl/MediaElementAudioSourceNode.webidl index ca5909c31143..7417b7c5be77 100644 --- a/dom/webidl/MediaElementAudioSourceNode.webidl +++ b/dom/webidl/MediaElementAudioSourceNode.webidl @@ -25,4 +25,3 @@ interface MediaElementAudioSourceNode : AudioNode { // Mozilla extensions MediaElementAudioSourceNode includes AudioNodePassThrough; - diff --git a/dom/webidl/MediaStreamAudioSourceNode.webidl b/dom/webidl/MediaStreamAudioSourceNode.webidl index d63026730d80..5104fe3bf386 100644 --- a/dom/webidl/MediaStreamAudioSourceNode.webidl +++ b/dom/webidl/MediaStreamAudioSourceNode.webidl @@ -26,4 +26,3 @@ interface MediaStreamAudioSourceNode : AudioNode { // Mozilla extensions MediaStreamAudioSourceNode includes AudioNodePassThrough; - diff --git a/dom/webidl/MessageEvent.webidl b/dom/webidl/MessageEvent.webidl index c366aeba1172..1dfe07744cdc 100644 --- a/dom/webidl/MessageEvent.webidl +++ b/dom/webidl/MessageEvent.webidl @@ -10,7 +10,7 @@ [Exposed=(Window,Worker)] interface MessageEvent : Event { constructor(DOMString type, optional MessageEventInit eventInitDict = {}); - + /** * Custom data associated with this event. */ diff --git a/dom/webidl/MouseEvent.webidl b/dom/webidl/MouseEvent.webidl index 2efd3ba17501..6053e6cec225 100644 --- a/dom/webidl/MouseEvent.webidl +++ b/dom/webidl/MouseEvent.webidl @@ -137,4 +137,3 @@ partial interface MouseEvent [ChromeOnly] boolean clickEventPrevented(); }; - diff --git a/dom/webidl/OffscreenCanvas.webidl b/dom/webidl/OffscreenCanvas.webidl index 7db8afb8cacc..b0f4e52a8f40 100644 --- a/dom/webidl/OffscreenCanvas.webidl +++ b/dom/webidl/OffscreenCanvas.webidl @@ -42,4 +42,3 @@ interface OffscreenCanvas : EventTarget { Promise toBlob(optional DOMString type = "", optional any encoderOptions); }; - diff --git a/dom/webidl/PannerNode.webidl b/dom/webidl/PannerNode.webidl index 6515b9f0b2ec..c50e575d734b 100644 --- a/dom/webidl/PannerNode.webidl +++ b/dom/webidl/PannerNode.webidl @@ -82,4 +82,3 @@ interface PannerNode : AudioNode { // Mozilla extension PannerNode includes AudioNodePassThrough; - diff --git a/dom/webidl/PeerConnectionImpl.webidl b/dom/webidl/PeerConnectionImpl.webidl index 50dd7e13f759..6a8cd1996c43 100644 --- a/dom/webidl/PeerConnectionImpl.webidl +++ b/dom/webidl/PeerConnectionImpl.webidl @@ -124,7 +124,7 @@ interface PeerConnectionImpl { [Throws] Promise chain(ChainedOperation op); - undefined updateNegotiationNeeded(); + undefined updateNegotiationNeeded(); boolean createdSender(RTCRtpSender sender); }; diff --git a/dom/webidl/PerformanceObserverEntryList.webidl b/dom/webidl/PerformanceObserverEntryList.webidl index cc7b36eee1e5..6e31d3164eba 100644 --- a/dom/webidl/PerformanceObserverEntryList.webidl +++ b/dom/webidl/PerformanceObserverEntryList.webidl @@ -22,4 +22,3 @@ interface PerformanceObserverEntryList { PerformanceEntryList getEntriesByName(DOMString name, optional DOMString entryType); }; - diff --git a/dom/webidl/RTCIdentityProvider.webidl b/dom/webidl/RTCIdentityProvider.webidl index 19183861e311..4755503276cd 100644 --- a/dom/webidl/RTCIdentityProvider.webidl +++ b/dom/webidl/RTCIdentityProvider.webidl @@ -63,4 +63,3 @@ dictionary RTCIdentityProviderOptions { DOMString usernameHint; DOMString peerIdentity; }; - diff --git a/dom/webidl/RTCPeerConnectionStatic.webidl b/dom/webidl/RTCPeerConnectionStatic.webidl index f3201594dbdc..9b359284351b 100644 --- a/dom/webidl/RTCPeerConnectionStatic.webidl +++ b/dom/webidl/RTCPeerConnectionStatic.webidl @@ -38,4 +38,3 @@ interface RTCPeerConnectionStatic { undefined registerPeerConnectionLifecycleCallback( PeerConnectionLifecycleCallback cb); }; - diff --git a/dom/webidl/RTCRtpParameters.webidl b/dom/webidl/RTCRtpParameters.webidl index 7fecf4092261..f6dbab773a51 100644 --- a/dom/webidl/RTCRtpParameters.webidl +++ b/dom/webidl/RTCRtpParameters.webidl @@ -64,7 +64,7 @@ dictionary RTCRtpCodecParameters { dictionary RTCRtpParameters { // We do not support these, but every wpt test involving parameters insists // that these be present, regardless of whether the test-case has anything to - // do with these in particular (see validateRtpParameters). + // do with these in particular (see validateRtpParameters). sequence headerExtensions; RTCRtcpParameters rtcp; sequence codecs; diff --git a/dom/webidl/RTCRtpTransceiver.webidl b/dom/webidl/RTCRtpTransceiver.webidl index 6c6287ec2faa..8ab9c69f5509 100644 --- a/dom/webidl/RTCRtpTransceiver.webidl +++ b/dom/webidl/RTCRtpTransceiver.webidl @@ -48,4 +48,3 @@ interface RTCRtpTransceiver { [ChromeOnly] boolean hasBeenUsedToSend(); }; - diff --git a/dom/webidl/RTCTrackEvent.webidl b/dom/webidl/RTCTrackEvent.webidl index 91b768a3e1b9..dd251f775fa7 100644 --- a/dom/webidl/RTCTrackEvent.webidl +++ b/dom/webidl/RTCTrackEvent.webidl @@ -18,7 +18,7 @@ dictionary RTCTrackEventInit : EventInit { Exposed=Window] interface RTCTrackEvent : Event { constructor(DOMString type, RTCTrackEventInit eventInitDict); - + readonly attribute RTCRtpReceiver receiver; readonly attribute MediaStreamTrack track; diff --git a/dom/webidl/SVGAElement.webidl b/dom/webidl/SVGAElement.webidl index c63d8c6349e3..94363513eab3 100644 --- a/dom/webidl/SVGAElement.webidl +++ b/dom/webidl/SVGAElement.webidl @@ -34,4 +34,3 @@ interface SVGAElement : SVGGraphicsElement { }; SVGAElement includes SVGURIReference; - diff --git a/dom/webidl/SVGAngle.webidl b/dom/webidl/SVGAngle.webidl index 5951efbd4aa8..9535831daa74 100644 --- a/dom/webidl/SVGAngle.webidl +++ b/dom/webidl/SVGAngle.webidl @@ -33,4 +33,3 @@ interface SVGAngle { [Throws] undefined convertToSpecifiedUnits(unsigned short unitType); }; - diff --git a/dom/webidl/SVGAnimateElement.webidl b/dom/webidl/SVGAnimateElement.webidl index cedb16fbbdf8..24204801bf93 100644 --- a/dom/webidl/SVGAnimateElement.webidl +++ b/dom/webidl/SVGAnimateElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGAnimateElement : SVGAnimationElement { }; - diff --git a/dom/webidl/SVGAnimateMotionElement.webidl b/dom/webidl/SVGAnimateMotionElement.webidl index a04cece9b2de..e6485347de1c 100644 --- a/dom/webidl/SVGAnimateMotionElement.webidl +++ b/dom/webidl/SVGAnimateMotionElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGAnimateMotionElement : SVGAnimationElement { }; - diff --git a/dom/webidl/SVGAnimateTransformElement.webidl b/dom/webidl/SVGAnimateTransformElement.webidl index de5a247278c4..6a08e23b14e9 100644 --- a/dom/webidl/SVGAnimateTransformElement.webidl +++ b/dom/webidl/SVGAnimateTransformElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGAnimateTransformElement : SVGAnimationElement { }; - diff --git a/dom/webidl/SVGAnimatedAngle.webidl b/dom/webidl/SVGAnimatedAngle.webidl index 6821e2c1859a..082662fb9f1e 100644 --- a/dom/webidl/SVGAnimatedAngle.webidl +++ b/dom/webidl/SVGAnimatedAngle.webidl @@ -17,4 +17,3 @@ interface SVGAnimatedAngle { [Constant] readonly attribute SVGAngle animVal; }; - diff --git a/dom/webidl/SVGAnimatedBoolean.webidl b/dom/webidl/SVGAnimatedBoolean.webidl index 7d0969a9063a..17007fd544fd 100644 --- a/dom/webidl/SVGAnimatedBoolean.webidl +++ b/dom/webidl/SVGAnimatedBoolean.webidl @@ -15,4 +15,3 @@ interface SVGAnimatedBoolean { attribute boolean baseVal; readonly attribute boolean animVal; }; - diff --git a/dom/webidl/SVGAnimatedLength.webidl b/dom/webidl/SVGAnimatedLength.webidl index a6844805193e..69f9bb0e6fee 100644 --- a/dom/webidl/SVGAnimatedLength.webidl +++ b/dom/webidl/SVGAnimatedLength.webidl @@ -17,4 +17,3 @@ interface SVGAnimatedLength { [Constant] readonly attribute SVGLength animVal; }; - diff --git a/dom/webidl/SVGAnimatedLengthList.webidl b/dom/webidl/SVGAnimatedLengthList.webidl index 7b0a36bfc7c4..8e1b24ae2f4b 100644 --- a/dom/webidl/SVGAnimatedLengthList.webidl +++ b/dom/webidl/SVGAnimatedLengthList.webidl @@ -17,4 +17,3 @@ interface SVGAnimatedLengthList { [Constant] readonly attribute SVGLengthList animVal; }; - diff --git a/dom/webidl/SVGAnimatedNumberList.webidl b/dom/webidl/SVGAnimatedNumberList.webidl index a967ee8766ea..dc7b975d38df 100644 --- a/dom/webidl/SVGAnimatedNumberList.webidl +++ b/dom/webidl/SVGAnimatedNumberList.webidl @@ -17,4 +17,3 @@ interface SVGAnimatedNumberList { [Constant] readonly attribute SVGNumberList animVal; }; - diff --git a/dom/webidl/SVGAnimatedPathData.webidl b/dom/webidl/SVGAnimatedPathData.webidl index c571ec1c8d59..45e544a65b0d 100644 --- a/dom/webidl/SVGAnimatedPathData.webidl +++ b/dom/webidl/SVGAnimatedPathData.webidl @@ -16,4 +16,3 @@ interface mixin SVGAnimatedPathData { [Pref="dom.svg.pathSeg.enabled"] readonly attribute SVGPathSegList animatedPathSegList; }; - diff --git a/dom/webidl/SVGAnimatedPoints.webidl b/dom/webidl/SVGAnimatedPoints.webidl index 1ce8fe4164dc..633549a68df8 100644 --- a/dom/webidl/SVGAnimatedPoints.webidl +++ b/dom/webidl/SVGAnimatedPoints.webidl @@ -16,4 +16,3 @@ interface mixin SVGAnimatedPoints { [Constant] readonly attribute SVGPointList animatedPoints; }; - diff --git a/dom/webidl/SVGAnimatedPreserveAspectRatio.webidl b/dom/webidl/SVGAnimatedPreserveAspectRatio.webidl index 9a5a9f645e0f..f0872d526365 100644 --- a/dom/webidl/SVGAnimatedPreserveAspectRatio.webidl +++ b/dom/webidl/SVGAnimatedPreserveAspectRatio.webidl @@ -17,4 +17,3 @@ interface SVGAnimatedPreserveAspectRatio { [Constant] readonly attribute SVGPreserveAspectRatio animVal; }; - diff --git a/dom/webidl/SVGAnimatedTransformList.webidl b/dom/webidl/SVGAnimatedTransformList.webidl index 032e2a7c0eaa..0de2cb2251f1 100644 --- a/dom/webidl/SVGAnimatedTransformList.webidl +++ b/dom/webidl/SVGAnimatedTransformList.webidl @@ -17,4 +17,3 @@ interface SVGAnimatedTransformList { [Constant] readonly attribute SVGTransformList animVal; }; - diff --git a/dom/webidl/SVGAnimationElement.webidl b/dom/webidl/SVGAnimationElement.webidl index 7e65cad48d1c..71502fa3f12a 100644 --- a/dom/webidl/SVGAnimationElement.webidl +++ b/dom/webidl/SVGAnimationElement.webidl @@ -37,4 +37,3 @@ interface SVGAnimationElement : SVGElement { }; SVGAnimationElement includes SVGTests; - diff --git a/dom/webidl/SVGCircleElement.webidl b/dom/webidl/SVGCircleElement.webidl index 0aed71b96e72..06aee7da2922 100644 --- a/dom/webidl/SVGCircleElement.webidl +++ b/dom/webidl/SVGCircleElement.webidl @@ -19,4 +19,3 @@ interface SVGCircleElement : SVGGeometryElement { [Constant] readonly attribute SVGAnimatedLength r; }; - diff --git a/dom/webidl/SVGClipPathElement.webidl b/dom/webidl/SVGClipPathElement.webidl index 74cb438b1354..5ed5adc39d0e 100644 --- a/dom/webidl/SVGClipPathElement.webidl +++ b/dom/webidl/SVGClipPathElement.webidl @@ -17,4 +17,3 @@ interface SVGClipPathElement : SVGElement { [Constant] readonly attribute SVGAnimatedTransformList transform; }; - diff --git a/dom/webidl/SVGDefsElement.webidl b/dom/webidl/SVGDefsElement.webidl index 29f03ac023c5..5f21ff7674ac 100644 --- a/dom/webidl/SVGDefsElement.webidl +++ b/dom/webidl/SVGDefsElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGDefsElement : SVGGraphicsElement { }; - diff --git a/dom/webidl/SVGDescElement.webidl b/dom/webidl/SVGDescElement.webidl index 50bf1b7e9107..7a2a4668fd09 100644 --- a/dom/webidl/SVGDescElement.webidl +++ b/dom/webidl/SVGDescElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGDescElement : SVGElement { }; - diff --git a/dom/webidl/SVGEllipseElement.webidl b/dom/webidl/SVGEllipseElement.webidl index 306baf14c1ad..e18a841086e7 100644 --- a/dom/webidl/SVGEllipseElement.webidl +++ b/dom/webidl/SVGEllipseElement.webidl @@ -21,4 +21,3 @@ interface SVGEllipseElement : SVGGeometryElement { [Constant] readonly attribute SVGAnimatedLength ry; }; - diff --git a/dom/webidl/SVGFilterElement.webidl b/dom/webidl/SVGFilterElement.webidl index e063aaca935d..42bfd09aee86 100644 --- a/dom/webidl/SVGFilterElement.webidl +++ b/dom/webidl/SVGFilterElement.webidl @@ -29,4 +29,3 @@ interface SVGFilterElement : SVGElement { }; SVGFilterElement includes SVGURIReference; - diff --git a/dom/webidl/SVGFitToViewBox.webidl b/dom/webidl/SVGFitToViewBox.webidl index dc92a36eee9f..650afd15e129 100644 --- a/dom/webidl/SVGFitToViewBox.webidl +++ b/dom/webidl/SVGFitToViewBox.webidl @@ -16,4 +16,3 @@ interface mixin SVGFitToViewBox { [Constant] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio; }; - diff --git a/dom/webidl/SVGForeignObjectElement.webidl b/dom/webidl/SVGForeignObjectElement.webidl index 15de9a4861f5..788fb4baa9cf 100644 --- a/dom/webidl/SVGForeignObjectElement.webidl +++ b/dom/webidl/SVGForeignObjectElement.webidl @@ -21,4 +21,3 @@ interface SVGForeignObjectElement : SVGGraphicsElement { [Constant] readonly attribute SVGAnimatedLength height; }; - diff --git a/dom/webidl/SVGGElement.webidl b/dom/webidl/SVGGElement.webidl index 477495454faf..3714bbee8b61 100644 --- a/dom/webidl/SVGGElement.webidl +++ b/dom/webidl/SVGGElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGGElement : SVGGraphicsElement { }; - diff --git a/dom/webidl/SVGImageElement.webidl b/dom/webidl/SVGImageElement.webidl index 6e55ba2b9f12..77f8a9a577a4 100644 --- a/dom/webidl/SVGImageElement.webidl +++ b/dom/webidl/SVGImageElement.webidl @@ -30,4 +30,3 @@ interface SVGImageElement : SVGGraphicsElement { SVGImageElement includes MozImageLoadingContent; SVGImageElement includes SVGURIReference; - diff --git a/dom/webidl/SVGLineElement.webidl b/dom/webidl/SVGLineElement.webidl index f37cad9dc28c..ccf581432c78 100644 --- a/dom/webidl/SVGLineElement.webidl +++ b/dom/webidl/SVGLineElement.webidl @@ -21,4 +21,3 @@ interface SVGLineElement : SVGGeometryElement { [Constant] readonly attribute SVGAnimatedLength y2; }; - diff --git a/dom/webidl/SVGMPathElement.webidl b/dom/webidl/SVGMPathElement.webidl index e9287b22bbb5..7999a8d74456 100644 --- a/dom/webidl/SVGMPathElement.webidl +++ b/dom/webidl/SVGMPathElement.webidl @@ -15,4 +15,3 @@ interface SVGMPathElement : SVGElement { }; SVGMPathElement includes SVGURIReference; - diff --git a/dom/webidl/SVGMarkerElement.webidl b/dom/webidl/SVGMarkerElement.webidl index f7cc59731a22..4b4d205f43f2 100644 --- a/dom/webidl/SVGMarkerElement.webidl +++ b/dom/webidl/SVGMarkerElement.webidl @@ -45,4 +45,3 @@ interface SVGMarkerElement : SVGElement { }; SVGMarkerElement includes SVGFitToViewBox; - diff --git a/dom/webidl/SVGMaskElement.webidl b/dom/webidl/SVGMaskElement.webidl index 0ace0fa21630..f15a372abee0 100644 --- a/dom/webidl/SVGMaskElement.webidl +++ b/dom/webidl/SVGMaskElement.webidl @@ -30,4 +30,3 @@ interface SVGMaskElement : SVGElement { [Constant] readonly attribute SVGAnimatedLength height; }; - diff --git a/dom/webidl/SVGMatrix.webidl b/dom/webidl/SVGMatrix.webidl index f1f3a244a57b..e3136fad281a 100644 --- a/dom/webidl/SVGMatrix.webidl +++ b/dom/webidl/SVGMatrix.webidl @@ -49,4 +49,3 @@ interface SVGMatrix { [NewObject, Throws] SVGMatrix skewY(float angle); }; - diff --git a/dom/webidl/SVGMetadataElement.webidl b/dom/webidl/SVGMetadataElement.webidl index 370b7b029600..bd6bdd66821a 100644 --- a/dom/webidl/SVGMetadataElement.webidl +++ b/dom/webidl/SVGMetadataElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGMetadataElement : SVGElement { }; - diff --git a/dom/webidl/SVGPathElement.webidl b/dom/webidl/SVGPathElement.webidl index 3b42a22f0cd0..5dbb638e85fb 100644 --- a/dom/webidl/SVGPathElement.webidl +++ b/dom/webidl/SVGPathElement.webidl @@ -16,4 +16,3 @@ interface SVGPathElement : SVGGeometryElement { }; SVGPathElement includes SVGAnimatedPathData; - diff --git a/dom/webidl/SVGPathSeg.webidl b/dom/webidl/SVGPathSeg.webidl index 06124a65cf2f..af0fb3984731 100644 --- a/dom/webidl/SVGPathSeg.webidl +++ b/dom/webidl/SVGPathSeg.webidl @@ -252,4 +252,3 @@ interface SVGPathSegCurvetoQuadraticSmoothRel : SVGPathSeg { [SetterThrows] attribute float y; }; - diff --git a/dom/webidl/SVGPoint.webidl b/dom/webidl/SVGPoint.webidl index 283d72a45035..f66457975fd5 100644 --- a/dom/webidl/SVGPoint.webidl +++ b/dom/webidl/SVGPoint.webidl @@ -21,4 +21,3 @@ interface SVGPoint { [NewObject, Throws] SVGPoint matrixTransform(optional DOMMatrix2DInit matrix = {}); }; - diff --git a/dom/webidl/SVGPolygonElement.webidl b/dom/webidl/SVGPolygonElement.webidl index 89b55bc1af25..8cf9fd013123 100644 --- a/dom/webidl/SVGPolygonElement.webidl +++ b/dom/webidl/SVGPolygonElement.webidl @@ -15,4 +15,3 @@ interface SVGPolygonElement : SVGGeometryElement { }; SVGPolygonElement includes SVGAnimatedPoints; - diff --git a/dom/webidl/SVGPolylineElement.webidl b/dom/webidl/SVGPolylineElement.webidl index fa554e5f6b0c..612322c988c2 100644 --- a/dom/webidl/SVGPolylineElement.webidl +++ b/dom/webidl/SVGPolylineElement.webidl @@ -15,4 +15,3 @@ interface SVGPolylineElement : SVGGeometryElement { }; SVGPolylineElement includes SVGAnimatedPoints; - diff --git a/dom/webidl/SVGPreserveAspectRatio.webidl b/dom/webidl/SVGPreserveAspectRatio.webidl index 5ef01f28c7c0..4154d94c8c25 100644 --- a/dom/webidl/SVGPreserveAspectRatio.webidl +++ b/dom/webidl/SVGPreserveAspectRatio.webidl @@ -36,4 +36,3 @@ interface SVGPreserveAspectRatio { [SetterThrows] attribute unsigned short meetOrSlice; }; - diff --git a/dom/webidl/SVGRectElement.webidl b/dom/webidl/SVGRectElement.webidl index 1fdc72b86e16..f62a326e5bb1 100644 --- a/dom/webidl/SVGRectElement.webidl +++ b/dom/webidl/SVGRectElement.webidl @@ -25,4 +25,3 @@ interface SVGRectElement : SVGGeometryElement { [Constant] readonly attribute SVGAnimatedLength ry; }; - diff --git a/dom/webidl/SVGSVGElement.webidl b/dom/webidl/SVGSVGElement.webidl index c9e500d82692..c5340d5ed0c0 100644 --- a/dom/webidl/SVGSVGElement.webidl +++ b/dom/webidl/SVGSVGElement.webidl @@ -66,4 +66,3 @@ interface SVGSVGElement : SVGGraphicsElement { SVGSVGElement includes SVGFitToViewBox; SVGSVGElement includes SVGZoomAndPan; - diff --git a/dom/webidl/SVGScriptElement.webidl b/dom/webidl/SVGScriptElement.webidl index 676a39614434..7baa74ac16c2 100644 --- a/dom/webidl/SVGScriptElement.webidl +++ b/dom/webidl/SVGScriptElement.webidl @@ -21,4 +21,3 @@ interface SVGScriptElement : SVGElement { }; SVGScriptElement includes SVGURIReference; - diff --git a/dom/webidl/SVGSetElement.webidl b/dom/webidl/SVGSetElement.webidl index 7db9d3225736..cad45e4b214b 100644 --- a/dom/webidl/SVGSetElement.webidl +++ b/dom/webidl/SVGSetElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGSetElement : SVGAnimationElement { }; - diff --git a/dom/webidl/SVGStopElement.webidl b/dom/webidl/SVGStopElement.webidl index f8c2b1706607..27a900a0c2dd 100644 --- a/dom/webidl/SVGStopElement.webidl +++ b/dom/webidl/SVGStopElement.webidl @@ -15,4 +15,3 @@ interface SVGStopElement : SVGElement { [Constant] readonly attribute SVGAnimatedNumber offset; }; - diff --git a/dom/webidl/SVGStyleElement.webidl b/dom/webidl/SVGStyleElement.webidl index d02a6ca04257..e905fcdee550 100644 --- a/dom/webidl/SVGStyleElement.webidl +++ b/dom/webidl/SVGStyleElement.webidl @@ -22,4 +22,3 @@ interface SVGStyleElement : SVGElement { attribute DOMString title; }; SVGStyleElement includes LinkStyle; - diff --git a/dom/webidl/SVGSwitchElement.webidl b/dom/webidl/SVGSwitchElement.webidl index 11dd3274930a..7c08a90349e6 100644 --- a/dom/webidl/SVGSwitchElement.webidl +++ b/dom/webidl/SVGSwitchElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGSwitchElement : SVGGraphicsElement { }; - diff --git a/dom/webidl/SVGTSpanElement.webidl b/dom/webidl/SVGTSpanElement.webidl index 69ab6a0fee06..10dec3e5fd35 100644 --- a/dom/webidl/SVGTSpanElement.webidl +++ b/dom/webidl/SVGTSpanElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGTSpanElement : SVGTextPositioningElement { }; - diff --git a/dom/webidl/SVGTests.webidl b/dom/webidl/SVGTests.webidl index 8681286329e2..6f7ec360ea77 100644 --- a/dom/webidl/SVGTests.webidl +++ b/dom/webidl/SVGTests.webidl @@ -15,4 +15,3 @@ interface mixin SVGTests { readonly attribute SVGStringList requiredExtensions; readonly attribute SVGStringList systemLanguage; }; - diff --git a/dom/webidl/SVGTextContentElement.webidl b/dom/webidl/SVGTextContentElement.webidl index 47954fc13ca5..467ea0c6952f 100644 --- a/dom/webidl/SVGTextContentElement.webidl +++ b/dom/webidl/SVGTextContentElement.webidl @@ -39,5 +39,3 @@ interface SVGTextContentElement : SVGGraphicsElement { [Throws] undefined selectSubString(unsigned long charnum, unsigned long nchars); }; - - diff --git a/dom/webidl/SVGTextElement.webidl b/dom/webidl/SVGTextElement.webidl index 0fe7cfb4925a..fc6b711f94fc 100644 --- a/dom/webidl/SVGTextElement.webidl +++ b/dom/webidl/SVGTextElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGTextElement : SVGTextPositioningElement { }; - diff --git a/dom/webidl/SVGTextPathElement.webidl b/dom/webidl/SVGTextPathElement.webidl index d364a366fde6..5905e69a5cd2 100644 --- a/dom/webidl/SVGTextPathElement.webidl +++ b/dom/webidl/SVGTextPathElement.webidl @@ -32,4 +32,3 @@ interface SVGTextPathElement : SVGTextContentElement { }; SVGTextPathElement includes SVGURIReference; - diff --git a/dom/webidl/SVGTextPositioningElement.webidl b/dom/webidl/SVGTextPositioningElement.webidl index 4b4476d777e9..21d2367cde27 100644 --- a/dom/webidl/SVGTextPositioningElement.webidl +++ b/dom/webidl/SVGTextPositioningElement.webidl @@ -23,4 +23,3 @@ interface SVGTextPositioningElement : SVGTextContentElement { [Constant] readonly attribute SVGAnimatedNumberList rotate; }; - diff --git a/dom/webidl/SVGTitleElement.webidl b/dom/webidl/SVGTitleElement.webidl index 3d2677d462a9..469b7bead500 100644 --- a/dom/webidl/SVGTitleElement.webidl +++ b/dom/webidl/SVGTitleElement.webidl @@ -13,4 +13,3 @@ [Exposed=Window] interface SVGTitleElement : SVGElement { }; - diff --git a/dom/webidl/SVGTransform.webidl b/dom/webidl/SVGTransform.webidl index 83a536e16492..621c84b9978a 100644 --- a/dom/webidl/SVGTransform.webidl +++ b/dom/webidl/SVGTransform.webidl @@ -40,4 +40,3 @@ interface SVGTransform { [Throws] undefined setSkewY(float angle); }; - diff --git a/dom/webidl/SVGURIReference.webidl b/dom/webidl/SVGURIReference.webidl index b1f33c407357..12d216a0258b 100644 --- a/dom/webidl/SVGURIReference.webidl +++ b/dom/webidl/SVGURIReference.webidl @@ -14,4 +14,3 @@ interface mixin SVGURIReference { [Constant] readonly attribute SVGAnimatedString href; }; - diff --git a/dom/webidl/SVGUnitTypes.webidl b/dom/webidl/SVGUnitTypes.webidl index 6cfc2ef3769c..c1c82d6fcbd9 100644 --- a/dom/webidl/SVGUnitTypes.webidl +++ b/dom/webidl/SVGUnitTypes.webidl @@ -17,4 +17,3 @@ interface SVGUnitTypes { const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1; const unsigned short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; }; - diff --git a/dom/webidl/SVGViewElement.webidl b/dom/webidl/SVGViewElement.webidl index 6128aab07795..e70620e2c152 100644 --- a/dom/webidl/SVGViewElement.webidl +++ b/dom/webidl/SVGViewElement.webidl @@ -16,4 +16,3 @@ interface SVGViewElement : SVGElement { SVGViewElement includes SVGFitToViewBox; SVGViewElement includes SVGZoomAndPan; - diff --git a/dom/webidl/ScriptProcessorNode.webidl b/dom/webidl/ScriptProcessorNode.webidl index 6b0ef2b619e3..7df0cf611254 100644 --- a/dom/webidl/ScriptProcessorNode.webidl +++ b/dom/webidl/ScriptProcessorNode.webidl @@ -22,4 +22,3 @@ interface ScriptProcessorNode : AudioNode { // Mozilla extension ScriptProcessorNode includes AudioNodePassThrough; - diff --git a/dom/webidl/SpeechGrammar.webidl b/dom/webidl/SpeechGrammar.webidl index 70f0e5e4bbda..4e74a94fd2d7 100644 --- a/dom/webidl/SpeechGrammar.webidl +++ b/dom/webidl/SpeechGrammar.webidl @@ -22,4 +22,3 @@ interface SpeechGrammar { [Throws] attribute float weight; }; - diff --git a/dom/webidl/StaticRange.webidl b/dom/webidl/StaticRange.webidl index d631f2379f9f..be4e70238954 100644 --- a/dom/webidl/StaticRange.webidl +++ b/dom/webidl/StaticRange.webidl @@ -22,4 +22,4 @@ dictionary StaticRangeInit { required unsigned long startOffset; required Node endContainer; required unsigned long endOffset; -}; \ No newline at end of file +}; diff --git a/dom/webidl/StereoPannerNode.webidl b/dom/webidl/StereoPannerNode.webidl index d1e8f17c351a..1a5313f936bd 100644 --- a/dom/webidl/StereoPannerNode.webidl +++ b/dom/webidl/StereoPannerNode.webidl @@ -26,4 +26,3 @@ interface StereoPannerNode : AudioNode { // Mozilla extension StereoPannerNode includes AudioNodePassThrough; - diff --git a/dom/webidl/StreamFilterDataEvent.webidl b/dom/webidl/StreamFilterDataEvent.webidl index 06a28f506140..63ee1bcdbed2 100644 --- a/dom/webidl/StreamFilterDataEvent.webidl +++ b/dom/webidl/StreamFilterDataEvent.webidl @@ -27,4 +27,3 @@ interface StreamFilterDataEvent : Event { dictionary StreamFilterDataEventInit : EventInit { required ArrayBuffer data; }; - diff --git a/dom/webidl/SubtleCrypto.webidl b/dom/webidl/SubtleCrypto.webidl index ea372021daf9..c171219762c1 100644 --- a/dom/webidl/SubtleCrypto.webidl +++ b/dom/webidl/SubtleCrypto.webidl @@ -243,4 +243,3 @@ interface SubtleCrypto { boolean extractable, sequence keyUsages ); }; - diff --git a/dom/webidl/TCPSocket.webidl b/dom/webidl/TCPSocket.webidl index ef87a7ef2b2c..cf5ab4fdd502 100644 --- a/dom/webidl/TCPSocket.webidl +++ b/dom/webidl/TCPSocket.webidl @@ -119,7 +119,7 @@ interface TCPSocket : EventTarget { * and the caller may wish to wait until the ondrain event * handler has been called before buffering more data by more * calls to send. - * + * * @throws Throws if the ready state is not OPEN. */ [Throws] @@ -144,7 +144,7 @@ interface TCPSocket : EventTarget { * and the caller may wish to wait until the ondrain event * handler has been called before buffering more data by more * calls to send. - * + * * @throws Throws if the ready state is not OPEN. */ [Throws] @@ -217,5 +217,5 @@ interface TCPSocket : EventTarget { * If the "error" event was not dispatched before "close", then one of * the sides cleanly closed the connection. */ - attribute EventHandler onclose; + attribute EventHandler onclose; }; diff --git a/dom/webidl/TestInterfaceJSDictionaries.webidl b/dom/webidl/TestInterfaceJSDictionaries.webidl index b23b9d8a3597..24bddcf4b77e 100644 --- a/dom/webidl/TestInterfaceJSDictionaries.webidl +++ b/dom/webidl/TestInterfaceJSDictionaries.webidl @@ -25,4 +25,3 @@ dictionary TestInterfaceJSDictionary { sequence anySequenceMember; record objectRecordMember; }; - diff --git a/dom/webidl/ValidityState.webidl b/dom/webidl/ValidityState.webidl index d9ca079e3ae6..9df58a975e29 100644 --- a/dom/webidl/ValidityState.webidl +++ b/dom/webidl/ValidityState.webidl @@ -24,4 +24,3 @@ interface ValidityState { readonly attribute boolean customError; readonly attribute boolean valid; }; - diff --git a/dom/webidl/VideoPlaybackQuality.webidl b/dom/webidl/VideoPlaybackQuality.webidl index bb1777385168..67e44d5f05f3 100644 --- a/dom/webidl/VideoPlaybackQuality.webidl +++ b/dom/webidl/VideoPlaybackQuality.webidl @@ -18,4 +18,3 @@ interface VideoPlaybackQuality { readonly attribute unsigned long droppedVideoFrames; // At Risk: readonly attribute double totalFrameDelay; }; - diff --git a/dom/webidl/VideoTrackList.webidl b/dom/webidl/VideoTrackList.webidl index 3506af57794a..8d8bd6736000 100644 --- a/dom/webidl/VideoTrackList.webidl +++ b/dom/webidl/VideoTrackList.webidl @@ -19,4 +19,3 @@ interface VideoTrackList : EventTarget { attribute EventHandler onaddtrack; attribute EventHandler onremovetrack; }; - diff --git a/dom/webidl/WaveShaperNode.webidl b/dom/webidl/WaveShaperNode.webidl index 20198ffe681e..7a3374a7085f 100644 --- a/dom/webidl/WaveShaperNode.webidl +++ b/dom/webidl/WaveShaperNode.webidl @@ -36,4 +36,3 @@ interface WaveShaperNode : AudioNode { // Mozilla extension WaveShaperNode includes AudioNodePassThrough; - diff --git a/dom/webidl/WidevineCDMManifest.webidl b/dom/webidl/WidevineCDMManifest.webidl index 198e66cb1e64..c741db8408bc 100644 --- a/dom/webidl/WidevineCDMManifest.webidl +++ b/dom/webidl/WidevineCDMManifest.webidl @@ -1,16 +1,16 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. - */ - +/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. + */ + [GenerateInitFromJSON] -dictionary WidevineCDMManifest { - required DOMString name; - required DOMString description; - required DOMString version; - required DOMString x-cdm-module-versions; - required DOMString x-cdm-interface-versions; - required DOMString x-cdm-host-versions; - required DOMString x-cdm-codecs; -}; +dictionary WidevineCDMManifest { + required DOMString name; + required DOMString description; + required DOMString version; + required DOMString x-cdm-module-versions; + required DOMString x-cdm-interface-versions; + required DOMString x-cdm-host-versions; + required DOMString x-cdm-codecs; +}; diff --git a/dom/webidl/WorkerTestUtils.webidl b/dom/webidl/WorkerTestUtils.webidl index 6327b05ba5f0..9c1ae319260c 100644 --- a/dom/webidl/WorkerTestUtils.webidl +++ b/dom/webidl/WorkerTestUtils.webidl @@ -7,4 +7,3 @@ namespace WorkerTestUtils { [Throws] unsigned long currentTimerNestingLevel(); }; - diff --git a/dom/webidl/XMLSerializer.webidl b/dom/webidl/XMLSerializer.webidl index ecfe8fa68d0d..80da236c9c3e 100644 --- a/dom/webidl/XMLSerializer.webidl +++ b/dom/webidl/XMLSerializer.webidl @@ -37,4 +37,3 @@ interface XMLSerializer { [Throws, ChromeOnly] undefined serializeToStream(Node root, OutputStream stream, DOMString? charset); }; - diff --git a/dom/xslt/xslt/txIEXSLTFunctions.idl b/dom/xslt/xslt/txIEXSLTFunctions.idl index 5a39fa4147ba..7514a5e4a135 100644 --- a/dom/xslt/xslt/txIEXSLTFunctions.idl +++ b/dom/xslt/xslt/txIEXSLTFunctions.idl @@ -18,4 +18,3 @@ interface txIEXSLTFunctions : nsISupports { boolean test(in AString str, in AString regex, in AString flags); }; - diff --git a/dom/xul/nsIBrowserController.idl b/dom/xul/nsIBrowserController.idl index e976a97c6f5c..5a7b77529bd8 100644 --- a/dom/xul/nsIBrowserController.idl +++ b/dom/xul/nsIBrowserController.idl @@ -18,5 +18,3 @@ interface nsIBrowserController : nsISupports in Array enabledCommands, in Array disabledCommands); }; - - diff --git a/editor/composer/nsIEditingSession.idl b/editor/composer/nsIEditingSession.idl index 556eac7c4a99..9691092ce8ee 100644 --- a/editor/composer/nsIEditingSession.idl +++ b/editor/composer/nsIEditingSession.idl @@ -82,4 +82,3 @@ interface nsIEditingSession : nsISupports mozilla::HTMLEditor* GetHTMLEditorForWindow(mozIDOMWindowProxy* aWindow); %} }; - diff --git a/editor/nsIEditorMailSupport.idl b/editor/nsIEditorMailSupport.idl index 5befea45770a..64c443115f63 100644 --- a/editor/nsIEditorMailSupport.idl +++ b/editor/nsIEditorMailSupport.idl @@ -46,4 +46,3 @@ interface nsIEditorMailSupport : nsISupports [can_run_script] void insertTextWithQuotations(in AString aStringToInsert); }; - diff --git a/editor/nsIHTMLEditor.idl b/editor/nsIHTMLEditor.idl index 4652abc57cb7..fd79f0b868f9 100644 --- a/editor/nsIHTMLEditor.idl +++ b/editor/nsIHTMLEditor.idl @@ -340,4 +340,3 @@ interface nsIHTMLEditor : nsISupports */ attribute boolean returnInParagraphCreatesNewParagraph; }; - diff --git a/editor/nsIHTMLInlineTableEditor.idl b/editor/nsIHTMLInlineTableEditor.idl index c1584e356847..479dbb2b3010 100644 --- a/editor/nsIHTMLInlineTableEditor.idl +++ b/editor/nsIHTMLInlineTableEditor.idl @@ -18,4 +18,3 @@ interface nsIHTMLInlineTableEditor : nsISupports [setter_can_run_script] attribute boolean inlineTableEditingEnabled; }; - diff --git a/editor/nsIHTMLObjectResizer.idl b/editor/nsIHTMLObjectResizer.idl index 3eebc602d9f5..120fa06b8452 100644 --- a/editor/nsIHTMLObjectResizer.idl +++ b/editor/nsIHTMLObjectResizer.idl @@ -35,4 +35,3 @@ interface nsIHTMLObjectResizer : nsISupports */ void hideResizers(); }; - diff --git a/editor/txmgr/nsITransaction.idl b/editor/txmgr/nsITransaction.idl index 8f0a0b528981..bc8a8ed1d23c 100644 --- a/editor/txmgr/nsITransaction.idl +++ b/editor/txmgr/nsITransaction.idl @@ -80,4 +80,3 @@ interface nsITransaction : nsISupports GetAsEditTransactionBase(); %} }; - diff --git a/image/imgIRequest.idl b/image/imgIRequest.idl index c83771278ffa..aca9f168b156 100644 --- a/image/imgIRequest.idl +++ b/image/imgIRequest.idl @@ -268,4 +268,3 @@ interface imgIRequest : nsIRequest const uint32_t CATEGORY_DISPLAY = 1 << 3; void boostPriority(in uint32_t aCategory); }; - diff --git a/layout/base/nsILayoutHistoryState.idl b/layout/base/nsILayoutHistoryState.idl index a9844332dd6f..5f6f587bc546 100644 --- a/layout/base/nsILayoutHistoryState.idl +++ b/layout/base/nsILayoutHistoryState.idl @@ -118,5 +118,3 @@ namespace mozilla { mozilla::UniquePtr NewPresState(); } // namespace mozilla %} - - diff --git a/layout/inspector/inIDeepTreeWalker.idl b/layout/inspector/inIDeepTreeWalker.idl index 12831f2e515a..83e1c5d48424 100644 --- a/layout/inspector/inIDeepTreeWalker.idl +++ b/layout/inspector/inIDeepTreeWalker.idl @@ -42,4 +42,3 @@ interface inIDeepTreeWalker : nsISupports Node previousNode(); Node nextNode(); }; - diff --git a/netwerk/base/mozIThirdPartyUtil.idl b/netwerk/base/mozIThirdPartyUtil.idl index dccadd7b4458..0c029942d8e8 100644 --- a/netwerk/base/mozIThirdPartyUtil.idl +++ b/netwerk/base/mozIThirdPartyUtil.idl @@ -229,4 +229,3 @@ interface mozIThirdPartyUtil : nsISupports */ #define THIRDPARTYUTIL_CONTRACTID "@mozilla.org/thirdpartyutil;1" %} - diff --git a/netwerk/base/nsIAuthInformation.idl b/netwerk/base/nsIAuthInformation.idl index 8fd4a03117df..a9a74891b173 100644 --- a/netwerk/base/nsIAuthInformation.idl +++ b/netwerk/base/nsIAuthInformation.idl @@ -115,4 +115,3 @@ interface nsIAuthInformation : nsISupports */ attribute AString domain; }; - diff --git a/netwerk/base/nsIAuthPromptCallback.idl b/netwerk/base/nsIAuthPromptCallback.idl index bf9f2f2ac07c..27f89f04c0a5 100644 --- a/netwerk/base/nsIAuthPromptCallback.idl +++ b/netwerk/base/nsIAuthPromptCallback.idl @@ -41,4 +41,3 @@ interface nsIAuthPromptCallback : nsISupports */ void onAuthCancelled(in nsISupports aContext, in boolean userCancel); }; - diff --git a/netwerk/base/nsIClassOfService.idl b/netwerk/base/nsIClassOfService.idl index 6678f54dfa66..5426eabbcc70 100644 --- a/netwerk/base/nsIClassOfService.idl +++ b/netwerk/base/nsIClassOfService.idl @@ -14,7 +14,7 @@ * information in different ways. */ -// convenience class for passing around the class of service +// convenience class for passing around the class of service %{C++ namespace mozilla::net { class ClassOfService; @@ -27,7 +27,7 @@ interface nsIClassOfService : nsISupports { attribute unsigned long classFlags; attribute bool incremental; - + void clearClassFlags(in unsigned long flags); void addClassFlags(in unsigned long flags); void setClassOfService(in ClassOfService s); diff --git a/netwerk/base/nsIHttpAuthenticatorCallback.idl b/netwerk/base/nsIHttpAuthenticatorCallback.idl index 5d3bfad74167..74fd3c97abe5 100644 --- a/netwerk/base/nsIHttpAuthenticatorCallback.idl +++ b/netwerk/base/nsIHttpAuthenticatorCallback.idl @@ -28,4 +28,3 @@ interface nsIHttpAuthenticatorCallback : nsISupports in nsISupports aContinuationState); }; - diff --git a/netwerk/base/nsILoadGroupChild.idl b/netwerk/base/nsILoadGroupChild.idl index e31fbcc6f0a2..959913a4749e 100644 --- a/netwerk/base/nsILoadGroupChild.idl +++ b/netwerk/base/nsILoadGroupChild.idl @@ -39,4 +39,3 @@ interface nsILoadGroupChild : nsISupports */ readonly attribute nsILoadGroup rootLoadGroup; }; - diff --git a/netwerk/base/nsIPermissionManager.idl b/netwerk/base/nsIPermissionManager.idl index 32f75f241d20..f234958010d4 100644 --- a/netwerk/base/nsIPermissionManager.idl +++ b/netwerk/base/nsIPermissionManager.idl @@ -88,7 +88,7 @@ interface nsIPermissionManager : nsISupports * in the passed array argument. * This will return an array of all permissions which are not set to default. * - * @param types an array of case-sensitive ASCII strings, identifying the + * @param types an array of case-sensitive ASCII strings, identifying the * permissions to be matched. */ Array getAllByTypes(in Array types); diff --git a/netwerk/base/nsISocketTransport.idl b/netwerk/base/nsISocketTransport.idl index 00e0c84d57dd..e0bd66e75516 100644 --- a/netwerk/base/nsISocketTransport.idl +++ b/netwerk/base/nsISocketTransport.idl @@ -284,10 +284,10 @@ interface nsISocketTransport : nsITransport */ const long ANONYMOUS_CONNECT_ALLOW_CLIENT_CERT = (1 << 14); - /** - * If set, we've retrying after a failed connection attempt. - */ - const long IS_RETRY = (1 << 15); + /** + * If set, we've retrying after a failed connection attempt. + */ + const long IS_RETRY = (1 << 15); /** * An opaque flags for non-standard behavior of the TLS system. diff --git a/netwerk/base/nsIThreadRetargetableStreamListener.idl b/netwerk/base/nsIThreadRetargetableStreamListener.idl index 428807a15646..f02ae35d34fa 100644 --- a/netwerk/base/nsIThreadRetargetableStreamListener.idl +++ b/netwerk/base/nsIThreadRetargetableStreamListener.idl @@ -30,4 +30,3 @@ interface nsIThreadRetargetableStreamListener : nsISupports */ void checkListenerChain(); }; - diff --git a/netwerk/base/nsIUDPSocket.idl b/netwerk/base/nsIUDPSocket.idl index 6c4a115c6e1d..957df57c2c10 100644 --- a/netwerk/base/nsIUDPSocket.idl +++ b/netwerk/base/nsIUDPSocket.idl @@ -297,7 +297,7 @@ interface nsIUDPSocket : nsISupports * dontFragment * * The don't fragment flag. - * The socket must be initialized before calling this function. + * The socket must be initialized before calling this function. */ [noscript] attribute boolean dontFragment; }; diff --git a/netwerk/cookie/nsICookieJarSettings.idl b/netwerk/cookie/nsICookieJarSettings.idl index 7bd4675285bb..8dd8e2f967a5 100644 --- a/netwerk/cookie/nsICookieJarSettings.idl +++ b/netwerk/cookie/nsICookieJarSettings.idl @@ -42,7 +42,7 @@ interface nsICookieJarSettings : nsISerializable [infallible] readonly attribute boolean limitForeignContexts; [infallible] readonly attribute boolean blockingAllThirdPartyContexts; - + [infallible] readonly attribute boolean blockingAllContexts; /** * Whether our cookie behavior mandates partitioning third-party content. diff --git a/netwerk/dns/nsIDNSService.idl b/netwerk/dns/nsIDNSService.idl index 2a72e3796ca6..3874b5f67a56 100644 --- a/netwerk/dns/nsIDNSService.idl +++ b/netwerk/dns/nsIDNSService.idl @@ -351,4 +351,3 @@ interface nsIDNSService : nsISupports MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(nsIDNSService::DNSFlags) %} - diff --git a/netwerk/dns/nsIEffectiveTLDService.idl b/netwerk/dns/nsIEffectiveTLDService.idl index 909ca0fbbd02..abf786e5edbc 100644 --- a/netwerk/dns/nsIEffectiveTLDService.idl +++ b/netwerk/dns/nsIEffectiveTLDService.idl @@ -203,4 +203,3 @@ interface nsIEffectiveTLDService : nsISupports */ bool hasRootDomain(in AUTF8String aInput, in AUTF8String aHost); }; - diff --git a/netwerk/mime/nsIMIMEHeaderParam.idl b/netwerk/mime/nsIMIMEHeaderParam.idl index 947fc618c714..2a1edf959462 100644 --- a/netwerk/mime/nsIMIMEHeaderParam.idl +++ b/netwerk/mime/nsIMIMEHeaderParam.idl @@ -204,4 +204,3 @@ interface nsIMIMEHeaderParam : nsISupports { in string aDefaultCharset, in boolean aOverrideCharset); }; - diff --git a/netwerk/mime/nsIMIMEInfo.idl b/netwerk/mime/nsIMIMEInfo.idl index 9563a253c862..a7ffcfe513d7 100644 --- a/netwerk/mime/nsIMIMEInfo.idl +++ b/netwerk/mime/nsIMIMEInfo.idl @@ -367,4 +367,3 @@ interface nsIDBusHandlerApp : nsIHandlerApp { attribute AUTF8String method; }; - diff --git a/netwerk/mime/nsIMIMEService.idl b/netwerk/mime/nsIMIMEService.idl index 2bb3f408ae53..eedcb72949b7 100644 --- a/netwerk/mime/nsIMIMEService.idl +++ b/netwerk/mime/nsIMIMEService.idl @@ -224,7 +224,7 @@ interface nsIMIMEService : nsISupports { /** * Similar to getValidFileName, but used when a specific filename needs - * to be validated. The filename is modified as needed based on the + * to be validated. The filename is modified as needed based on the * content type in the same manner as getValidFileName. * * If the filename came from a uri, it should not be escaped, that is, diff --git a/netwerk/protocol/http/nsIHttpChannelInternal.idl b/netwerk/protocol/http/nsIHttpChannelInternal.idl index 2f04b967241f..609da413f286 100644 --- a/netwerk/protocol/http/nsIHttpChannelInternal.idl +++ b/netwerk/protocol/http/nsIHttpChannelInternal.idl @@ -499,4 +499,4 @@ interface nsIHttpChannelInternal : nsISupports * This attribute indicates if the channel was loaded via Proxy. */ [must_use] readonly attribute boolean isProxyUsed; -}; \ No newline at end of file +}; diff --git a/netwerk/protocol/viewsource/nsIViewSourceChannel.idl b/netwerk/protocol/viewsource/nsIViewSourceChannel.idl index 3fb4b8c70ef9..036142ba3d8d 100644 --- a/netwerk/protocol/viewsource/nsIViewSourceChannel.idl +++ b/netwerk/protocol/viewsource/nsIViewSourceChannel.idl @@ -39,5 +39,3 @@ interface nsIViewSourceChannel : nsIChannel */ [notxpcom, nostdcall] nsIChannel getInnerChannel(); }; - - diff --git a/netwerk/protocol/websocket/nsIWebSocketListener.idl b/netwerk/protocol/websocket/nsIWebSocketListener.idl index 4a8416b7580d..31c588630b8c 100644 --- a/netwerk/protocol/websocket/nsIWebSocketListener.idl +++ b/netwerk/protocol/websocket/nsIWebSocketListener.idl @@ -92,5 +92,3 @@ interface nsIWebSocketListener : nsISupports [must_use] void OnError(); }; - - diff --git a/netwerk/socket/nsISocketProvider.idl b/netwerk/socket/nsISocketProvider.idl index c9b1ce91dad6..ed4947ccb581 100644 --- a/netwerk/socket/nsISocketProvider.idl +++ b/netwerk/socket/nsISocketProvider.idl @@ -120,16 +120,16 @@ interface nsISocketProvider : nsISupports */ const long ANONYMOUS_CONNECT_ALLOW_CLIENT_CERT = 1 << 4; - /** + /** * If set, do not send an ECH extension (whether GREASE or 'real'). * Currently false by default and is set when retrying failed connections. */ const unsigned long DONT_TRY_ECH = (1 << 10); - /** - * If set, indicates that the connection is a retry. - */ - const unsigned long IS_RETRY = (1 << 11); + /** + * If set, indicates that the connection is a retry. + */ + const unsigned long IS_RETRY = (1 << 11); /** * If set, indicates that the connection used a privacy-preserving DNS diff --git a/netwerk/streamconv/nsIDirIndex.idl b/netwerk/streamconv/nsIDirIndex.idl index cbb2a483a9f2..0029ee401588 100644 --- a/netwerk/streamconv/nsIDirIndex.idl +++ b/netwerk/streamconv/nsIDirIndex.idl @@ -69,4 +69,3 @@ interface nsIDirIndex : nsISupports */ attribute PRTime lastModified; }; - diff --git a/netwerk/streamconv/nsIDirIndexListener.idl b/netwerk/streamconv/nsIDirIndexListener.idl index 78c4bcdcceaa..908ff025c71d 100644 --- a/netwerk/streamconv/nsIDirIndexListener.idl +++ b/netwerk/streamconv/nsIDirIndexListener.idl @@ -56,4 +56,3 @@ interface nsIDirIndexParser : nsIStreamListener { */ attribute string encoding; }; - diff --git a/security/manager/ssl/nsITransportSecurityInfo.idl b/security/manager/ssl/nsITransportSecurityInfo.idl index d063c7afb814..8fe5879e4a51 100644 --- a/security/manager/ssl/nsITransportSecurityInfo.idl +++ b/security/manager/ssl/nsITransportSecurityInfo.idl @@ -80,15 +80,15 @@ interface nsITransportSecurityInfo : nsISupports { readonly attribute nsITransportSecurityInfo_OverridableErrorCategory overridableErrorCategory; /** - * True if OCSP requests were made to query the status of certificates - * used in this connection. - */ + * True if OCSP requests were made to query the status of certificates + * used in this connection. + */ [must_use] readonly attribute boolean madeOCSPRequests; /** - * True if the DNS record used for this connection was fetched over an encrypted connection. - */ + * True if the DNS record used for this connection was fetched over an encrypted connection. + */ [must_use] readonly attribute boolean usedPrivateDNS; diff --git a/toolkit/components/aboutwindowsmessages/nsIAboutWindowsMessages.idl b/toolkit/components/aboutwindowsmessages/nsIAboutWindowsMessages.idl index 572be450430b..d240a9233a48 100644 --- a/toolkit/components/aboutwindowsmessages/nsIAboutWindowsMessages.idl +++ b/toolkit/components/aboutwindowsmessages/nsIAboutWindowsMessages.idl @@ -1,14 +1,14 @@ -/* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#include "nsISupports.idl" - -interface mozIDOMWindowProxy; - -[scriptable, uuid(3c5cfbfd-545c-4910-a34a-203063914f96)] -interface nsIAboutWindowsMessages : nsISupports -{ - void getMessages(in mozIDOMWindowProxy currentWindow, out Array > messages, out Array windowTitles); -}; \ No newline at end of file +/* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#include "nsISupports.idl" + +interface mozIDOMWindowProxy; + +[scriptable, uuid(3c5cfbfd-545c-4910-a34a-203063914f96)] +interface nsIAboutWindowsMessages : nsISupports +{ + void getMessages(in mozIDOMWindowProxy currentWindow, out Array > messages, out Array windowTitles); +}; diff --git a/toolkit/components/browser/nsIWebBrowserPrint.idl b/toolkit/components/browser/nsIWebBrowserPrint.idl index 2048c31c0d6c..5a900b7b6583 100644 --- a/toolkit/components/browser/nsIWebBrowserPrint.idl +++ b/toolkit/components/browser/nsIWebBrowserPrint.idl @@ -127,4 +127,3 @@ interface nsIWebBrowserPrint : nsISupports void exitPrintPreview(); }; - diff --git a/toolkit/components/cookiebanners/nsICookieBannerRule.idl b/toolkit/components/cookiebanners/nsICookieBannerRule.idl index 76d5c3ec3781..d8f3b3f4e133 100644 --- a/toolkit/components/cookiebanners/nsICookieBannerRule.idl +++ b/toolkit/components/cookiebanners/nsICookieBannerRule.idl @@ -90,4 +90,3 @@ interface nsICookieBannerRule : nsISupports { */ void clearClickRule(); }; - diff --git a/toolkit/components/cookiebanners/nsICookieRule.idl b/toolkit/components/cookiebanners/nsICookieRule.idl index 8241bdb887c8..41801cc3e518 100644 --- a/toolkit/components/cookiebanners/nsICookieRule.idl +++ b/toolkit/components/cookiebanners/nsICookieRule.idl @@ -43,4 +43,3 @@ interface nsICookieRule : nsISupports { [noscript] nsICookieRule copyForDomain(in ACString aDomain); }; - diff --git a/toolkit/components/extensions/extIWebNavigation.idl b/toolkit/components/extensions/extIWebNavigation.idl index 24b43ece45f5..3095d93d9f80 100644 --- a/toolkit/components/extensions/extIWebNavigation.idl +++ b/toolkit/components/extensions/extIWebNavigation.idl @@ -32,4 +32,3 @@ interface extIWebNavigation : nsISupports void onDOMContentLoaded(in BrowsingContext bc, in nsIURI documentURI); }; - diff --git a/toolkit/components/extensions/mozIExtensionAPIRequestHandling.idl b/toolkit/components/extensions/mozIExtensionAPIRequestHandling.idl index 8d71272aa03f..0a2e3c7a5d74 100644 --- a/toolkit/components/extensions/mozIExtensionAPIRequestHandling.idl +++ b/toolkit/components/extensions/mozIExtensionAPIRequestHandling.idl @@ -25,10 +25,10 @@ interface mozIExtensionListenerCallOptions : nsISupports // A runtime.Port instance is prepended to the event listener call arguments. RUNTIME_PORT, }; - + readonly attribute mozIExtensionListenerCallOptions_APIObjectType apiObjectType; - - // An optional javascript object that should provide the attributes expected + + // An optional javascript object that should provide the attributes expected // by related apiObjectType webidl dictionary type (e.g. ExtensionPortDescriptor // if apiObjectType is RUNTIME_PORT). readonly attribute jsval apiObjectDescriptor; @@ -43,7 +43,7 @@ interface mozIExtensionListenerCallOptions : nsISupports // The event listener will be called with a function as the last call parameter // that behaves like the runtime.onMessage's sendResponse parameter: - // + // // - if the event listener already returned false, sendResponse calls are ignored // (if it has not been called already) // - if the event listener already returned true, the first sendResponse call @@ -64,7 +64,7 @@ interface mozIExtensionEventListener : nsISupports in Array args, [optional] in mozIExtensionListenerCallOptions listenerCallOptions); }; - + [scriptable, builtinclass, uuid(0fee1c8f-e363-46a6-bd0c-d3c3338e2534)] interface mozIExtensionAPIRequest : nsISupports { @@ -155,7 +155,7 @@ interface mozIExtensionAPIRequestHandler : nsISupports * JS value returned by the API request handler, may contain a value * (the result of the API call or a WebIDL dictionary that is used to * initialize WebIDL-based API object, e.g. ExtensionPort) or - * an Error to be throw on the thread that originated the request. + * an Error to be throw on the thread that originated the request. */ void handleAPIRequest(in nsISupports extension, in mozIExtensionAPIRequest apiRequest, @@ -167,7 +167,7 @@ interface mozIExtensionAPIRequestHandler : nsISupports * * @param extension An instance of the WebExtensionPolicy webidl interface. * @param serviceWorkerInfo - */ + */ void initExtensionWorker(in nsISupports extension, in mozIExtensionServiceWorkerInfo serviceWorkerInfo); diff --git a/toolkit/components/passwordmgr/nsILoginManagerPrompter.idl b/toolkit/components/passwordmgr/nsILoginManagerPrompter.idl index 447b4077945d..4f244258c0f5 100644 --- a/toolkit/components/passwordmgr/nsILoginManagerPrompter.idl +++ b/toolkit/components/passwordmgr/nsILoginManagerPrompter.idl @@ -30,7 +30,7 @@ interface nsILoginManagerPrompter : nsISupports { * @param autoFilledLoginGuid * A string guid value for the login which was autofilled into the form * @param possibleValues - * Contains values from anything that we think, but are not sure, might be + * Contains values from anything that we think, but are not sure, might be * a username or password. Has two properties, 'usernames' and 'passwords'. */ nsIPromptInstance promptToSavePassword( @@ -60,7 +60,7 @@ interface nsILoginManagerPrompter : nsISupports { * @param autoFilledLoginGuid * A string guid value for the login which was autofilled into the form * @param possibleValues - * Contains values from anything that we think, but are not sure, might be + * Contains values from anything that we think, but are not sure, might be * a username or password. Has two properties, 'usernames' and 'passwords'. */ nsIPromptInstance promptToChangePassword( diff --git a/toolkit/components/windowcreator/nsIWindowCreator.idl b/toolkit/components/windowcreator/nsIWindowCreator.idl index 835db0359ada..b03ec11448ff 100644 --- a/toolkit/components/windowcreator/nsIWindowCreator.idl +++ b/toolkit/components/windowcreator/nsIWindowCreator.idl @@ -50,4 +50,3 @@ interface nsIWindowCreator : nsISupports { #define NS_WINDOWCREATOR_IID \ {0x30465632, 0xa777, 0x44cc, {0x90, 0xf9, 0x81, 0x45, 0x47, 0x5e, 0xf9, 0x99}} %} - diff --git a/toolkit/components/windowwatcher/nsIDialogParamBlock.idl b/toolkit/components/windowwatcher/nsIDialogParamBlock.idl index 1664d27df433..2b2b3aafd40e 100644 --- a/toolkit/components/windowwatcher/nsIDialogParamBlock.idl +++ b/toolkit/components/windowwatcher/nsIDialogParamBlock.idl @@ -39,4 +39,3 @@ interface nsIDialogParamBlock: nsISupports { %{C++ #define NS_DIALOGPARAMBLOCK_CONTRACTID "@mozilla.org/embedcomp/dialogparam;1" %} - diff --git a/toolkit/components/windowwatcher/nsIPromptFactory.idl b/toolkit/components/windowwatcher/nsIPromptFactory.idl index b16db3d492ef..940276ce8a25 100644 --- a/toolkit/components/windowwatcher/nsIPromptFactory.idl +++ b/toolkit/components/windowwatcher/nsIPromptFactory.idl @@ -19,4 +19,3 @@ interface nsIPromptFactory : nsISupports void getPrompt(in mozIDOMWindowProxy aParent, in nsIIDRef iid, [iid_is(iid),retval] out nsQIResult result); }; - diff --git a/toolkit/components/windowwatcher/nsPIPromptService.idl b/toolkit/components/windowwatcher/nsPIPromptService.idl index 32459b26bb93..3bff27a99301 100644 --- a/toolkit/components/windowwatcher/nsPIPromptService.idl +++ b/toolkit/components/windowwatcher/nsPIPromptService.idl @@ -28,4 +28,3 @@ interface nsPIPromptService : nsISupports void doDialog(in nsIDOMWindow aParent, in nsIDialogParamBlock aParamBlock, in string aChromeURL); }; - diff --git a/toolkit/components/windowwatcher/nsPIWindowWatcher.idl b/toolkit/components/windowwatcher/nsPIWindowWatcher.idl index b14b6791417b..ff827895edb2 100644 --- a/toolkit/components/windowwatcher/nsPIWindowWatcher.idl +++ b/toolkit/components/windowwatcher/nsPIWindowWatcher.idl @@ -132,4 +132,3 @@ interface nsPIWindowWatcher : nsISupports in float aOpenerFullZoom, in nsIOpenWindowInfo aOpenWindowInfo); }; - diff --git a/toolkit/modules/nsIE10SUtils.idl b/toolkit/modules/nsIE10SUtils.idl index 9bc1cb075f9b..98fa333c7dbc 100644 --- a/toolkit/modules/nsIE10SUtils.idl +++ b/toolkit/modules/nsIE10SUtils.idl @@ -24,7 +24,7 @@ interface nsIE10SUtils : nsISupports { * Determine what remote type should be used to launch a worker script with * the given principal. * - * @param aPrincipal + * @param aPrincipal * The result principal for the document being loaded. * @param aWorkerTypeName * The type of remote worker being launched (Ci.nsIE10SUtils.REMOTE_WORKER_TYPE_*). diff --git a/toolkit/mozapps/extensions/amIAddonManagerStartup.idl b/toolkit/mozapps/extensions/amIAddonManagerStartup.idl index 779b9f4cfefd..10a235a849ec 100644 --- a/toolkit/mozapps/extensions/amIAddonManagerStartup.idl +++ b/toolkit/mozapps/extensions/amIAddonManagerStartup.idl @@ -80,4 +80,3 @@ interface amIAddonManagerStartup : nsISupports void initializeURLPreloader(); }; - diff --git a/uriloader/base/nsIDocumentLoader.idl b/uriloader/base/nsIDocumentLoader.idl index 3bd960ac84e1..ae02a827e211 100644 --- a/uriloader/base/nsIDocumentLoader.idl +++ b/uriloader/base/nsIDocumentLoader.idl @@ -33,4 +33,3 @@ interface nsIDocumentLoader : nsISupports // The defaultLoadRequest of the loadgroup associated with this docloader readonly attribute nsIChannel documentChannel; }; - diff --git a/uriloader/base/nsITransfer.idl b/uriloader/base/nsITransfer.idl index 828e4c4a0f7b..54c59cd3968b 100644 --- a/uriloader/base/nsITransfer.idl +++ b/uriloader/base/nsITransfer.idl @@ -61,7 +61,7 @@ interface nsITransfer : nsIWebProgressListener2 { * a source that desires privacy. * * @param aDownloadClassification Indicates wheter the download is unwanted, - * should be considered dangerous or insecure. + * should be considered dangerous or insecure. * * @param aReferrerInfo The Referrer this download is started with * diff --git a/uriloader/base/nsIURIContentListener.idl b/uriloader/base/nsIURIContentListener.idl index 35ff3a9c9161..000b87827314 100644 --- a/uriloader/base/nsIURIContentListener.idl +++ b/uriloader/base/nsIURIContentListener.idl @@ -121,4 +121,3 @@ interface nsIURIContentListener : nsISupports */ attribute nsIURIContentListener parentContentListener; }; - diff --git a/uriloader/base/nsIURILoader.idl b/uriloader/base/nsIURILoader.idl index 273c0f4cdc89..527092c5a649 100644 --- a/uriloader/base/nsIURILoader.idl +++ b/uriloader/base/nsIURILoader.idl @@ -137,4 +137,3 @@ interface nsIURILoader : nsISupports */ void stop(in nsISupports aLoadCookie); }; - diff --git a/uriloader/exthandler/nsCExternalHandlerService.idl b/uriloader/exthandler/nsCExternalHandlerService.idl index bdf59e9ae658..b6aa83e285b8 100644 --- a/uriloader/exthandler/nsCExternalHandlerService.idl +++ b/uriloader/exthandler/nsCExternalHandlerService.idl @@ -30,4 +30,3 @@ nsIExternalHelperAppService "@mozilla.org/uriloader/local-handler-app;1" %} - diff --git a/uriloader/exthandler/nsIContentDispatchChooser.idl b/uriloader/exthandler/nsIContentDispatchChooser.idl index be4e18b89013..00d61e575bc5 100644 --- a/uriloader/exthandler/nsIContentDispatchChooser.idl +++ b/uriloader/exthandler/nsIContentDispatchChooser.idl @@ -38,4 +38,3 @@ interface nsIContentDispatchChooser : nsISupports { in BrowsingContext aBrowsingContext, [optional] in bool aWasTriggeredExternally); }; - diff --git a/uriloader/exthandler/nsISharingHandlerApp.idl b/uriloader/exthandler/nsISharingHandlerApp.idl index 14bdee1884b8..5f497b65313d 100644 --- a/uriloader/exthandler/nsISharingHandlerApp.idl +++ b/uriloader/exthandler/nsISharingHandlerApp.idl @@ -9,4 +9,3 @@ interface nsISharingHandlerApp : nsIHandlerApp { void share(in AString data, [optional] in AString title); }; - diff --git a/widget/nsIApplicationChooser.idl b/widget/nsIApplicationChooser.idl index 05d15f7ac205..f3da903a1087 100644 --- a/widget/nsIApplicationChooser.idl +++ b/widget/nsIApplicationChooser.idl @@ -37,4 +37,3 @@ interface nsIApplicationChooser : nsISupports */ void open(in ACString contentType, in nsIApplicationChooserFinishedCallback applicationChooserFinishedCallback); }; - diff --git a/widget/nsIBidiKeyboard.idl b/widget/nsIBidiKeyboard.idl index fc68d1ae816f..1d41b2e79e47 100644 --- a/widget/nsIBidiKeyboard.idl +++ b/widget/nsIBidiKeyboard.idl @@ -29,4 +29,3 @@ interface nsIBidiKeyboard : nsISupports */ readonly attribute boolean haveBidiKeyboards; }; - diff --git a/widget/nsIGfxInfo.idl b/widget/nsIGfxInfo.idl index e28879110a86..8450a5cac3d5 100644 --- a/widget/nsIGfxInfo.idl +++ b/widget/nsIGfxInfo.idl @@ -331,5 +331,3 @@ interface nsIGfxInfo : nsISupports // Causes the GPU process to crash. This is intended only for use by tests. void crashGPUProcessForTests(); }; - - diff --git a/widget/nsIJumpListItem.idl b/widget/nsIJumpListItem.idl index 5097e1d7c2f3..5524c7f078fe 100644 --- a/widget/nsIJumpListItem.idl +++ b/widget/nsIJumpListItem.idl @@ -134,4 +134,3 @@ interface nsIJumpListShortcut : nsIJumpListItem */ attribute nsIURI faviconPageUri; }; - diff --git a/widget/nsITaskbarPreview.idl b/widget/nsITaskbarPreview.idl index 623dd11b9459..9bb5f079e71c 100644 --- a/widget/nsITaskbarPreview.idl +++ b/widget/nsITaskbarPreview.idl @@ -68,4 +68,3 @@ interface nsITaskbarPreview : nsISupports */ void invalidate(); }; - diff --git a/widget/nsITaskbarPreviewButton.idl b/widget/nsITaskbarPreviewButton.idl index ef8358cf0127..79ad36699abe 100644 --- a/widget/nsITaskbarPreviewButton.idl +++ b/widget/nsITaskbarPreviewButton.idl @@ -60,4 +60,3 @@ interface nsITaskbarPreviewButton : nsISupports */ attribute boolean visible; }; - diff --git a/widget/nsITaskbarTabPreview.idl b/widget/nsITaskbarTabPreview.idl index b56239ed85e6..47520e38a6a9 100644 --- a/widget/nsITaskbarTabPreview.idl +++ b/widget/nsITaskbarTabPreview.idl @@ -60,4 +60,3 @@ interface nsITaskbarTabPreview : nsITaskbarPreview [notxpcom] void EnsureRegistration(); }; - diff --git a/widget/nsITaskbarWindowPreview.idl b/widget/nsITaskbarWindowPreview.idl index cc36fed2b0d0..c73e8b696e30 100644 --- a/widget/nsITaskbarWindowPreview.idl +++ b/widget/nsITaskbarWindowPreview.idl @@ -67,4 +67,3 @@ interface nsITaskbarWindowPreview : nsITaskbarPreview */ attribute boolean enableCustomDrawing; }; - diff --git a/widget/nsIUserIdleServiceInternal.idl b/widget/nsIUserIdleServiceInternal.idl index 840db486edd5..044b95de3bdd 100644 --- a/widget/nsIUserIdleServiceInternal.idl +++ b/widget/nsIUserIdleServiceInternal.idl @@ -15,4 +15,3 @@ interface nsIUserIdleServiceInternal : nsIUserIdleService **/ void resetIdleTimeOut(in unsigned long idleDeltaInMS); }; - diff --git a/xpcom/base/nsIConsoleService.idl b/xpcom/base/nsIConsoleService.idl index a0a7abd82d35..68315d57fd6d 100644 --- a/xpcom/base/nsIConsoleService.idl +++ b/xpcom/base/nsIConsoleService.idl @@ -64,4 +64,3 @@ interface nsIConsoleService : nsISupports #define NS_CONSOLESERVICE_CONTRACTID "@mozilla.org/consoleservice;1" %} - diff --git a/xpcom/base/nsIInterfaceRequestor.idl b/xpcom/base/nsIInterfaceRequestor.idl index a19d7a954ed7..e0c4c0d7bbd5 100644 --- a/xpcom/base/nsIInterfaceRequestor.idl +++ b/xpcom/base/nsIInterfaceRequestor.idl @@ -33,4 +33,3 @@ interface nsIInterfaceRequestor : nsISupports void getInterface(in nsIIDRef uuid, [iid_is(uuid),retval] out nsQIResult result); }; - diff --git a/xpcom/base/nsIVersionComparator.idl b/xpcom/base/nsIVersionComparator.idl index aabab62b39d8..462a07dff36c 100644 --- a/xpcom/base/nsIVersionComparator.idl +++ b/xpcom/base/nsIVersionComparator.idl @@ -46,4 +46,3 @@ interface nsIVersionComparator : nsISupports */ long compare(in ACString A, in ACString B); }; - diff --git a/xpcom/components/nsIComponentRegistrar.idl b/xpcom/components/nsIComponentRegistrar.idl index 54a5bf6a6dad..6b85caffab4f 100644 --- a/xpcom/components/nsIComponentRegistrar.idl +++ b/xpcom/components/nsIComponentRegistrar.idl @@ -98,13 +98,3 @@ interface nsIComponentRegistrar : nsISupports */ nsCIDPtr contractIDToCID(in string aContractID); }; - - - - - - - - - - diff --git a/xpcom/components/nsIServiceManager.idl b/xpcom/components/nsIServiceManager.idl index bfe5c14fab2a..dd613070e9f8 100644 --- a/xpcom/components/nsIServiceManager.idl +++ b/xpcom/components/nsIServiceManager.idl @@ -68,4 +68,3 @@ interface nsIServiceManager : nsISupports #include "nsServiceManagerUtils.h" #endif %} - diff --git a/xpcom/ds/nsIObserver.idl b/xpcom/ds/nsIObserver.idl index abc5e1f6be5f..773424d0a731 100644 --- a/xpcom/ds/nsIObserver.idl +++ b/xpcom/ds/nsIObserver.idl @@ -35,4 +35,3 @@ interface nsIObserver : nsISupports { in wstring aData ); }; - diff --git a/xpcom/ds/nsIObserverService.idl b/xpcom/ds/nsIObserverService.idl index 07ac716c2345..5ca51d5d449a 100644 --- a/xpcom/ds/nsIObserverService.idl +++ b/xpcom/ds/nsIObserverService.idl @@ -107,5 +107,3 @@ interface nsIObserverService : nsISupports }; - - diff --git a/xpcom/ds/nsIPersistentProperties2.idl b/xpcom/ds/nsIPersistentProperties2.idl index 02b6fcdc325c..7b07ba33ab0c 100644 --- a/xpcom/ds/nsIPersistentProperties2.idl +++ b/xpcom/ds/nsIPersistentProperties2.idl @@ -57,4 +57,3 @@ interface nsIPersistentProperties : nsIProperties [notxpcom, nostdcall] size_t sizeOfIncludingThis(in MallocSizeOf aMallocSizeOf); }; - diff --git a/xpcom/ds/nsIPropertyBag.idl b/xpcom/ds/nsIPropertyBag.idl index 1d1dfced7a81..57bd26345196 100644 --- a/xpcom/ds/nsIPropertyBag.idl +++ b/xpcom/ds/nsIPropertyBag.idl @@ -26,5 +26,3 @@ interface nsIPropertyBag : nsISupports */ nsIVariant getProperty(in AString name); }; - - diff --git a/xpcom/ds/nsIStringEnumerator.idl b/xpcom/ds/nsIStringEnumerator.idl index 20e095ecfb51..96ab966bff47 100644 --- a/xpcom/ds/nsIStringEnumerator.idl +++ b/xpcom/ds/nsIStringEnumerator.idl @@ -35,4 +35,3 @@ interface nsIUTF8StringEnumerator : nsIStringEnumeratorBase boolean hasMore(); AUTF8String getNext(); }; - diff --git a/xpcom/io/nsIConverterInputStream.idl b/xpcom/io/nsIConverterInputStream.idl index ba6229912ebe..ad1f9bfbc41f 100644 --- a/xpcom/io/nsIConverterInputStream.idl +++ b/xpcom/io/nsIConverterInputStream.idl @@ -43,4 +43,3 @@ interface nsIConverterInputStream : nsIUnicharInputStream { void init (in nsIInputStream aStream, in string aCharset, in long aBufferSize, in char16_t aReplacementChar); }; - diff --git a/xpcom/io/nsIDirectoryEnumerator.idl b/xpcom/io/nsIDirectoryEnumerator.idl index 4958bfc32d0b..e8abb81acd03 100644 --- a/xpcom/io/nsIDirectoryEnumerator.idl +++ b/xpcom/io/nsIDirectoryEnumerator.idl @@ -32,4 +32,3 @@ interface nsIDirectoryEnumerator : nsISimpleEnumerator */ void close(); }; - diff --git a/xpcom/io/nsIDirectoryService.idl b/xpcom/io/nsIDirectoryService.idl index 23886badaa02..99c432478260 100644 --- a/xpcom/io/nsIDirectoryService.idl +++ b/xpcom/io/nsIDirectoryService.idl @@ -99,5 +99,3 @@ interface nsIDirectoryService: nsISupports */ void unregisterProvider(in nsIDirectoryServiceProvider prov); }; - - diff --git a/xpcom/io/nsILocalFileWin.idl b/xpcom/io/nsILocalFileWin.idl index 3ea2e8cf392f..a3f80d391b6e 100644 --- a/xpcom/io/nsILocalFileWin.idl +++ b/xpcom/io/nsILocalFileWin.idl @@ -96,4 +96,3 @@ interface nsILocalFileWin : nsIFile [noscript] void setWindowsFileAttributes(in unsigned long aSetAttrs, in unsigned long aClearAttrs); }; - diff --git a/xpcom/threads/nsIEnvironment.idl b/xpcom/threads/nsIEnvironment.idl index aad03191d78e..60da8ba76a63 100644 --- a/xpcom/threads/nsIEnvironment.idl +++ b/xpcom/threads/nsIEnvironment.idl @@ -52,4 +52,3 @@ interface nsIEnvironment : nsISupports */ boolean exists(in AString aName); }; - diff --git a/xpfe/appshell/nsIWindowMediatorListener.idl b/xpfe/appshell/nsIWindowMediatorListener.idl index b30b66996b43..39c2c64ba793 100644 --- a/xpfe/appshell/nsIWindowMediatorListener.idl +++ b/xpfe/appshell/nsIWindowMediatorListener.idl @@ -13,4 +13,3 @@ interface nsIWindowMediatorListener : nsISupports void onOpenWindow(in nsIAppWindow window); void onCloseWindow(in nsIAppWindow window); }; - diff --git a/xpfe/appshell/nsIXULBrowserWindow.idl b/xpfe/appshell/nsIXULBrowserWindow.idl index 8f59a6b51171..9adb4dd5a1dd 100644 --- a/xpfe/appshell/nsIXULBrowserWindow.idl +++ b/xpfe/appshell/nsIXULBrowserWindow.idl @@ -56,4 +56,3 @@ interface nsIXULBrowserWindow : nsISupports */ uint32_t getTabCount(); }; -