зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d874834820
Коммит
1f8d23143a
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
@ -203,4 +203,3 @@ interface nsIURIFixup : nsISupports
|
|||
*/
|
||||
bool isDomainKnown(in AUTF8String aDomain);
|
||||
};
|
||||
|
||||
|
|
|
@ -29,4 +29,3 @@ namespace PlacesObservers {
|
|||
[Throws]
|
||||
undefined notifyListeners(sequence<PlacesEvent> events);
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@ interface DelayNode : AudioNode {
|
|||
|
||||
// Mozilla extension
|
||||
DelayNode includes AudioNodePassThrough;
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ interface DynamicsCompressorNode : AudioNode {
|
|||
|
||||
// Mozilla extension
|
||||
DynamicsCompressorNode includes AudioNodePassThrough;
|
||||
|
||||
|
|
|
@ -46,4 +46,3 @@ dictionary FakePluginMimeEntry {
|
|||
DOMString description = "";
|
||||
DOMString extension = "";
|
||||
};
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@ interface GainNode : AudioNode {
|
|||
|
||||
// Mozilla extension
|
||||
GainNode includes AudioNodePassThrough;
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
@ -48,4 +48,3 @@ interface RTCRtpTransceiver {
|
|||
[ChromeOnly]
|
||||
boolean hasBeenUsedToSend();
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ interface SVGAnimatedNumberList {
|
|||
[Constant]
|
||||
readonly attribute SVGNumberList animVal;
|
||||
};
|
||||
|
||||
|
|
|
@ -16,4 +16,3 @@ interface mixin SVGAnimatedPathData {
|
|||
[Pref="dom.svg.pathSeg.enabled"]
|
||||
readonly attribute SVGPathSegList animatedPathSegList;
|
||||
};
|
||||
|
||||
|
|
|
@ -16,4 +16,3 @@ interface mixin SVGAnimatedPoints {
|
|||
[Constant]
|
||||
readonly attribute SVGPointList animatedPoints;
|
||||
};
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ interface SVGAnimatedPreserveAspectRatio {
|
|||
[Constant]
|
||||
readonly attribute SVGPreserveAspectRatio animVal;
|
||||
};
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ interface SVGAnimatedTransformList {
|
|||
[Constant]
|
||||
readonly attribute SVGTransformList animVal;
|
||||
};
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ interface SVGAnimationElement : SVGElement {
|
|||
};
|
||||
|
||||
SVGAnimationElement includes SVGTests;
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@ interface SVGCircleElement : SVGGeometryElement {
|
|||
[Constant]
|
||||
readonly attribute SVGAnimatedLength r;
|
||||
};
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ interface SVGClipPathElement : SVGElement {
|
|||
[Constant]
|
||||
readonly attribute SVGAnimatedTransformList transform;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@
|
|||
[Exposed=Window]
|
||||
interface SVGDefsElement : SVGGraphicsElement {
|
||||
};
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@
|
|||
[Exposed=Window]
|
||||
interface SVGDescElement : SVGElement {
|
||||
};
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ interface SVGEllipseElement : SVGGeometryElement {
|
|||
[Constant]
|
||||
readonly attribute SVGAnimatedLength ry;
|
||||
};
|
||||
|
||||
|
|
|
@ -29,4 +29,3 @@ interface SVGFilterElement : SVGElement {
|
|||
};
|
||||
|
||||
SVGFilterElement includes SVGURIReference;
|
||||
|
||||
|
|
|
@ -16,4 +16,3 @@ interface mixin SVGFitToViewBox {
|
|||
[Constant]
|
||||
readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
||||
};
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ interface SVGForeignObjectElement : SVGGraphicsElement {
|
|||
[Constant]
|
||||
readonly attribute SVGAnimatedLength height;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@
|
|||
[Exposed=Window]
|
||||
interface SVGGElement : SVGGraphicsElement {
|
||||
};
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ interface SVGImageElement : SVGGraphicsElement {
|
|||
|
||||
SVGImageElement includes MozImageLoadingContent;
|
||||
SVGImageElement includes SVGURIReference;
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ interface SVGLineElement : SVGGeometryElement {
|
|||
[Constant]
|
||||
readonly attribute SVGAnimatedLength y2;
|
||||
};
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@ interface SVGMPathElement : SVGElement {
|
|||
};
|
||||
|
||||
SVGMPathElement includes SVGURIReference;
|
||||
|
||||
|
|
|
@ -45,4 +45,3 @@ interface SVGMarkerElement : SVGElement {
|
|||
};
|
||||
|
||||
SVGMarkerElement includes SVGFitToViewBox;
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ interface SVGMaskElement : SVGElement {
|
|||
[Constant]
|
||||
readonly attribute SVGAnimatedLength height;
|
||||
};
|
||||
|
||||
|
|
|
@ -49,4 +49,3 @@ interface SVGMatrix {
|
|||
[NewObject, Throws]
|
||||
SVGMatrix skewY(float angle);
|
||||
};
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@
|
|||
[Exposed=Window]
|
||||
interface SVGMetadataElement : SVGElement {
|
||||
};
|
||||
|
||||
|
|
|
@ -16,4 +16,3 @@ interface SVGPathElement : SVGGeometryElement {
|
|||
};
|
||||
|
||||
SVGPathElement includes SVGAnimatedPathData;
|
||||
|
||||
|
|
|
@ -252,4 +252,3 @@ interface SVGPathSegCurvetoQuadraticSmoothRel : SVGPathSeg {
|
|||
[SetterThrows]
|
||||
attribute float y;
|
||||
};
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ interface SVGPoint {
|
|||
[NewObject, Throws]
|
||||
SVGPoint matrixTransform(optional DOMMatrix2DInit matrix = {});
|
||||
};
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@ interface SVGPolygonElement : SVGGeometryElement {
|
|||
};
|
||||
|
||||
SVGPolygonElement includes SVGAnimatedPoints;
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@ interface SVGPolylineElement : SVGGeometryElement {
|
|||
};
|
||||
|
||||
SVGPolylineElement includes SVGAnimatedPoints;
|
||||
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче