Closed
Bug 394740
Opened 18 years ago
Closed 18 years ago
Inline MayDispatchMutationEvent
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
6.12 KB,
patch
|
peterv
:
review+
peterv
:
superreview+
jst
:
approval1.9+
|
Details | Diff | Splinter Review |
MayDispatchMutationEvent is used by nsContentUtils::HasMutationListeners, so
it gets called very often when running tdhtml (but surprisingly seldom
with tp/tp2/txul/ts)
I think it was suggested to do this or something similar when DOMSubtreeModified
was implemented.
Attachment #279440 -
Flags: superreview?(peterv)
Attachment #279440 -
Flags: review?(peterv)
Updated•18 years ago
|
Attachment #279440 -
Flags: superreview?(peterv)
Attachment #279440 -
Flags: superreview+
Attachment #279440 -
Flags: review?(peterv)
Attachment #279440 -
Flags: review+
Assignee | ||
Updated•18 years ago
|
Attachment #279440 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #279440 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
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
•