Browser.places.createdDefaultQueries: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Obsolete pref per bug 405231)
(→‎Related bugs: Bug 399984)
 
Line 22: Line 22:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=387996 Bug 387996 - add a "Places" folder to the bookmarks menu, populated with smart folders]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=387996 Bug 387996 - add a "Places" folder to the bookmarks menu, populated with smart folders]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=405231 Bug 405231 - create the "Smart Bookmarks" folder and queries for existing profiles]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=405231 Bug 405231 - create the "Smart Bookmarks" folder and queries for existing profiles]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=399984 Bug 399984 – Add UI to restore Smart Bookmarks queries (reset browser.places.smartBookmarksVersion)]


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

Latest revision as of 02:23, 23 June 2008

Background

Mozilla Firefox’s Places system allows the use of “smart folders,” folders containing recently starred pages, recently used tags, most visited pages, and so on. In Firefox 3, a folder containing smart folders is added to the user’s bookmarks the first time their profile is used. This preference kept track of whether that folder of smart folders had been created. Its functionality was replaced by browser.places.createdSmartBookmarks, which in turn was superseded by browser.places.smartBookmarksVersion.

Possible values and their effects

True

A "Most Viewed" folder in the Bookmarks Toolbar Folder has been created already; do not create a new one

False

Create a "Most Viewed" folder in the Bookmarks Toolbar Folder, then toggle this preference to True. (Default)

Caveats

  • Setting this preference to False may result in duplicate Places folders in your Bookmarks Toolbar Folder.

First checked in

2007-10-10 by Seth Spitzer

Has an effect in

  • Mozilla Firefox (nightly builds between 2007-10-10 and 2007-12-04)

Related bugs

Related preferences

External links