Open
Bug 515532
Opened 15 years ago
Updated 2 years ago
consider using JSON rather than HTML for default Firefox bookmarks
Categories
(Toolkit :: Places, defect, P5)
Toolkit
Places
Tracking
()
REOPENED
People
(Reporter: Gavin, Unassigned)
References
Details
...instead of the old HTML format. Avoiding the HTML parsing code on first startup is bound to be a win, and JSON is a simpler format anyways.
(Some day we might even want to get rid of the html import/export code entirely, too.)
We did this in Fennec because it doesn't have access to the html import code: bug 511435
Comment 1•15 years ago
|
||
Moving from build config to toolkit/places.
We've had moving away from bookmarks.html on our mind when we moved away from bookmarks.html for l10n, given that the actual file format we use for import would be totally ignoring the strings that need to be fed in.
We could do something generic inside toolkit/places to bootstrap the places db from either json or even a sql file if empty. Maybe if a pref to a chrome:// url is set or something.
Component: Build Config → Places
Product: Firefox → Toolkit
QA Contact: build.config → places
Updated•8 years ago
|
Priority: -- → P5
Comment 2•6 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Updated•6 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•