History writes out a "last_page_visited" pref as a string instead of a complex object
VERIFIED
INVALID
Status
People
(Reporter: bzbarsky, Assigned: bugzilla)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
The "last_page_visited" pref is written out as a string. This means that if the URL in question has any UTF8 or anything like that in it the pref will be useless (it will not correspond to the URL). We should be setting the pref as a complex object.
Comment 1•17 years ago
|
||
Actually, I think "last_page_visited" is retired. The last page visited is actually stored in history.dat, although I still see two lingering references to this pref in the entire mozilla tree. http://lxr.mozilla.org/mozilla/search?string=last_page_visited
Spun off issue from comment #1 to bug 210752
Status: NEW → RESOLVED
Last Resolved: 16 years ago
Resolution: --- → INVALID
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 months ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•