зеркало из https://github.com/mozilla/pjs.git
Comment change...
This commit is contained in:
Родитель
d59cddf715
Коммит
b6f3487faf
|
@ -57,7 +57,7 @@ interface nsIDOMWindow : nsISupports
|
||||||
|
|
||||||
[noscript] readonly attribute nsIDOMWindowCollection frames;
|
[noscript] readonly attribute nsIDOMWindowCollection frames;
|
||||||
|
|
||||||
/* XXX: Shouldn't name be replaceable? */
|
/* [replaceable] */
|
||||||
attribute DOMString name;
|
attribute DOMString name;
|
||||||
readonly attribute long scrollX;
|
readonly attribute long scrollX;
|
||||||
readonly attribute long scrollY;
|
readonly attribute long scrollY;
|
||||||
|
|
|
@ -88,6 +88,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow
|
||||||
/* [replaceable] controllers */
|
/* [replaceable] controllers */
|
||||||
readonly attribute nsIControllers controllers;
|
readonly attribute nsIControllers controllers;
|
||||||
attribute nsIDOMWindowInternal opener;
|
attribute nsIDOMWindowInternal opener;
|
||||||
|
|
||||||
|
/* [replaceable] */
|
||||||
attribute DOMString status;
|
attribute DOMString status;
|
||||||
attribute DOMString defaultStatus;
|
attribute DOMString defaultStatus;
|
||||||
|
|
||||||
|
@ -96,6 +98,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow
|
||||||
readonly attribute nsIDOMLocation location;
|
readonly attribute nsIDOMLocation location;
|
||||||
attribute DOMString title;
|
attribute DOMString title;
|
||||||
|
|
||||||
|
|
||||||
|
/* [replaceable] */
|
||||||
attribute long innerWidth;
|
attribute long innerWidth;
|
||||||
attribute long innerHeight;
|
attribute long innerHeight;
|
||||||
attribute long outerWidth;
|
attribute long outerWidth;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче