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

Differential Revision: https://phabricator.services.mozilla.com/D165559
This commit is contained in:
Sylvestre Ledru 2022-12-28 09:52:44 +00:00
Родитель d874834820
Коммит 1f8d23143a
242 изменённых файлов: 101 добавлений и 319 удалений

Просмотреть файл

@ -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;
};
};

Просмотреть файл

@ -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;
};
};

Просмотреть файл

@ -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;
%}
};

Просмотреть файл

@ -50,4 +50,3 @@ interface nsIControllerCommand : nsISupports
void doCommandParams(in string aCommandName, in nsICommandParams aParams, in nsISupports aCommandContext);
};

Просмотреть файл

@ -100,4 +100,3 @@ interface nsIControllerCommandTable : nsISupports
inline const nsControllerCommandTable* AsControllerCommandTable() const;
%}
};

Просмотреть файл

@ -126,4 +126,3 @@ interface nsIEventListenerService : nsISupports
void addListenerChangeListener(in nsIListenerChangeListener aListener);
void removeListenerChangeListener(in nsIListenerChangeListener aListener);
};

Просмотреть файл

@ -184,4 +184,3 @@ interface nsIBrowserDOMWindow : nsISupports
*/
readonly attribute unsigned long tabCount;
};

Просмотреть файл

@ -29,4 +29,3 @@ interface nsIPermissionDelegateHandler : nsISupports
*/
readonly attribute boolean permissionDelegateFPEnabled;
};

Просмотреть файл

@ -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);
/**

Просмотреть файл

@ -21,4 +21,3 @@ interface nsIDOMXULContainerItemElement : nsISupports
interface nsIDOMXULContainerElement : nsIDOMXULContainerItemElement
{
};

Просмотреть файл

@ -17,5 +17,3 @@ interface nsIDOMXULControlElement : nsISupports {
// void focus();
// void blur();
};

Просмотреть файл

@ -21,4 +21,3 @@ interface nsIDOMXULMenuListElement : nsIDOMXULSelectControlElement {
// For editable menu lists only.
readonly attribute Element inputField;
};

Просмотреть файл

@ -19,4 +19,3 @@ interface nsIDOMXULSelectControlElement : nsIDOMXULControlElement {
long getIndexOfItem(in nsIDOMXULSelectControlItemElement item);
Element getItemAtIndex(in long index);
};

Просмотреть файл

@ -26,5 +26,3 @@ interface nsIDOMXULSelectControlItemElement : nsISupports {
// XXX defined in XULElement, but should be defined here
// void doCommand();
};

Просмотреть файл

@ -56,4 +56,3 @@ interface nsITCPSocketCallback : nsISupports {
void updateBufferedAmount(in uint32_t bufferedAmount,
in uint32_t trackingNumber);
};

Просмотреть файл

@ -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.
*/

Просмотреть файл

@ -9,4 +9,3 @@ interface AddonEvent : Event {
dictionary AddonEventInit : EventInit {
required DOMString id;
};

Просмотреть файл

@ -104,4 +104,3 @@ interface AddonManager : EventTarget {
namespace AddonManagerPermissions {
boolean isHostPermitted(DOMString host);
};

Просмотреть файл

@ -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;

Просмотреть файл

@ -17,4 +17,3 @@ interface AudioDestinationNode : AudioNode {
readonly attribute unsigned long maxChannelCount;
};

Просмотреть файл

@ -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);
};

Просмотреть файл

@ -73,4 +73,3 @@ interface mixin AudioNodePassThrough {
[ChromeOnly]
attribute boolean passThrough;
};

Просмотреть файл

@ -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<float> 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);

Просмотреть файл

@ -20,4 +20,3 @@ dictionary AudioParamDescriptor {
// implemented
// AutomationRate automationRate = "a-rate";
};

Просмотреть файл

@ -22,4 +22,3 @@ interface AudioProcessingEvent : Event {
readonly attribute AudioBuffer outputBuffer;
};

Просмотреть файл

