зеркало из https://github.com/mozilla/gecko-dev.git
add methods to track whether window was opened as a popup. bug 197919 r=bryner,jst
This commit is contained in:
Родитель
865ea79700
Коммит
bde0b60e2a
|
@ -92,6 +92,8 @@ public:
|
|||
NS_IMETHOD SetFrameElementInternal(nsIDOMElement* aFrameElement) = 0;
|
||||
|
||||
NS_IMETHOD IsLoadingOrRunningTimeout(PRBool* aResult) = 0;
|
||||
NS_IMETHOD IsPopupSpamWindow(PRBool *aResult) = 0;
|
||||
NS_IMETHOD SetPopupSpamWindow(PRBool aPopup) = 0;
|
||||
|
||||
NS_IMETHOD SetOpenerScriptURL(nsIURI* aURI) = 0;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче