317633 - undo/redo for Places. Make sure the various transactions work better - e.g. folder undo should save a list of its child nodes for restoration. Also ensure that bookmark edits done in the places tab aren't undone when another tab is selected and Ctrl+Z hit by implementing a transaction manager in the browser window that filters out places-tab transactions if the places tab isn't selected. Make the goDo*Command utility functions in globalOverlay.js consult the window looking for applicable controllers, not just the focused element. r=sullivan. Also 320085 - search menu keybindings for places: allow find bar to be turned off using a state variable, which prevents the opening of the strip but fires an event which other applications like places can listen to: 'find-activated'.

Original committer: beng%bengoodger.com
Original revision: 1.34
Original date: 2006/01/31 17:59:54


git-svn-id: svn://10.0.0.236/trunk@202880 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:50:40 +00:00
parent 0550848581
commit e26a07a1a9

View File

@ -46,7 +46,6 @@ interface nsINavHistoryQueryResultNode;
interface nsINavHistoryFolderResultNode;
interface nsINavHistoryQuery;
interface nsINavHistoryQueryOptions;
interface nsITransactionManager;
interface nsITreeColumn;
interface nsIWritablePropertyBag;
@ -1060,12 +1059,6 @@ interface nsINavHistoryService : 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;
};
/**