Closed
Bug 356453
Opened 18 years ago
Closed 18 years ago
add back UI hook for "Clear Private Data" to trunk-with-places
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha1
People
(Reporter: moco, Assigned: moco)
References
Details
add back UI hook for "Clear Private Data" to trunk-with-places, as well as (I'm guessing) the code to clear history
from http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser-menubar.inc#524
#ifndef MOZ_PLACES
<menuseparator id="sanitizeSeparator"/>
<menuitem id="sanitizeItem"
accesskey="&clearPrivateDataCmd.accesskey;"
label="&clearPrivateDataCmd.label;"
key="key_sanitize" command="Tools:Sanitize"/>
#endif
Assignee | ||
Comment 1•18 years ago
|
||
my patch in bug #356487 adds back the menu item to the tools menu, but I need to check if it really clears the history data, as we expect
Depends on: 356487
Assignee | ||
Comment 2•18 years ago
|
||
", as well as (I'm guessing) the code to clear history"
I guessed wrong, as it works fine. I was confused because my url bar autocomplete was returning bookmarks.
and, I'm lame.
so the UI fix for this is still part of bug #356487
Status: NEW → ASSIGNED
Summary: add back UI hook for "Clear Private Data" to trunk-with-places, as well as (I'm guessing) the code to clear history → add back UI hook for "Clear Private Data" to trunk-with-places
Assignee | ||
Comment 3•18 years ago
|
||
Assignee | ||
Comment 4•18 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
OS: Mac OS X 10.3 → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 alpha1
Comment 5•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
•