Closed
Bug 705324
Opened 12 years ago
Closed 12 years ago
Remove nsAXPCNativeCallContext::{GetRetValPtr,GetReturnValueWasSet,SetReturnValueWasSet}
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
(Keywords: meta)
Attachments
(1 file, 1 obsolete file)
7.37 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
We can now return jsvals through IDL rather than using these APIs.
Assignee | ||
Comment 1•12 years ago
|
||
(As requested in bug 705186 comment 1.)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #579449 -
Flags: review?(bobbyholley+bmo)
Comment 3•12 years ago
|
||
We also need to remove support for this in XPCWrappedNative.cpp, no?
Assignee | ||
Comment 4•12 years ago
|
||
Well... Yes.
Attachment #579449 -
Attachment is obsolete: true
Attachment #579449 -
Flags: review?(bobbyholley+bmo)
Attachment #579468 -
Flags: review?(bobbyholley+bmo)
Assignee | ||
Comment 5•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=92daa6355bef
Comment 6•12 years ago
|
||
Comment on attachment 579468 [details] [diff] [review] Patch v2 r=bholley. Also, sr=bz from IRC. Thanks for doing this. :-)
Attachment #579468 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Comment 7•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/dddd8c46f9a9 MDC doesn't know about nsAXPCNativeCallContext, and I claim that's a good thing, so no dev-doc-needed.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•