Closed
Bug 473731
Opened 17 years ago
Closed 17 years ago
Enhanced UI preferences for the places history/locationbar functionality
Categories
(SeaMonkey :: UI Design, enhancement)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 473734
People
(Reporter: philip.chee, Unassigned)
Details
+++ This bug was initially created as a clone of Bug #468326 +++
Bug 463558 and Bug 463483 added a new control bit for browser.urlbar.default.behavior where 32 ~= browser.urlbar.matchOnlyTyped
-// default: 1: history, 2: bookmark, 4: tag, 8: title, 16: url
+// default: 1: history, 2: bookmark, 4: tag, 8: title, 16: url, 32: typed
// E.g., 0 = show all results (no filtering), 1 = only visited pages in history,
// 2 = only bookmarks, 3 = visited bookmarks, 1+16 = history matching in the url
pref("browser.urlbar.default.behavior", 0);
Comment 1•17 years ago
|
||
This is not an enhancement of prefs, it's the move of matchOnlyTyped into this bitfield, I just filed bug 473734 along with a patch about that.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•