зеркало из https://github.com/mozilla/pjs.git
OnEndDocumentLoad() now has a handle to the caller in the argument list. Need it
for session History
This commit is contained in:
Родитель
6672608b32
Коммит
f78756d044
|
@ -50,7 +50,8 @@ public:
|
|||
/**
|
||||
* Notify the observer that a document has been completely loaded.
|
||||
*/
|
||||
NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader, nsIURL *aUrl, PRInt32 aStatus) = 0;
|
||||
NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader, nsIURL *aUrl, PRInt32 aStatus,
|
||||
nsIDocumentLoaderObserver * aObserver) = 0;
|
||||
|
||||
/**
|
||||
* Notify the observer that the specified nsIURL has just started to load.
|
||||
|
|
Загрузка…
Ссылка в новой задаче