Closed
Bug 334863
Opened 19 years ago
Closed 19 years ago
browser.urlbar.autoFill needs adding to prefs list
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: zerodpx, Assigned: zerodpx)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
1.02 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
Bug 203756 added the browser.urlbar.autoFill pref for auto-filling the best match in the address bar. However, the pref was never added to firefox.js, so it doesn't show up in about:config and must be newly added.
This bug seeks to add the pref, defaulted to off so as not to change behavior. Bug 186136 has more discussion about broader issues such as fixing autoFill to suck less. All I'm trying to do here is make the pref visible.
Assignee | ||
Comment 1•19 years ago
|
||
Keyed in the wrong bug number in the blocks list.
Assignee | ||
Comment 2•19 years ago
|
||
Add the pref to firefox.js.
Since this is part of browser, it doesn't belong in all.js.
Attachment #219196 -
Flags: review?
Assignee | ||
Comment 3•19 years ago
|
||
Comment on attachment 219196 [details] [diff] [review]
Fix for firefox.js
Tried to set this to get review from Ben Goodger, didn't seem to work. Trying again.
Attachment #219196 -
Flags: review? → review?(bugs)
Comment 4•19 years ago
|
||
Comment on attachment 219196 [details] [diff] [review]
Fix for firefox.js
As a general note, there is no requirement to ensure prefs show up in about:config, but this one is not rare, though its far from commonly sought.
The dependency isn't necessary, but meh.
Attachment #219196 -
Flags: review?(bugs) → review+
Comment 5•19 years ago
|
||
Peter: do you want me to check this in?
Assignee | ||
Comment 6•19 years ago
|
||
Yes please, since I don't have CVS privileges.
It would be nice to get this onto the 1.8 branch as well.
Comment 7•19 years ago
|
||
mozilla/browser/app/profile/firefox.js 1.106
Status: NEW → RESOLVED
Closed: 19 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox 2 alpha2
Version: unspecified → 2.0 Branch
Updated•19 years ago
|
Attachment #219196 -
Flags: approval-branch-1.8.1?(mconnor)
Updated•19 years ago
|
Attachment #219196 -
Flags: approval-branch-1.8.1?(mconnor)
Comment 8•19 years ago
|
||
Checked in on the 1.8 branch too.
mozilla/browser/app/profile/firefox.js 1.71.2.29
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•