зеркало из https://github.com/mozilla/pjs.git
Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor
This commit is contained in:
Родитель
178c3ac0e0
Коммит
3d5587f310
|
@ -64,6 +64,11 @@ interface nsIBrowserHistory : nsIGlobalHistory2
|
|||
*/
|
||||
readonly attribute PRUint32 count;
|
||||
|
||||
/**
|
||||
* remove a page from history
|
||||
*/
|
||||
void removePage(in string aURI);
|
||||
|
||||
/**
|
||||
* removePagesFromHost
|
||||
* Remove all pages from the given host.
|
||||
|
|
Загрузка…
Ссылка в новой задаче