Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
smfr%smfr.org 7f428391f2 Landing changes by Bruce Davidson <Bruce.Davidson@iplbath.com> to get Cut/Copy/Paste to work for bookmarks (bug 155484), and to fix the pasteboard string identifiers in the code (bug 287118). I made three changes to the patch:
Change CHBrowserView to no longer accept bookmark types (kCaminoBookmarkListPBoardType, kWebURLsWithTitlesPboardType), because gecko can't handle them. Instead, a parent view will now handle the drop (and correctly load tabs etc).

NSPastboard+Utils
-containsURLData changed to test for a scheme on the NSURL. Otherwise, any random text would be accepted as url data.

BookmarkViewController:
-pasteBookmarks:intoFolder:index:copying fixed to keep an array of newly created bookmark items when copying, so we can correctly reveal those new items.
2005-04-13 05:35:27 +00:00
joshmoz%gmail.com abbab39214 another fix for tab bar dragging. b=269995 sr=pinkerton 2005-03-06 02:18:37 +00:00
pinkerton%aol.net 2f540e3d7f sometimes mDragDest wasn't set, causing crashes or drags to be ignored when
dragging to the tab bar (bug 269995, 269994)
2005-03-05 22:07:45 +00:00
gerv%gerv.net 1dc8a1c9a4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
joshmoz%gmail.com 4b0f3388d3 show mouse feedback on copy of bookmark b=272254 sr=pinkerton 2005-01-31 20:55:54 +00:00
smfr%smfr.org 5256dec3f1 Camino history rewrite, and associated changes:
1. Move bookmarks and history UI into their own nib file, BookmarksEditing.nib
2. Rewrite history in camino to no longer use RDF, but a simple new API on top of the mork DB, implemented in nsSimpleGlobalHistory, that lets you iterate history items. All the tree building is now done in Cocoa (bug 276733), which makes it much faster.
3. Implement quicksearch for bookmarks and history, removing the 'results' panel from the UI and just showing the results inline (bug 174899, bug 276734).
4. Sundry code cleanup and warning fixes.
r=pinkerton/josh.
2005-01-16 02:51:53 +00:00
joshmoz%gmail.com 28e30bc535 comment fix for bug 262815 2004-12-01 21:23:31 +00:00
joshmoz%gmail.com c4ea255752 fix bug 262815 - Closing tab while bookmarks view is shown can lead to crash [@ objc_msgSend]. sr=pinkerton 2004-12-01 21:21:24 +00:00
pinkerton%aol.net 7c46b1f416 remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
pinkerton%aol.net 40fe460f45 new tab widget implementation (bug 235782) 2004-09-02 22:52:29 +00:00