Closed
Bug 220080
Opened 21 years ago
Closed 21 years ago
Wrong numeric code for DOM Level 2 errors
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: peterv)
References
()
Details
Attachments
(1 file)
1.38 KB,
patch
|
sicking
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
As pointed out in
news://news.mozilla.org:119/3f704a02$0$20617$626a54ce@news.free.fr we use the
wrong numeric code for several DOM errors. I think we should fix this, even
though we've frozen interfaces that return these.
Compare http://lxr.mozilla.org/seamonkey/source/dom/public/nsDOMError.h#62 to
http://lxr.mozilla.org/seamonkey/source/dom/public/idl/core/nsIDOMDOMException.idl#71
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #131981 -
Flags: superreview?(jst)
Attachment #131981 -
Flags: review?(bz-vacation)
Comment 2•21 years ago
|
||
Comment on attachment 131981 [details] [diff] [review]
v1
I agree, we should fix this. sr=jst
Attachment #131981 -
Flags: superreview?(jst) → superreview+
Attachment #131981 -
Flags: review?(bz-vacation) → review+
Assignee | ||
Comment 3•21 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•