Closed
Bug 708701
Opened 13 years ago
Closed 13 years ago
Implement HTML event ctors
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: dev-doc-needed)
Attachments
(2 files, 1 obsolete file)
24.95 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
24.96 KB,
patch
|
Details | Diff | Splinter Review |
HTML spec defines few events and has event ctors for them
Assignee | ||
Comment 1•13 years ago
|
||
There can be some more events, but we don't support them fully atm anyway.
Attachment #580124 -
Flags: review?(jst)
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 580124 [details] [diff] [review]
patch
Bah, I need to check whether those string attributes exist, since otherwise
they get value "undefined"
Attachment #580124 -
Flags: review?(jst)
Assignee | ||
Comment 4•13 years ago
|
||
This is not so nice, but xpconnect's js->c++ just behaves in a wrong way in
'string' case.
Attachment #580124 -
Attachment is obsolete: true
Attachment #580166 -
Flags: review?(jst)
Updated•13 years ago
|
Attachment #580166 -
Flags: review?(jst) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Assignee | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•