Closed
Bug 625623
Opened 14 years ago
Closed 14 years ago
propagate exceptions across process boundary
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Assigned: myk)
References
Details
Attachments
(1 file)
In order to provide developers with more useful information when a blocking cross-process call generates an exception, the exception should be sent back across the process boundary to the originating process, where it can be rethrown.
Here's a pull request to a commit that does this.
Attachment #503702 -
Flags: review?(warner-bugzilla)
Assignee | ||
Updated•14 years ago
|
Attachment #503702 -
Attachment is patch: false
Attachment #503702 -
Attachment mime type: text/plain → text/html
Comment 2•14 years ago
|
||
Comment on attachment 503702 [details]
pull request 88
already pushed! yay!
Attachment #503702 -
Flags: review?(warner-bugzilla) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Topic commit:
https://github.com/mozilla/addon-sdk/commit/8d86202f0a6d61a0b97c37f9fd6f2a0e24f0c5bd
Commit to address review comments:
https://github.com/mozilla/addon-sdk/commit/8c43edd64858e820642d25f4fa18251db8c8421f
Merge commit:
https://github.com/mozilla/addon-sdk/commit/0047270cacc881b2baba865ce419dca4b55fae58
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•