Closed
Bug 697720
Opened 13 years ago
Closed 13 years ago
Add 'Clear private data' preference
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
References
Details
Attachments
(2 files)
10.65 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
8.71 KB,
patch
|
Details | Diff | Splinter Review |
We added support for clearing browsing history, but we can't clear passwords, cookies, site prefs and other Gecko-based data. This patch adds simple support for that.
It sends a message to Gecko, which then uses the sanitize.js code to do the dirty work. I removed Weave/Sync code from sanitize.
I also removed an unneeded "History" category string and untabbified the ConfirmPerference.java file.
I am also attaching a no-whitespace change patch to make it easier to see the real changes.
Attachment #569975 -
Flags: review?(blassey.bugs)
Updated•13 years ago
|
Priority: -- → P1
Updated•13 years ago
|
Attachment #569975 -
Flags: review?(blassey.bugs) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
Verified Fixed
20111028040427
http://hg.mozilla.org/projects/birch/rev/cdb0a41ea68c
Status: RESOLVED → VERIFIED
OS: Linux → Android
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•