Browser.bookmarks.autoExportHTML: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Ref: http://lxr.mozilla.org/seamonkey/source/browser/app/profile/firefox.js#339)
Line 15: Line 15:
==Has an effect in==
==Has an effect in==
* Firefox (nightly builds since 2008-03-13)
* Firefox (nightly builds since 2008-03-13)
* SeaMonkey 2.1a3pre and later since 2010-08-09


==Related bugs==
==Related bugs==

Revision as of 03:23, 15 November 2010

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)
  • SeaMonkey 2.1a3pre and later since 2010-08-09

Related bugs

Related preferences

See also