Closed
Bug 1560013
Opened 6 years ago
Closed 5 years ago
Add support for pref change listeners in UrlbarPrefs
Categories
(Firefox :: Address Bar, task, P5)
Firefox
Address Bar
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dao, Unassigned)
References
(Blocks 1 open bug)
Details
UrlbarPrefs doesn't currently support registering pref change listeners, so consumers need to resort to nsIPrefBranch::addObserver for this.
| Reporter | ||
Comment 1•6 years ago
|
||
If and when we implement this, we should use that new mechanism here: https://searchfox.org/mozilla-central/search?q=bug%201560013
Comment 2•6 years ago
|
||
Giving this a P3 and 3 points, feel free to change
Points: --- → 3
Priority: -- → P3
| Reporter | ||
Comment 3•6 years ago
|
||
We don't intend to keep the browser.urlbar.openViewOnFocus pref indefinitely, and so far we have no other compelling use case, so it's actually not clear that we'll need this.
Priority: P3 → P5
Comment 4•5 years ago
|
||
it was implemented in bug 1657291 and the openViewOnFocus code was removed too
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•