Browser.history expire days: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
 
(6 intermediate revisions by 3 users not shown)
Line 5: Line 5:


==Possible values and their effects==
==Possible values and their effects==
A non-negative integer indicating the number of days of history data the browser keeps. Default is 30.
A non-negative integer indicating the number of days of history data the browser keeps. Default is 9 for SeaMonkey 1.x and Firefox 2; default is 180 for Firefox 3 and SeaMonkey 2.


==UI==
==UI==
===Mozilla Firefox 2===
===Mozilla Firefox 2===
“Tools → Options → Privacy → History → Remember visited pages for the last ___ days”
“[[Menu differences in Windows, Linux, and Mac|Tools → Options]] → Privacy → History → Remember visited pages for the last ___ days”
 
===Mozilla Firefox 3===
No UI in Firefox 3. See [[browser.history_expire_days_min]].


===SeaMonkey 1.1===
===SeaMonkey 1.1===
“Edit → Preferences → Navigator → History → Browsing History → Remember visited pages for the last ___ days”
“[[Menu differences in Windows, Linux, and Mac|Edit → Preferences]] → Navigator → History → Browsing History → Remember visited pages for the last ___ days”
 
===SeaMonkey 2===
“Edit → Preferences → Browser → History → Browsing History → Remember visited pages for up to ___ days”


==First checked in==
==First checked in==
Line 23: Line 29:
==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=55293 Bug 55293 - Pages in history don't expire after x days while mozilla is running]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=55293 Bug 55293 - Pages in history don't expire after x days while mozilla is running]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=332748 Bug 332748 - Figure out how much history we can show by default (browser.history_expire_days now set to 180 days)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=332748 Bug 332748 – Limit history to 20000 entries (new pref browser.history_expire_visits) in addition to 180 days]
* [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=403572 Bug 403572 – Honor a user's preferences for retaining history entries]
 
==Related preferences==
* [[browser.history_expire_days_min]]
* [[browser.history_expire_sites]]
* [[browser.history_expire_visits]]


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 19:07, 10 April 2009

Background

Mozilla keeps a set number of days of history. History entries older than that are removed. This preference determines the point at which history entries are expired and removed.

Possible values and their effects

A non-negative integer indicating the number of days of history data the browser keeps. Default is 9 for SeaMonkey 1.x and Firefox 2; default is 180 for Firefox 3 and SeaMonkey 2.

UI

Mozilla Firefox 2

Tools → Options → Privacy → History → Remember visited pages for the last ___ days”

Mozilla Firefox 3

No UI in Firefox 3. See browser.history_expire_days_min.

SeaMonkey 1.1

Edit → Preferences → Navigator → History → Browsing History → Remember visited pages for the last ___ days”

SeaMonkey 2

“Edit → Preferences → Browser → History → Browsing History → Remember visited pages for up to ___ days”

First checked in

2000-12-11 by Alec Flett

Has an effect in

  • Mozilla Firefox (all versions)
  • SeaMonkey (all versions)

Related bugs

Related preferences