more work on selection saving across view reloading, also as part of 317633 store txmgr on history service for global txn stack. r=brettw for that NPOB

Original committer: beng%bengoodger.com
Original revision: 1.14
Original date: 2005/12/01 00:09:28
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:42:38 +00:00
Родитель aafcd90c12
Коммит 30e3e0d0bb
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -42,6 +42,7 @@
interface nsINavHistoryQuery;
interface nsINavHistoryQueryOptions;
interface nsITransactionManager;
interface nsITreeColumn;
[scriptable, uuid(acae2b2d-5fcd-4419-b1bc-b7dc92a1836c)]
@ -634,4 +635,10 @@ interface nsINavHistory : nsISupports
* done changing. Should match beginUpdateBatch or bad things will happen.
*/
void endUpdateBatch();
/**
* The Transaction Manager for edit operations performed on History and
* Bookmark items.
*/
readonly attribute nsITransactionManager transactionManager;
};