Commit Graph

5 Commits

Author SHA1 Message Date
sfraser%netscape.com
b1f6fec604 Fixing various drag and drop bugs: 160215 -- dragging link into bookmarks sidebar panel, and into the personal toolbar now works.
Bug 157520 -- dragging a bookmark into a tab no longer leaves things in a bad state. Bug 154906 -- dragging links onto tabs works now.
Changes include adding the bookmarks outline, and the boomarks toolbar as recipients of NSStringPboardType data, and replacing calls to [NSPasteboard propertyListForType], which tries to parse a url string into a property list, with [NSPasteboard stringForType].
2002-07-31 02:39:11 +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
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
882d316742 Fix warnings 2002-06-03 21:20:27 +00:00
hewitt%netscape.com
35721517bd bookmark drag and drop 2002-05-02 12:08:47 +00:00