Closed
Bug 339871
Opened 19 years ago
Closed 19 years ago
Scriptable nsIXPCFunctionThisTranslator uses non-scriptable nsIInterfaceInfo
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: dbradley)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
1.06 KB,
patch
|
jst
:
review+
jst
:
superreview+
jst
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
The only method for the scriptable interface nsIXPCFunctionThisTranslator takes as a parameter the non-scriptable interface nsIInterfaceInfo. From the comments, it looks like this interface is meant to be used from C++ only; a 'scriptable' language implementing this interface couldn't make use of nsIInterfaceInfo.
Patch on the way.
Reporter | ||
Comment 1•19 years ago
|
||
Make nsIXPCFunctionThisTranslator non-scriptable.
Attachment #223980 -
Flags: review?(jst)
Attachment #223980 -
Flags: approval-branch-1.8.1?(jst)
Comment 2•19 years ago
|
||
Comment on attachment 223980 [details] [diff] [review]
patch
r+sr+a=jst
Attachment #223980 -
Flags: superreview+
Attachment #223980 -
Flags: review?(jst)
Attachment #223980 -
Flags: review+
Attachment #223980 -
Flags: approval-branch-1.8.1?(jst)
Attachment #223980 -
Flags: approval-branch-1.8.1+
Reporter | ||
Comment 3•19 years ago
|
||
Checked in to trunk and 1.8 branch. ->FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•