Closed
Bug 574872
Opened 14 years ago
Closed 14 years ago
Allow XPConnect to pass the JSContext through XPIDL when requested
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla2.0b1
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
The attached patch adds an XPIDL annotation "[callerjscontext]" be appended to methods and attributes which XPConnect (and quickstubs) then use to pass the JSContext through to the C++ callee. This can help us avoid getting the native call context in a bunch of cases.
Attachment #454179 -
Flags: review?(jst)
Assignee | ||
Comment 1•14 years ago
|
||
shaver and jorendorff like [implicit_jscontext] better, so i will switch it to that.
Assignee | ||
Comment 2•14 years ago
|
||
So renamed.
Attachment #454179 -
Attachment is obsolete: true
Attachment #454637 -
Flags: review?(jst)
Attachment #454179 -
Flags: review?(jst)
Updated•14 years ago
|
Attachment #454637 -
Flags: review?(jst) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: --- → mozilla1.9.3b1
You need to log in
before you can comment on or make changes to this bug.
Description
•