gecko-dev/camino
smfr%smfr.org 7473e0fffe Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this.
Fix bug 285339 (progressive slowdown with more tabs) by releasing all the nib members of the BookmarksEditing nib when closing tabs.
Delay loading the bookmarks editing nib until bookmarks are shown, making new tab creation faster.
When creating a bookmark when bookmarks are showing, use the previous page as the bookmark by looking back in session history.
Save the state of the history folders for a given bookmarks view.
Fix bug 247543 (remember last used Add Bookmark folder across windows).
Change [BookmarkItem description] to [BookmarkItem itemDescription] because -description should be reserved.
When creating a new folder deep in bookmarks, expand all parent folders so that the new folder is visible.
Rename various "add bookmark" methods so that they are all consistent (allowing us to write to FirstResponder when appropriate).
2005-03-10 18:10:23 +00:00
..
Camino.xcode Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this. 2005-03-10 18:10:23 +00:00
PreferencePanes Fix build error. 2005-03-06 06:42:36 +00:00
config Bug 272189 - enable crypto by default, and make the list of default extensions app-specific r=darin a=mitchell 2004-12-01 13:02:07 +00:00
docs remove blurb about prebinding on 10.3 since we no longer do it 2004-11-03 15:06:28 +00:00
resources Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this. 2005-03-10 18:10:23 +00:00
src Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this. 2005-03-10 18:10:23 +00:00
.cvsignore Remove static makefile; you need to be using camino.mk to build. 2003-07-08 21:14:37 +00:00
Info-AddressBookManager.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-AppearancePrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-Camino.plist update copyright stuff b=279815 sr=pinkerton 2005-01-31 21:29:38 +00:00
Info-CaminoStatic.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-DownloadsPrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-HistoryPrefPane.plist add file for history pref pane that I forgot 2005-01-18 23:45:52 +00:00
Info-NavigationPrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-PersonalPrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-PrivacyPrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-SecurityPrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-TabsPrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Info-WebFeaturesPrefPane.plist Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
Makefile.in When copying the project in an objdir build, don't copy over the foo.model and foo.pbxuser files, because doing that overwrites breakpoints and project state in the objdir project (which you use for debugging). 2005-02-27 22:15:40 +00:00