mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 8048f22347eb (bug 802366)
This commit is contained in:
parent
d75eb03310
commit
878be74d6e
@ -53,11 +53,10 @@ interface nsIDocShellTreeItem : nsIDocShellTreeNode
|
||||
readonly attribute nsIDocShellTreeItem parent;
|
||||
|
||||
/*
|
||||
This getter returns the same thing parent does however if the parent
|
||||
is of a different itemType, or if the parent is an <iframe mozbrowser>
|
||||
or <iframe mozapp>, it will instead return nullptr. This call is a
|
||||
convience function for those wishing to not cross the boundaries at
|
||||
which item types change.
|
||||
This is call returns the same thing parent does however if the parent is
|
||||
of a different itemType, it will instead return nullptr. This call is a
|
||||
convience function for those wishing to not cross the boundaries at which
|
||||
item types change.
|
||||
*/
|
||||
readonly attribute nsIDocShellTreeItem sameTypeParent;
|
||||
|
||||
|
@ -78,7 +78,7 @@ interface nsILoadContext : nsISupports
|
||||
%}
|
||||
|
||||
/**
|
||||
* Returns true iff the load is occurring inside a browser element.
|
||||
* Returns true iif the load is occurring inside a browser element.
|
||||
*/
|
||||
readonly attribute boolean isInBrowserElement;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user