Closed
Bug 230938
Opened 21 years ago
Closed 21 years ago
nsGenericElement::HasMutationListeners is too repetitive
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
3.49 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
nsGenericElement::HasMutationListeners is too repetitive for me. Patch shortly.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [patch]
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Updated•21 years ago
|
Attachment #139066 -
Flags: review?(jst)
Comment 2•21 years ago
|
||
Comment on attachment 139066 [details] [diff] [review]
patch
r+sr=jst
Attachment #139066 -
Flags: superreview+
Attachment #139066 -
Flags: review?(jst)
Attachment #139066 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
Tested against testcase in bug 97058 -- mutation events still work fine.
Assignee | ||
Comment 4•21 years ago
|
||
Fix checked in to trunk, 2004-01-14 18:21 -0800.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•21 years ago
|
||
luna:
libgklayout.so
Total: -320 (+223/-543)
Code: -321 (+0/+0)
Data: +1 (+223/-543)
-320 (+223/-543) text (DATA)
-320 (+223/-543) UNDEF:libgklayout.so:text
+222 NodeHasMutationListeners(nsISupports*)
+1 .nosyms.text
-543 nsGenericElement::HasMutationListen...
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•