Closed Bug 446413 Opened 16 years ago Closed 12 years ago

Sort Bookmarks(Places) toolbar Folders by all properties available

Categories

(Firefox :: Bookmarks & History, enhancement)

x86
Linux
enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 250787

People

(Reporter: cdiddca, Unassigned)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9) Gecko/2008062910 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9) Gecko/2008062910 We can sort "Bookmarks toolbar" items only by title through "ContextMenu->Sort by Name". I need to sort it by Visit Count. Sort function implemented in Ecmascript contrary to Library's "Views->Sort->*" and because of that is slow. if invoked through Library>Bookmarks Toolbar->Right Click->Sort by Name" - it takes ridiculously long time and cause browser unresponsiveness, compared to "Right Click on Bookmarks Toolbar free area in Browser window" Reproducible: Always Steps to Reproduce: 1. 2. 3.
I have made Bookmarks toolbar to be sorted by visit count: in /usr/lib/iceweasel/chrome/browser.jar/content/browser/browser.js i've replaced var place = PlacesUtils.getQueryStringForFolder(PlacesUtils.bookmarks.toolbarFolder); with var place = "place:queryType=1&sort=8&maxResults=1500&folder=3";
Summary: Sort Bookmarks(Places) Folders by all properties available → Sort Bookmarks(Places) toolbar Folders by all properties available
Version: unspecified → Trunk
Confirming. See also bug 250787: “Bookmarks menu and toolbar don't obey sorting preferences from BM.”
Status: UNCONFIRMED → NEW
Ever confirmed: true
hm, why having Bookmarks toolbar sorted by visit count? Having moving targets in a toolbar does not sound much sane.
Whiteboard: wontfix?
I'll just dupe
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Whiteboard: wontfix?
You need to log in before you can comment on or make changes to this bug.