dom/public/idl/base/nsIDOMWindowInternal.idl - Revision 1.11

There were 2 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

dom/public/idl/base/nsIDOMWindowInternal.idl,1.11
.
Disk File
Skipping to line 42. 
 
.
 
interface nsISidebar;
.
interface nsISidebar;
interface nsIPrompt;
.
interface nsIPrompt;
interface nsIControllers;
.
interface nsIControllers;
interface nsIDOMLocation;
.
interface nsIDOMLocation;
 
.
interface nsIPrintSettings;
 
.
 
 
.
 
[scriptable, uuid(9c911860-7dd9-11d4-9a83-000064657374)]
.
[scriptable, uuid(9c911860-7dd9-11d4-9a83-000064657374)]
interface nsIDOMWindowInternal : nsIDOMWindow
.
interface nsIDOMWindowInternal : nsIDOMWindow
{
.
{
Skipping to line 129. 
  void                      back();
.
  void                      back();
  void                      forward();
.
  void                      forward();
  void                      home();
.
  void                      home();
  void                      stop();
.
  void                      stop();
 
.
 
  void                      print();
.
  void                      print(in nsIPrintSettings aPrintSettings);
  void                      printPreview();
.
  void                      printPreview(in nsIPrintSettings aPrintSettings);
 
.
 
  void                      moveTo(in long xPos, in long yPos);
.
  void                      moveTo(in long xPos, in long yPos);
  void                      moveBy(in long xDif, in long yDif);
.
  void                      moveBy(in long xDif, in long yDif);
  void                      resizeTo(in long width, in long height);
.
  void                      resizeTo(in long width, in long height);
  void                      resizeBy(in long widthDif, in long heightDif);
.
  void                      resizeBy(in long widthDif, in long heightDif);