Confirmed users, Bureaucrats and Sysops emeriti
2,088
edits
| Line 114: | Line 114: | ||
== Configuration == | == Configuration == | ||
Can the end user configure settings, via a UI or about:config? Hidden prefs? Environment variables? | |||
* | Prefs: | ||
* browser.expire_history_days - A ceiling on the number of days of history to keep. | |||
* browser.expire_history_visits - A ceiling on the number of history visits to keep. | |||
* browser.places.importBookmarksHTML - If true, import the bookmarks.html file in the profile on startup. | |||
* browser.urlbar.matchOnlyTyped - In location bar autocomplete, only show typed URLs, not those that are the result of a link click, for example. | |||
* browser.history.showSessions - When history is sorted by date, also group by session. | |||
* browser.places.createdDefaultQueries - Whether the Places folder on the toolbar has been created. The folder will be re-created at startup if false. | |||
* browser.history_cache_percentage - % of RAM to use as a cap for sqlite cache size ([http://mxr.mozilla.org/seamonkey/source/toolkit/components/places/src/nsNavHistory.cpp#114 details]) | |||
Are there build options for developers? [#ifdefs, ac_add_options, etc.] | |||
* | * Not anymore | ||
What ranges for the tunable are appropriate? How are they determined? | |||
What are its on-going maintenance requirements (e.g. Web links, perishable data files)? | |||
* The default bookmarks.html file | |||
== Relationships to other projects - are there related projects in the community? == | == Relationships to other projects - are there related projects in the community? == | ||