Browser.history expire days min: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Related preferences: Added a pref)
(reference bug 419170)
Line 19: Line 19:
==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=402880 Bug 402880 - figure out pref UI for history expiration / limiting visits]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=402880 Bug 402880 - figure out pref UI for history expiration / limiting visits]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=419170 Bug 419170 - The history includes too few days, browser.history_expire_days_min is ignored]


==Related preferences==
==Related preferences==

Revision as of 14:20, 19 March 2008

Background

Mozilla limits the number of entries in its browsing history. This helps performance by reducing the amount of information that must be kept in memory while the browser is running. To prevent culling old history entries prematurely, this preference allows users to set the minimum number of days of history to keep.

Possible values and their effects

A positive integer determining the minimum days of history to keep. Default is 90.

UI

Mozilla Firefox 3

“Keep my history for at least ___ days” under “Tools → Options → Privacy → History”

First checked in

2007-12-05 by Dietrich Ayala

Has an effect in

  • Mozilla Firefox (nightly builds since 2007-12-05)

Related bugs

Related preferences