Closed
Bug 204359
Opened 22 years ago
Closed 20 years ago
clear saved form information doesn't empty formhistory.dat
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jmd, Assigned: bryner)
References
Details
(Keywords: fixed-aviary1.0, Whiteboard: fixed by patch for 254485?)
In a profile with lots of form history saved, open prefs, and clear it.
Notice the button is greyed.
Quit Phoenix. Notice formhistory.dat grows by about 16K.
Restart Phoenix. Notice old form data not available in forms. Notice 'clear'
button still greyed.
It looks to me like Phoenix appended <datareference>=null on to the end of the
mdb file, instead of removing the old data.
This is a MAJOR privacy issue. Users will think their personal data has been
purged, as all UI indicates it has, while their data is actually still perfectly
readable in the mdb file.
Also probably a perf issue. I don't know if formhistory.dat will continue to be
appended to, or old entries will start to be overwritten.
Comment 2•21 years ago
|
||
This doesn't seem to exist any more. formhistory.dat looks empty to me
following a clear all.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•20 years ago
|
||
Just tried this again, with
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040727 Firefox/0.9.1+
Pretty much the same as first described. formhistory.dat grew from 52k to 59k.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 4•20 years ago
|
||
could bug 254485 be related here?
Comment 5•20 years ago
|
||
Comment 6•20 years ago
|
||
(sairuh borrowing marcia's account)
could this be blocking bug 254485? nominating in case it does.
Updated•20 years ago
|
Version: unspecified → 1.0 Branch
Comment 8•20 years ago
|
||
the patch in bug 254485 might fix this one.
Updated•20 years ago
|
Whiteboard: fixed by patch for 254485?
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago → 20 years ago
Resolution: --- → FIXED
Comment 9•20 years ago
|
||
looks fixed using 2004102109-0.9+ bits on linux fc2: formhistory.dat went from
27334 bytes to 245 bytes after I hit "clear," and remained as such after I had
quite firefox. marking verified.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Keywords: fixed-aviary1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•