freezing interface for 1.0. bug 136275 r=chak,rpotts a=valeski

git-svn-id: svn://10.0.0.236/trunk@118641 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
2002-04-10 21:20:10 +00:00
parent 61f9233ff4
commit ca3f288dcc

View File

@@ -14,17 +14,20 @@
* The Initial Developer of the Original Code is Netscape
* Communications, Inc. Portions created by Netscape are
* Copyright (C) 2001, Mozilla. All Rights Reserved.
* Copyright (C) 2001,2002 Mozilla. All Rights Reserved.
* Contributor(s):
*/
/*
nsIWindowCreator is a callback interface used by Gecko to create
new browser windows. The application, which could be Mozilla or
an embedding app, must provide an implementation to the Window Watcher
component.
*/
/**
* nsIWindowCreator is a callback interface used by Gecko to create
* new browser windows. The application, either Mozilla or an embedding app,
* must provide an implementation of the Window Watcher component and
* notify the WindowWatcher during application initialization.
* @see nsIWindowWatcher
*
* @status FROZEN
*/
#include "nsISupports.idl"