Adding support for actual tracking of web shell information so that web shells

can be identified later on during parsing and can have the correct URLs loaded
into them.


git-svn-id: svn://10.0.0.236/trunk@28104 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-04-19 22:05:49 +00:00
parent 872a96da5a
commit 414f707eed
2 changed files with 52 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class nsIStreamObserver;
class nsIWidget;
class nsIWidgetController;
class nsIXULWindowCallbacks;
class nsVoidArray;
class nsWebShellWindow : public nsIWebShellWindow,
public nsIWebShellContainer,
@@ -233,6 +234,9 @@ protected:
nsVoidArray mMenuDelegates;
nsVoidArray* mContentShells; // Tracks an array of information about new shells that will be
// created as the XUL file for this window loads.
private:
static void * HandleModalDialogEvent(PLEvent *aEvent);