Skip to content
Snippets Groups Projects
Commit 1f8d2314 authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Bug 1802288 - remove trailing whitespaces in idl/webidl files...

Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich

Differential Revision: https://phabricator.services.mozilla.com/D165559
parent d8748348
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 20 deletions
......@@ -20,4 +20,3 @@ library ISimpleDOM
interface ISimpleDOMText;
interface ISimpleDOMDocument;
};
......@@ -173,4 +173,3 @@ interface ISimpleDOMNode : IUnknown
[propget] HRESULT language([out, retval] BSTR *language);
}
......@@ -76,4 +76,3 @@ interface ISimpleDOMText: IUnknown
[propget] HRESULT fontFamily([out, retval] BSTR *fontFamily);
};
......@@ -349,4 +349,3 @@ interface nsIAccessible : nsISupports
[notxpcom, nostdcall] InternalAccessible toInternalGeneric();
};
......@@ -28,4 +28,3 @@ interface nsIAccessibleImage : nsISupports
*/
void getImageSize(out long width, out long height);
};
......@@ -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
};
......@@ -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;
......
......@@ -78,4 +78,3 @@ interface nsIAccessibleCoordinateType : nsISupports
*/
const unsigned long COORDTYPE_PARENT_RELATIVE = 0x02;
};
......@@ -13,4 +13,3 @@ library Accessible
interface IEnumVARIANT;
interface IServiceProvider;
};
......@@ -21,4 +21,3 @@ interface nsIGNOMEShellService : nsIShellService
*/
boolean isDefaultForScheme(in AUTF8String aScheme);
};
......@@ -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.
......
......@@ -203,4 +203,3 @@ interface nsIURIFixup : nsISupports
*/
bool isDomainKnown(in AUTF8String aDomain);
};
......@@ -6,4 +6,4 @@
dictionary GrandparentDict {
double someNum;
};
\ No newline at end of file
};
......@@ -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.
......
......@@ -33,7 +33,7 @@ interface URI;
interface MatchPattern {
[Throws]
constructor(DOMString pattern, optional MatchPatternOptions options = {});
/**
* Returns true if the given URI matches the pattern.
*
......
......@@ -29,4 +29,3 @@ namespace PlacesObservers {
[Throws]
undefined notifyListeners(sequence<PlacesEvent> events);
};
......@@ -17,4 +17,4 @@ dictionary PrioParams {
dictionary PrioEncodedData {
Uint8Array a;
Uint8Array b;
};
\ No newline at end of file
};
......@@ -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.
......
......@@ -117,4 +117,3 @@ Arguments to observers "Observe" method are as follows:
in wstring aDummy ); // unused
*/
......@@ -90,4 +90,3 @@ interface nsICommandParams : nsISupports
inline const nsCommandParams* AsCommandParams() const;
%}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment