Loading dom/public/idl/base/nsIDOMWindow.idl +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ interface nsIDOMWindow : nsISupports [noscript] readonly attribute nsIDOMWindowCollection frames; /* XXX: Shouldn't name be replaceable? */ /* [replaceable] */ attribute DOMString name; readonly attribute long scrollX; readonly attribute long scrollY; Loading dom/public/idl/base/nsIDOMWindowInternal.idl +4 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow /* [replaceable] controllers */ readonly attribute nsIControllers controllers; attribute nsIDOMWindowInternal opener; /* [replaceable] */ attribute DOMString status; attribute DOMString defaultStatus; Loading @@ -96,6 +98,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow readonly attribute nsIDOMLocation location; attribute DOMString title; /* [replaceable] */ attribute long innerWidth; attribute long innerHeight; attribute long outerWidth; Loading Loading
dom/public/idl/base/nsIDOMWindow.idl +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ interface nsIDOMWindow : nsISupports [noscript] readonly attribute nsIDOMWindowCollection frames; /* XXX: Shouldn't name be replaceable? */ /* [replaceable] */ attribute DOMString name; readonly attribute long scrollX; readonly attribute long scrollY; Loading
dom/public/idl/base/nsIDOMWindowInternal.idl +4 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow /* [replaceable] controllers */ readonly attribute nsIControllers controllers; attribute nsIDOMWindowInternal opener; /* [replaceable] */ attribute DOMString status; attribute DOMString defaultStatus; Loading @@ -96,6 +98,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow readonly attribute nsIDOMLocation location; attribute DOMString title; /* [replaceable] */ attribute long innerWidth; attribute long innerHeight; attribute long outerWidth; Loading