Browser.bookmarks.autoExportHTML

From MozillaZine Knowledge Base
Revision as of 12:27, 21 June 2008 by Alice Wyman (talk | contribs) (Ref: http://lxr.mozilla.org/seamonkey/source/browser/app/profile/firefox.js#339)
Jump to navigationJump to search

Background

Firefox 3 stores bookmarks in places.sqlite and uses JSON as the format for backups stored in the bookmarkbackups folder so, by default, bookmarks are no longer saved in HTML format. This preference allows bookmarks to be exported at shutdown to the Firefox profile folder as bookmarks.html. [1]

Possible values and their effects

True

Export bookmarks to bookmarks.html each time the browser shuts down.

False

Do not export HTML at shutdown. (Default)

First checked in

2008-03-13 by Dietrich Ayala

Has an effect in

  • Firefox (nightly builds since 2008-03-13)

Related bugs

Related preferences

See also