@ -51,4 +51,3 @@ interface BiquadFilterNode : AudioNode {
// Mozilla extension
BiquadFilterNode includes AudioNodePassThrough;

Просмотреть файл

@ -48,4 +48,3 @@ partial interface Blob {
[ChromeOnly]
readonly attribute DOMString blobImplType;
};

Просмотреть файл

@ -21,4 +21,3 @@ interface ChannelSplitterNode : AudioNode {
constructor(BaseAudioContext context,
optional ChannelSplitterOptions options = {});
};

Просмотреть файл

@ -34,4 +34,3 @@ enum ClientType {
"serviceworker",
"all"
};

Просмотреть файл

@ -30,4 +30,3 @@ interface ConvolverNode : AudioNode {
// Mozilla extension
ConvolverNode includes AudioNodePassThrough;

Просмотреть файл

@ -47,4 +47,3 @@ interface DOMParser {
[Func="IsChromeOrUAWidget"]
undefined forceEnableDTD();
};

Просмотреть файл

@ -166,7 +166,7 @@ partial interface DataTransfer {
[ChromeOnly]
readonly attribute DOMString mozTriggeringPrincipalURISpec;
[ChromeOnly]
[ChromeOnly]
readonly attribute ContentSecurityPolicy? mozCSP;
/**

Просмотреть файл

@ -27,4 +27,3 @@ interface DelayNode : AudioNode {
// Mozilla extension
DelayNode includes AudioNodePassThrough;

Просмотреть файл

@ -37,4 +37,3 @@ interface DynamicsCompressorNode : AudioNode {
// Mozilla extension
DynamicsCompressorNode includes AudioNodePassThrough;

Просмотреть файл

@ -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<any> p);

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -46,4 +46,3 @@ dictionary FakePluginMimeEntry {
DOMString description = "";
DOMString extension = "";
};

Просмотреть файл

@ -13,7 +13,7 @@
[Exposed=(DedicatedWorker,SharedWorker)]
interface FileReaderSync {
constructor();
// Synchronously return strings
[Throws]

Просмотреть файл

@ -20,7 +20,7 @@ interface FileSystemHandle {
Promise<undefined> move(FileSystemDirectoryHandle parent);
[NewObject]
Promise<undefined> move(FileSystemDirectoryHandle parent, USVString name);
[NewObject]
Promise<boolean> isSameEntry(FileSystemHandle other);
};

Просмотреть файл

@ -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;

Просмотреть файл

@ -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.

Просмотреть файл

@ -26,4 +26,3 @@ interface GainNode : AudioNode {
// Mozilla extension
GainNode includes AudioNodePassThrough;

Просмотреть файл

@ -55,4 +55,4 @@ interface GamepadServiceTest
Promise<unsigned long> newTouch(unsigned long index, unsigned long aTouchArrayIndex,
unsigned long touchId, octet surfaceId,
Float32Array position, Float32Array? surfaceDimension);
};
};

Просмотреть файл

@ -16,4 +16,3 @@
interface HTMLAudioElement : HTMLMediaElement {
[HTMLConstructor] constructor();
};

Просмотреть файл

@ -21,4 +21,3 @@ interface HTMLBaseElement : HTMLElement {
[CEReactions, SetterThrows, Pure]
attribute DOMString target;
};

Просмотреть файл

@ -19,4 +19,3 @@ interface HTMLDirectoryElement : HTMLElement {
[CEReactions, SetterThrows, Pure]
attribute boolean compact;
};

Просмотреть файл

@ -16,4 +16,3 @@
interface HTMLHeadElement : HTMLElement {
[HTMLConstructor] constructor();
};

Просмотреть файл

@ -35,4 +35,3 @@ interface HTMLMarqueeElement : HTMLElement {
undefined start();
undefined stop();
};

Просмотреть файл

@ -19,4 +19,3 @@ interface HTMLQuoteElement : HTMLElement {
[CEReactions, SetterThrows, Pure]
attribute DOMString cite;
};

Просмотреть файл

@ -15,4 +15,3 @@ interface HTMLTemplateElement : HTMLElement {
readonly attribute DocumentFragment content;
};

Просмотреть файл

@ -65,4 +65,3 @@ interface IDBObjectStore {
[Throws]
undefined deleteIndex (DOMString indexName);
};

Просмотреть файл

@ -23,4 +23,3 @@ interface IDBVersionChangeEvent : Event {
[Constant] readonly attribute unsigned long long oldVersion;
[Constant] readonly attribute unsigned long long? newVersion;
};

Просмотреть файл

@ -33,4 +33,3 @@ interface ImageCaptureError {
readonly attribute unsigned short code;
readonly attribute DOMString message;
};

Просмотреть файл

@ -39,4 +39,3 @@ dictionary DhKeyAlgorithm : KeyAlgorithm {
required Uint8Array prime;
required Uint8Array generator;
};

Просмотреть файл

@ -10,4 +10,3 @@
interface mixin LinkStyle {
[BinaryName="sheetForBindings"] readonly attribute StyleSheet? sheet;
};

Просмотреть файл

@ -12,4 +12,3 @@
interface MIDIInput : MIDIPort {
attribute EventHandler onmidimessage;
};

Просмотреть файл

@ -14,7 +14,7 @@ interface MIDIMessageEvent : Event
{
[Throws]
constructor(DOMString type, optional MIDIMessageEventInit eventInitDict = {});
[Throws]
readonly attribute Uint8Array data;
};

Просмотреть файл

@ -39,4 +39,3 @@ interface MIDIPort : EventTarget {
[Throws]
Promise<MIDIPort> close();
};

Просмотреть файл

@ -25,4 +25,3 @@ interface MediaElementAudioSourceNode : AudioNode {
// Mozilla extensions
MediaElementAudioSourceNode includes AudioNodePassThrough;

Просмотреть файл

@ -26,4 +26,3 @@ interface MediaStreamAudioSourceNode : AudioNode {
// Mozilla extensions
MediaStreamAudioSourceNode includes AudioNodePassThrough;

Просмотреть файл

@ -10,7 +10,7 @@
[Exposed=(Window,Worker)]
interface MessageEvent : Event {
constructor(DOMString type, optional MessageEventInit eventInitDict = {});
/**
* Custom data associated with this event.
*/

Просмотреть файл

@ -137,4 +137,3 @@ partial interface MouseEvent
[ChromeOnly]
boolean clickEventPrevented();
};

Просмотреть файл

@ -42,4 +42,3 @@ interface OffscreenCanvas : EventTarget {
Promise<Blob> toBlob(optional DOMString type = "",
optional any encoderOptions);
};

Просмотреть файл

@ -82,4 +82,3 @@ interface PannerNode : AudioNode {
// Mozilla extension
PannerNode includes AudioNodePassThrough;

Просмотреть файл

@ -124,7 +124,7 @@ interface PeerConnectionImpl {
[Throws]
Promise<any> chain(ChainedOperation op);
undefined updateNegotiationNeeded();
undefined updateNegotiationNeeded();
boolean createdSender(RTCRtpSender sender);
};

Просмотреть файл

@ -22,4 +22,3 @@ interface PerformanceObserverEntryList {
PerformanceEntryList getEntriesByName(DOMString name,
optional DOMString entryType);
};

Просмотреть файл

@ -63,4 +63,3 @@ dictionary RTCIdentityProviderOptions {
DOMString usernameHint;
DOMString peerIdentity;
};

Просмотреть файл

@ -38,4 +38,3 @@ interface RTCPeerConnectionStatic {
undefined registerPeerConnectionLifecycleCallback(
PeerConnectionLifecycleCallback cb);
};

Просмотреть файл

@ -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<RTCRtpHeaderExtensionParameters> headerExtensions;
RTCRtcpParameters rtcp;
sequence<RTCRtpCodecParameters> codecs;

Просмотреть файл

@ -48,4 +48,3 @@ interface RTCRtpTransceiver {
[ChromeOnly]
boolean hasBeenUsedToSend();
};

Просмотреть файл

@ -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;

Просмотреть файл

@ -34,4 +34,3 @@ interface SVGAElement : SVGGraphicsElement {
};
SVGAElement includes SVGURIReference;

Просмотреть файл

@ -33,4 +33,3 @@ interface SVGAngle {
[Throws]
undefined convertToSpecifiedUnits(unsigned short unitType);
};

Просмотреть файл

@ -13,4 +13,3 @@
[Exposed=Window]
interface SVGAnimateElement : SVGAnimationElement {
};

Просмотреть файл

@ -13,4 +13,3 @@
[Exposed=Window]
interface SVGAnimateMotionElement : SVGAnimationElement {
};

Просмотреть файл

@ -13,4 +13,3 @@
[Exposed=Window]
interface SVGAnimateTransformElement : SVGAnimationElement {
};

Просмотреть файл

@ -17,4 +17,3 @@ interface SVGAnimatedAngle {
[Constant]
readonly attribute SVGAngle animVal;
};

Просмотреть файл

@ -15,4 +15,3 @@ interface SVGAnimatedBoolean {
attribute boolean baseVal;
readonly attribute boolean animVal;
};

Просмотреть файл

@ -17,4 +17,3 @@ interface SVGAnimatedLength {
[Constant]
readonly attribute SVGLength animVal;
};

Просмотреть файл

@ -17,4 +17,3 @@ interface SVGAnimatedLengthList {
[Constant]
readonly attribute SVGLengthList animVal;
};

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше