Closed
Bug 517851
Opened 15 years ago
Closed 15 years ago
nsJSEventListener's string/atom handling can be optimized a bit
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(2 files)
(deleted),
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review |
Currently nsJSEventListener::HandleEvent does some string comparisons, but
atom comparison would be faster.
Also, the coming patch will fix beforeunload handling, if the event doesn't
implement the interface.
Assignee | ||
Comment 1•15 years ago
|
||
No changes to beforeunload handling after all.
Posted to tryserver.
Attachment #401828 -
Flags: review?(jst)
Updated•15 years ago
|
Attachment #401828 -
Flags: superreview+
Attachment #401828 -
Flags: review?(jst)
Attachment #401828 -
Flags: review+
Assignee | ||
Comment 2•15 years ago
|
||
Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•