Closed
Bug 27159
Opened 25 years ago
Closed 24 years ago
Expose nsIPref's "EnumerateChildren" method to javascript so I can hook up a security pref panel...
Categories
(Core :: Preferences: Backend, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: bugs, Assigned: bnesse)
References
Details
nsIPref's "EnumerateChildren" method is described as "[noscript]" in
nsIPref.idl. I'd like it if I could access this method (or a version of it) from
JavaScript so I can read all user defined security zones and present them in a
UI. Currently there is no other method that I am aware of to do this.
Comment 1•25 years ago
|
||
I've had this on my to-do list, but it's better to have a bug for it.
Status: NEW → ASSIGNED
Target Milestone: M15
Moving all libPref component bugs to new Preferences: Backend component.
libPref component will be deleted.
Component: libPref → Preferences: Backend
Comment 3•25 years ago
|
||
Moving to M16 since Norris is out this week, and we need to branch for M15
Target Milestone: M15 → M16
Comment 4•25 years ago
|
||
I don't think we'll have time to do this for beta2.
Target Milestone: M16 → M20
Comment 5•25 years ago
|
||
Bulk reassigning most of norris's bugs to mstoltz.
Assignee: norris → mstoltz
Status: ASSIGNED → NEW
Comment 9•24 years ago
|
||
h'm, am wondering if this would also block bug 38966. if not, feel free to
remove the dependency, do lemme know why.
Blocks: BlockJS
Comment 10•24 years ago
|
||
*** Bug 27012 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 11•24 years ago
|
||
Bulk assigning bugs covered by the rewrite of nsPrefs to myself.
Assignee: dveditz → bnesse
Assignee | ||
Comment 12•24 years ago
|
||
Bulk updating some fields and accepting
Assignee | ||
Comment 13•24 years ago
|
||
The scriptable method GetChildList has been added to nsIPrefBranch as part of the
work being done as part of bug 46863. For that reason, I am marking this as a
duplicate of 46863. If you feel this is in error, feel free to change it back.
*** This bug has been marked as a duplicate of 46863 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 14•24 years ago
|
||
alecf has requested that I not dupe all these bugs, but rather close them as
fixed after the work in bug 46863 has landed. Changing again...
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Target Milestone: mozilla0.9 → mozilla0.9.1
Assignee | ||
Comment 15•24 years ago
|
||
This was done as part of the preferences API refactoring. The JavaScript ready
method in PrefBranch is GetChildList().
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•