Closed
Bug 357431
Opened 19 years ago
Closed 19 years ago
[PATCH] added a note to removeObserver about using the same pref branch for which addObserver was used
Categories
(Core :: Preferences: Backend, defect)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
People
(Reporter: awuest, Assigned: awuest)
Details
Attachments
(1 file)
|
1.05 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
removeObserver has to be called on the same pref branch instance on which addObserver was called for the observer to be removed.
Reproducible: Always
Patch follows.
| Assignee | ||
Comment 1•19 years ago
|
||
Updated•19 years ago
|
Assignee: prefs → awuest
OS: Mac OS X 10.4 → All
Hardware: Macintosh → All
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Attachment #242908 -
Flags: superreview?(darin)
Attachment #242908 -
Flags: review?(darin)
Comment 2•19 years ago
|
||
Comment on attachment 242908 [details] [diff] [review]
Note about using the same pref branch instance as for addObserver().
ok, r+sr=darin
Attachment #242908 -
Flags: superreview?(darin.moz)
Attachment #242908 -
Flags: superreview+
Attachment #242908 -
Flags: review?(darin.moz)
Attachment #242908 -
Flags: review+
| Assignee | ||
Updated•19 years ago
|
Whiteboard: needs-checkin
| Assignee | ||
Comment 3•19 years ago
|
||
Sorry for the bug spam.
Whiteboard: needs-checkin → [checkin needed]
Comment 4•19 years ago
|
||
checked in.
Checking in nsIPrefBranch2.idl;
/cvsroot/mozilla/modules/libpref/public/nsIPrefBranch2.idl,v <-- nsIPrefBranch2.idl
new revision: 1.4; previous revision: 1.3
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [checkin needed]
Updated•19 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•