Closed
Bug 554448
Opened 15 years ago
Closed 15 years ago
XPC_COW_FunctionWrapper does not wrap arguments
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | unaffected |
status1.9.1 | --- | unaffected |
People
(Reporter: moz_bug_r_a4, Assigned: mrbkap)
References
Details
(Keywords: regression, Whiteboard: [sg:critical])
Attachments
(1 file)
2.84 KB,
patch
|
jst
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
This is a regression from bug 533600 and bug 542428.
When content calls a method of FeedWriter, funToCall is a content function and
thus scope is a content window. Thus, if an argument is a JS object,
XPCWrappedNativeScope::GetWrapperFor returns UNKNOWN.
Assignee | ||
Comment 2•15 years ago
|
||
I just spent a while talking to Clint about trying to test GetWrapperFor. I think we have a plan, but it's going to take some time to implement. Here's a fix in the meantime.
Updated•15 years ago
|
Attachment #434417 -
Flags: review?(jst) → review+
Updated•15 years ago
|
status1.9.1:
--- → unaffected
status1.9.2:
--- → unaffected
Keywords: regression
Whiteboard: [sg:critical]
Assignee | ||
Updated•15 years ago
|
Attachment #434417 -
Flags: superreview?(jonas)
Attachment #434417 -
Flags: superreview?(jonas) → superreview+
Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•