Closed
Bug 181600
Opened 22 years ago
Closed 22 years ago
Events need to be using the newer pref APIs
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.3alpha
People
(Reporter: caillon, Assigned: caillon)
References
Details
Attachments
(1 file)
10.79 KB,
patch
|
sicking
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•22 years ago
|
||
Comment on attachment 107225 [details] [diff] [review]
Le proposed fix
> nsEventStateManager::Shutdown()
> {
>- if (mPrefService) {
>- mPrefService = nsnull;
>+ if (mPrefBranch) {
>+ mPrefBranch = nsnull;
Skip the |if| and always set mPrefBranch to null. Just a tad cleaner
Attachment #107225 -
Flags: review+
Assignee | ||
Updated•22 years ago
|
Attachment #107225 -
Flags: superreview?(peterv)
Updated•22 years ago
|
Attachment #107225 -
Flags: superreview?(peterv) → superreview+
Assignee | ||
Comment 3•22 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.3alpha
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•