Closed
Bug 383014
Opened 17 years ago
Closed 12 years ago
Clear Recent History doesn't clear the moz_cache_groups table (part of offline cache)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 674728
People
(Reporter: moco, Assigned: mayhemer)
Details
(Keywords: privacy)
when clearning private data, we aren't clearing the moz_cache_owners table
after trying out <link rel="offline-resource" href="./blah.jpg">, I wanted to make sure that clearing my cache (Tools | Clear Private Data...) would clear the offline cache as well.
It did, but when I inspected index.sqlite (C:\Documents and Settings\<user>\Local Settings\Application Data\Mozilla\Firefox\Profiles\3ga130yk.<foo>\OfflineCache\index.sqlite), I noticed that the moz_cache table was empty, but moz_cache_owners was not.
Updated•17 years ago
|
Summary: when clearning private data, we aren't clearing the moz_cache_owners table → when clearing private data, we aren't clearing the moz_cache_owners table
Comment 1•15 years ago
|
||
This is about the code that has no UI per bug 538595, adding dependency.
Blocks: 538595
Summary: when clearing private data, we aren't clearing the moz_cache_owners table → Clear Recent History doesn't clear the moz_cache_owners table (offline cache)
Updated•15 years ago
|
Summary: Clear Recent History doesn't clear the moz_cache_owners table (offline cache) → Clear Recent History doesn't clear the moz_cache_owners table (part of offline cache)
Assignee | ||
Comment 2•13 years ago
|
||
moz_cache_owners table is no longer in the database schema. Now there is moz_cache_groups and we really don't delete it when removing a host cache or the whole cache.
Updating summary.
I don't think this is in any way related to fixing bug 538595. This issue can and should be fixed separately. I'll take care of it.
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
Summary: Clear Recent History doesn't clear the moz_cache_owners table (part of offline cache) → Clear Recent History doesn't clear the moz_cache_groups table (part of offline cache)
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•