Commit fcb3db43 authored by jst%netscape.com's avatar jst%netscape.com
Browse files

Comment change...

parent b1e18f1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+4 −0
Original line number Diff line number Diff line
@@ -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;