mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
Added an attribute to get the primaryContentShell. r=hyatt
This commit is contained in:
parent
cdf1f2534f
commit
2758e8ca23
@ -55,6 +55,11 @@ interface nsIDocShellTreeOwner : nsISupports
|
||||
void contentShellAdded(in nsIDocShellTreeItem aContentShell,
|
||||
in boolean aPrimary, in wstring aID);
|
||||
|
||||
/*
|
||||
Returns the Primary Content Shell
|
||||
*/
|
||||
readonly attribute nsIDocShellTreeItem primaryContentShell;
|
||||
|
||||
/*
|
||||
Tells the implementer of this interface to create a new webBrowserChrome
|
||||
object for it. Typically this means the implemetor will create a new
|
||||
|
Loading…
x
Reference in New Issue
Block a user