Fix for 81575, Implement a new find in history dialog. This replaces the ugly old dual Bookmarks/History search, which had problems.

- Duplicate bookmarks find dialog code (since it's so small it's not worth factoring)
- Make the history window know how to root its tree on a given URI
- Add Find in History dialog XUL, JS, etc


git-svn-id: svn://10.0.0.236/trunk@205150 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2006-07-29 04:35:19 +00:00
parent 1ffbe687e0
commit 93d15affa2

View File

@@ -34,7 +34,7 @@
<!DOCTYPE window SYSTEM "chrome://communicator/locale/history/history.dtd" >
<window title="&historyWindowTitle.label;" id="bookmark-window"
<window title="&historyWindowTitle.label;" id="history-window"
onload="HistoryInit();"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="500" height="400"
@@ -56,7 +56,7 @@
commandupdater="true"
events="select"
oncommandupdate="updateHistoryCommands()"/>
<command id="cmd_searchHistory" oncommand="window.openDialog('chrome://communicator/content/bookmarks/bm-find.xul', 'FindBookmarksWindow', 'dialog=no,close,chrome,resizable', 'history');"/>
<command id="cmd_searchHistory" oncommand="window.openDialog('chrome://communicator/content/history/findHistory.xul', 'FindHistoryWindow', 'dialog=no,centerscreen,resizable=no,chrome,dependent');"/>
<!-- File Menu -->
<command id="cmd_newNavigator"/>