From e26a07a1a94dfdddece96e8bfe01d015f9ca7a4e Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Tue, 18 Jul 2006 17:50:40 +0000 Subject: [PATCH] 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 --- .../components/places/public/nsINavHistoryService.idl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mozilla/toolkit/components/places/public/nsINavHistoryService.idl b/mozilla/toolkit/components/places/public/nsINavHistoryService.idl index 836aaeeae8f..fb1c1e7dbcf 100644 --- a/mozilla/toolkit/components/places/public/nsINavHistoryService.idl +++ b/mozilla/toolkit/components/places/public/nsINavHistoryService.idl @@ -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; }; /**