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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user