Closed
Bug 552947
Opened 15 years ago
Closed 15 years ago
The bookmarks HTML export feature no more export LAST_VISIT tag since FF 3.0
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: djib, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6
In FF 2.0.0.10 source code you can find "LAST_VISIT" in
\browser\components\bookmarks\src\nsBookmarksService.cpp
This tag has disappeared in FF 3.6 source code in
\browser\components\places\src\nsPlacesImportExportService.cpp
I noticed this bug since FF 3.0 release. I have tried to correct it but I don't understand how it works.
Reproducible: Always
Steps to Reproduce:
Export bookmarks that have a last visit date in HTML File
No need to fix it. The information can be retrieved by querying the places.sqlite database.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•