From ca3f288dccde6bbc465b5ed4d08ea3aa775817a2 Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Wed, 10 Apr 2002 21:20:10 +0000 Subject: [PATCH] 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 --- mozilla/embedding/base/nsIWindowCreator.idl | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/mozilla/embedding/base/nsIWindowCreator.idl b/mozilla/embedding/base/nsIWindowCreator.idl index 90e36ca686a..3b134a08b92 100644 --- a/mozilla/embedding/base/nsIWindowCreator.idl +++ b/mozilla/embedding/base/nsIWindowCreator.idl @@ -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"