Closed
Bug 455436
Opened 16 years ago
Closed 16 years ago
XPConnect insists on using its own error reporter even when another is already set
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
Attachments
(2 files, 3 obsolete files)
1.49 KB,
patch
|
Details | Diff | Splinter Review | |
11.84 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
This means that I can't guarantee errors are always propagated correctly from a worker to its parent. I got around this by calling my message handlers manually in the threads code but I can't do something similar for XHR. Patch attached.
Attachment #338778 -
Flags: superreview?(jst)
Attachment #338778 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #338778 -
Attachment is patch: true
Attachment #338778 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Comment 1•16 years ago
|
||
Oops, fixed XPConnect style problems.
Attachment #338778 -
Attachment is obsolete: true
Attachment #338779 -
Flags: superreview?(jst)
Attachment #338779 -
Flags: review?(jst)
Attachment #338778 -
Flags: superreview?(jst)
Attachment #338778 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #338779 -
Flags: superreview?(jst)
Attachment #338779 -
Flags: superreview+
Attachment #338779 -
Flags: review?(jst)
Attachment #338779 -
Flags: review+
Assignee | ||
Comment 2•16 years ago
|
||
Need to fix xpcshell's error handler so that unit tests succeed...
Updated•16 years ago
|
Attachment #340443 -
Flags: superreview+
Attachment #340443 -
Flags: review+
Assignee | ||
Comment 3•16 years ago
|
||
Bah, gotta fix the DOM error reporter to ignore inner frame exceptions also, otherwise mochitests fail all over the place :(
Assignee | ||
Comment 4•16 years ago
|
||
This is a rollup of all previous patches.
Attachment #338779 -
Attachment is obsolete: true
Attachment #340443 -
Attachment is obsolete: true
Attachment #340659 -
Flags: superreview?(jst)
Attachment #340659 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #340659 -
Flags: superreview?(jst)
Attachment #340659 -
Flags: superreview+
Attachment #340659 -
Flags: review?(jst)
Attachment #340659 -
Flags: review+
Assignee | ||
Comment 5•16 years ago
|
||
Pushed changeset 3aec0eec68a1 to mozilla-central.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
This broke reporting of JS errors in event handlers. See bug 489671.
You need to log in
before you can comment on or make changes to this bug.
Description
•