Commit Graph

33 Commits

Author SHA1 Message Date
bryner%netscape.com
433b0e504b correcting comment spelling so mcafee can test tinderbox updating. 2002-07-27 07:16:35 +00:00
pinkerton%netscape.com
f1e552a3ff Separating the personal toolbar from the sidebar selection. Bookmarks info
controller is now a singleton that lives forever. Personal toolbar context
menus do the right thing. (bug 148932).
2002-07-26 20:28:45 +00:00
pinkerton%netscape.com
dd96debaf5 Fixes crash when selecting text during URL load, adds undo/redo to url bar,
reduces the number of times we load about:blank to 1 per window, fixes
unicode characters in bookmarks. (bug 149198, 153263, 155710)
2002-07-26 18:50:01 +00:00
sfraser%netscape.com
f4ace98fc8 Fix for bug 155560 -- renaming bookmark does not update menu/toolbar. Also fixes crash when deleting a toolbar bookmark (bug 157229). Patch from David Hass. 2002-07-19 02:20:30 +00:00
pinkerton%netscape.com
bc15179347 Teach url dispatch about the referrer field so opening links in a new
tab/window works correctly in all cases (bug 156732)
2002-07-10 21:53:29 +00:00
sfraser%netscape.com
c204e152f3 Just cleaning up some cruft left over from my import bookmarks changes (unused #define, comment) 2002-07-05 23:47:33 +00:00
sfraser%netscape.com
5aad030ea4 Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615. 2002-07-05 01:32:00 +00:00
sfraser%netscape.com
6eb9e15116 Localizing the 'OK' button in bookmarks import warning dialogs, and detabbing. 2002-07-03 00:41:05 +00:00
bryner%netscape.com
ff3df6116b Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser. 2002-07-02 21:45:09 +00:00
sfraser%netscape.com
6131d9991c Fix several bookmarks issues. Bug 154698 -- avoid nuking all existing bookmarks when importing a bad html bookmarks file. We now validate the imported bookmarks before saving, warn the user if they are bad, and don't import them. We also now validate the bookmarks.xml file when it is read in. Bug 154853 -- we were adding new items to the main bookmarks menu in the wrong place, since we failed to take the static items into account. Fixed. 2002-06-28 23:47:49 +00:00
pinkerton%netscape.com
9bf23eb4e5 Reinstate dragging the proxy to the personal toolbar and the outliner as
well as fixing a crasher dragging to the end of the bookmarks list (bug 154460)
2002-06-27 18:07:56 +00:00
pinkerton%netscape.com
1c404d3def Fix crash when deleting a folder and some of its subitems were selected
(bug 151901)
2002-06-27 13:33:19 +00:00
bryner%netscape.com
2049096f77 Fixing the problem where URL's containing certain characters won't load, by removing uses of NSURL (which has escaping conventions that are incompatible with nsIURI) internally, replacing it with NSString. Bug 147914, r=pink. 2002-06-25 19:25:27 +00:00
pinkerton%netscape.com
6552d49b49 Fix a slew of bookmark dnd bugs in the sidebar and personal toolbar. (bug 143094) 2002-06-25 18:21:07 +00:00
pinkerton%netscape.com
cf6fe30a58 removing rename sheet, as it's not needed with info panel. making info panel
a bit larger.
2002-06-06 20:40:48 +00:00
ben%netscape.com
55f4aee173 bookmark keyword back end + fix for missing bookmark file causes crash on startup 2002-06-05 14:24:54 +00:00
ben%netscape.com
29cabdccfa Hook up Bookmarks Info Window, bug 148933 2002-06-05 10:09:37 +00:00
ben%netscape.com
e9c3cd069d Add support for persistence of folder open state between sessions and windows, disabled for the moment until I can figure out how to update the NSOutlineView's row count. 2002-06-03 09:17:51 +00:00
ben%netscape.com
875ed4db44 Ensure that correct Bookmarks context menu items are enabled when certain types of element are selected. Hook up 'Open in New Window' for Bookmark Groups 2002-06-02 10:51:02 +00:00
ben%netscape.com
181ca4c488 Hook up bookmarks context menu items for the sidebar view. The behaviour is a little broken in that you need to actually have selected something before any of these work, but it was like that before I touched it, and we can fix that. I'm just hooking up functionality. More specifically:
- Delete
- Open in New Window
- Open in New Tab
- New Folde
2002-06-02 08:28:10 +00:00
pinkerton%netscape.com
dc0be27710 Add sheet to rename bookmarks since inline editing doesn't work too well
with attributed strings. Cleaned up some unused outlets. Added a cancel
button to the location sheet. bugs 145819, 147721.
2002-05-29 20:42:54 +00:00
hewitt%netscape.com
71d762f2cc more autocomplete details, and icons for bookmark menus 2002-05-28 10:30:42 +00:00
pinkerton%netscape.com
126426e8f5 fix a lot of unicode problems. stub out some inline editing in case we ever
want to do that (we probably don't, but...)
2002-05-23 00:25:01 +00:00
pinkerton%netscape.com
fa4232596b Fix dougt's nsCRT bustage. 2002-05-16 17:38:26 +00:00
pinkerton%netscape.com
875f536b57 Fix for nsIFile now being unicode apis instead of UTF8 2002-05-11 04:14:03 +00:00
hewitt%netscape.com
35721517bd bookmark drag and drop 2002-05-02 12:08:47 +00:00
pinkerton%netscape.com
c225603717 Indent entries in the folder popup to reflect the hierarchy. from Richard Schreyer (richards9@mac.com) 2002-04-30 14:58:16 +00:00
hyatt%netscape.com
c13d11f3f8 The importer works. 2002-04-29 08:08:24 +00:00
hyatt%netscape.com
bb8ff7fd6e Bookmarks importer. Not ready for prime time yet. 2002-04-29 04:17:32 +00:00
hyatt%netscape.com
cc4abd5828 More work on importing of bookmarks. 2002-04-29 01:28:30 +00:00
ben%netscape.com
171e0de714 Updating nsIFile usage to reflect darin's file changes 2002-04-28 07:57:00 +00:00
hyatt%netscape.com
3208b25cdd Implement popups for selects. 2002-04-22 04:14:36 +00:00
hyatt%netscape.com
97cd5d7462 Adding bookmarks service. 2002-04-20 07:48:00 +00:00