Closed
Bug 413817
Opened 17 years ago
Closed 17 years ago
Clearing history using 'Clear Private Data' doesn't work when privacy.item.offlineApps isn't set
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ht990332, Assigned: dcamp)
References
Details
Attachments
(2 files)
1.39 KB,
patch
|
Details | Diff | Splinter Review | |
1.52 KB,
patch
|
Gavin
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008012406 Firefox/3.0b3pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008012406 Firefox/3.0b3pre
Clearing history using 'Clear Private Data' doesn't work. The browsing history and location bar history stays there.
Plus, this error shows in error console when I press 'Clear Private Data':
Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://browser/content/sanitize.js :: anonymous :: line 37" data: no]
Reproducible: Always
Reporter | ||
Updated•17 years ago
|
Version: unspecified → Trunk
Reporter | ||
Comment 1•17 years ago
|
||
I found the cause.
The bug happens only when "privacy.item.offlineApps" isn't set in prefs.js
setting it to either true or false fixes the issue.
Can someone please take a look?
Summary: Clearing history using 'Clear Private Data' doesn't work → Clearing history using 'Clear Private Data' doesn't work when privacy.item.offlineApps isn't set
Comment 2•17 years ago
|
||
i'm not sure if that can happen, or is caused by a wrong pref.js file...
however i doubt this is a places bug, should go into core (but what leaf? Networking:Cache?)
Updated•17 years ago
|
Severity: major → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•17 years ago
|
||
> ... or is caused by a wrong pref.js file...
this part is probably blocking bug 398478
Assignee | ||
Comment 4•17 years ago
|
||
Bug 398478 should have added this pref.
Attachment #299001 -
Flags: review?(mconnor)
Updated•17 years ago
|
Flags: blocking-firefox3?
Updated•17 years ago
|
Attachment #299001 -
Attachment is patch: true
Attachment #299001 -
Attachment mime type: application/octet-stream → text/plain
Updated•17 years ago
|
Attachment #299001 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #299001 -
Flags: approval1.9?
Comment 5•17 years ago
|
||
Comment on attachment 299001 [details] [diff] [review]
add privacy.item.offlineApps to firefox.js
a=beltzner for 1.9
Attachment #299001 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Assignee: nobody → dcamp
Assignee | ||
Comment 6•17 years ago
|
||
Checking in firefox.js;
/cvsroot/mozilla/browser/app/profile/firefox.js,v <-- firefox.js
new revision: 1.258; previous revision: 1.257
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Comment 7•17 years ago
|
||
Works for me.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008051202 Firefox/3.0
Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•