Added code to tell the window mediator about title changes and to post fix titles with a XUL attribute

git-svn-id: svn://10.0.0.236/trunk@32241 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
davidm%netscape.com 1999-05-19 03:04:39 +00:00
parent 2b320c95a5
commit 30d38944c3

View File

@ -27,7 +27,7 @@
class nsIWebShell;
class nsIWidget;
class nsString;
class nsIDOMWindow;
// Interface ID for nsIWebShellWindow
#define NS_IWEBSHELL_WINDOW_IID \
{ 0x28dce479, 0xbf73, 0x11d2, { 0x96, 0xc8, 0x0, 0x60, 0xb0, 0xfb, 0x99, 0x56}}
@ -42,6 +42,7 @@ public:
NS_IMETHOD Close() = 0;
NS_IMETHOD GetWebShell(nsIWebShell *& aWebShell) = 0;
NS_IMETHOD GetWidget(nsIWidget *& aWidget) = 0;
NS_IMETHOD ConvertWebShellToDOMWindow(nsIWebShell* aShell, nsIDOMWindow** aDOMWindow) = 0;
NS_IMETHOD AddWebShellInfo(const nsString& aID, nsIWebShell* aChildShell) = 0;