Closed
Bug 281677
Opened 20 years ago
Closed 20 years ago
nsIDNService only responds to pref changes
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla1.8beta1
People
(Reporter: darin.moz, Assigned: darin.moz)
References
Details
(Keywords: regression)
nsIDNService only responds to pref changes
the two prefs this impacts are:
network.IDN_testbed
network.IDN_prefix
neither of these prefs were ever really meant for users to tweak, but given that
it is not possible to tweak them, we should either fix that or remove the code
for them. i vote for making them work in light of the recent IDN fun.
Assignee | ||
Comment 1•20 years ago
|
||
I think this may be a regression. I think that simply installing a pref change
observer used to be enough to detect user configured preferences at startup, but
I could be wrong. It's possible that this was simply never well tested.
Assignee | ||
Comment 2•20 years ago
|
||
this was fixed along with my patch for bug 282270.
You need to log in
before you can comment on or make changes to this bug.
Description
•