Closed Bug 942353 Opened 11 years ago Closed 2 years ago

places.sqlite: moz_inputhistory will not be deleted when erasing history

Categories

(Toolkit :: Places, defect, P3)

27 Branch
x86_64
Windows 7
defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: garrona, Unassigned)

Details

(Keywords: privacy)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release) Build ID: 20131110004002 Steps to reproduce: - Use sqlitemanager to view places.sqlite moz_inputhistory table. - Table has lots of entries. - Clear the whole history with FF. - Look at places.sqlite moz_inputhistory table again. Actual results: Table still has all entries entered over the last few months. Expected results: They should have been deleted. At least this is what I would expect of a menu entry that lets me remove my browser history.
It's not very adviced to open this db when Firefox is running due to possible corruption.
Component: Untriaged → Storage
Product: Firefox → Toolkit
Just recreated the bug with a completely new profile. You can fill the moz_inputhistory table by entering one letter in the adress bar and then you will be offered one of the several default mozilla bookmarks. Click on one and you should see that there is a new entry in the sqlite table with that letter. http://i.imgur.com/J8LclOM.png
Component: Storage → Form Manager
Component: Form Manager → Places
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: privacy
Priority: -- → P3
Severity: normal → S3

Clearing browsing history does not clear some data that is usually associated with Bookmarks. We made this decision in the past to maintain a good usability of the browser, also in cases where data is cleared on shutdown at every session.
We do the same for bookmark favicons, for example.
The fact a page is bookmarked is sufficient for any bad actor to tell that you are interested in that url, and the words associated with it are likely related to the page contents.
In the future we will provide options in the urlbar to remove entries more easily when they are unwanted.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.