Comment change...

git-svn-id: svn://10.0.0.236/trunk@108798 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com 2001-11-22 06:12:20 +00:00
parent 19db6dc154
commit e3719284dd
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -88,6 +88,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow
/* [replaceable] controllers */
readonly attribute nsIControllers controllers;
attribute nsIDOMWindowInternal opener;
/* [replaceable] */
attribute DOMString status;
attribute DOMString defaultStatus;
@ -96,6 +98,8 @@ interface nsIDOMWindowInternal : nsIDOMWindow
readonly attribute nsIDOMLocation location;
attribute DOMString title;
/* [replaceable] */
attribute long innerWidth;
attribute long innerHeight;
attribute long outerWidth;