Closed
Bug 1224061
Opened 9 years ago
Closed 9 years ago
Make Event::InitEvent infallible
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file)
68.20 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
It already is, but we can rip out all the error handling/propagation.
Attachment #8686345 -
Flags: review?(bugs)
Comment 1•9 years ago
|
||
Ah, right, the spec changed. Old DOM spec threw some exceptions.
Comment 2•9 years ago
|
||
Comment on attachment 8686345 [details] [diff] [review]
Patch
update uuid of nsIDOMEvent.
Attachment #8686345 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•9 years ago
|
||
I have to do all the subclasses too :(
Comment 4•9 years ago
|
||
doesn't mach have some command to update all the uuids.
Assignee | ||
Comment 5•9 years ago
|
||
I believe so.
Comment 10•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/85e218929a7a
https://hg.mozilla.org/mozilla-central/rev/bf864106469c
https://hg.mozilla.org/mozilla-central/rev/31545e96d6e0
https://hg.mozilla.org/mozilla-central/rev/fcab41a15959
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 11•9 years ago
|
||
https://hg.mozilla.org/comm-central/rev/34adda5688cb1112d405d22c6082abebbf61ee60
Port 'Bug 1224061 - Make Event::InitEvent infallible' to im/, rs=bustage=fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•