Closed Bug 199651 Opened 21 years ago Closed 21 years ago

Mozilla bookmark keywords not imported

Categories

(Camino Graveyard :: Bookmarks, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Camino0.8

People

(Reporter: chris, Assigned: mikepinkerton)

References

Details

Mozilla and Camino both have bookmark keywords support, but when I import my
Mozilla bookmarks (with 20 or so keywords) into Camino the my keywords seem to
get lost in the process.

(mozilla trunk 2003032609, camino trunk 2003032705)

Mozilla Bookmark looks like:
<DT><A HREF="http://www.google.com/search?q=%s" ADD_DATE="1015387429"
LAST_VISIT="1047263021" LAST_MODIFIED="1015387515" SHORTCUTURL="g"
LAST_CHARSET="ISO-8859-1" ID="rdf:#$neKyM2">google search</A>

Camino Imports as:

<bookmark name="google search" href="http://www.google.com/search?q=%s"/>

Camino should import as:

<bookmark name="google search" href="http://www.google.com/search?q=%s" id="g"/>
I'll poke around the code sometime in the next week or so if i have the time
(seems like this would be a potentially easy fix). Any pointers on where to
look? Is this all stuck in the main mozilla bookmark parsing logic or is there
some Camino specific stuff todo the translation between DTDs?
anyone have any pointers? I spent a few minutes looking but didn't immeidately
find anything relevant.
fix for this bug in patch on bug 170797
Assignee: sfraser → pinkerton
Depends on: 170797
Status: NEW → ASSIGNED
Target Milestone: --- → Camino0.8
landed as part of 170797
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.