Closed
Bug 490702
Opened 16 years ago
Closed 16 years ago
Remove obsolete leftovers from removed clear passwords and offline data options in clear recent history dialog
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3.6a1
Tracking | Status | |
---|---|---|
status1.9.1 | --- | wontfix |
People
(Reporter: davemgarrett, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
1.54 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
The clear passwords and clear offline data options are no longer in the new clear recent history dialog from bug 480169. (see also bug 472226 & bug 463343) There's still some vestigial bits leftover from them:
sanitize.js: passwords and offlineApps functions
sanitize.xul: <preferences> for passwords and offlineApps
defaults/pref/firefox.js: default prefs for above
sanitize.dtd: strings and access keys (assuming these aren't going to be reused)
Reporter | ||
Comment 1•16 years ago
|
||
Scratch prefs and strings; they're reused in the preferences in the clear on exit dialog.
Reporter | ||
Comment 2•16 years ago
|
||
And sanitize.js is also used for the on exit sanitize. I think all that's really leftover are the <preference> lines in the clear recent history's sanitize.xul. (unless I'm missing something)
Severity: minor → trivial
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → ehsan.akhgari
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•16 years ago
|
||
Attachment #389890 -
Flags: review?(dao)
Comment 4•16 years ago
|
||
I may be missing something in the involved code. Doesn't the sanitizer still clear passwords and offlineApp data if privacy.cpd.passwords / privacy.cpd.offlineApps are true, even if initiated from sanitizeDialog.js?
Assignee | ||
Comment 5•16 years ago
|
||
Yes, but the <preference> elements in browser/base/content/sanitize.xul have nothing to do with that. That logic is embedded in browser/base/content/sanitize.js and applies to all of its consumers.
Comment 6•16 years ago
|
||
Is there a bug for that?
Assignee | ||
Comment 7•16 years ago
|
||
Hmm, a bug for what? The behavior I explained in comment 5 is the current and expected one.
Comment 8•16 years ago
|
||
The Clear Recent History dialog potentially removes data that it doesn't offer a checkbox for, and that's expected behavior?
Updated•16 years ago
|
Attachment #389890 -
Flags: review?(dao) → review+
Comment 9•16 years ago
|
||
(In reply to comment #8)
> The Clear Recent History dialog potentially removes data that it doesn't offer
> a checkbox for, and that's expected behavior?
Bug 497656.
Assignee | ||
Comment 10•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.6a1
Assignee | ||
Updated•15 years ago
|
status1.9.1:
--- → unaffected
Assignee | ||
Updated•15 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•