Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor

This commit is contained in:
mconnor@myrealbox.com 2007-06-21 12:55:31 -07:00
Родитель 178c3ac0e0
Коммит 3d5587f310
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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.