Closed
Bug 468552
Opened 16 years ago
Closed 16 years ago
"ASSERTION: hmm? CanCallNow failed in XPCWrappedNative::CallMethod. We are finding out about this late!" messing with __proto__, XPCNativeWrapper
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: mrbkap)
References
Details
(Keywords: assertion, testcase, verified1.9.1)
Attachments
(2 files)
299 bytes,
text/html
|
Details | |
1.24 KB,
patch
|
jst
:
review+
jst
:
superreview+
jst
:
approval1.9.1+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: hmm? CanCallNow failed in XPCWrappedNative::CallMethod. We are finding out about this late!: 'rv == NS_ERROR_XPC_SECURITY_MANAGER_VETO', file /Users/jruderman/central/js/src/xpconnect/src/xpcwrappednative.cpp, line 1935
Assignee | ||
Comment 1•16 years ago
|
||
This is the easiest way to fix this. The problem is that we don't bother enforcing the funobj checks.
Assignee: nobody → mrbkap
Status: NEW → ASSIGNED
Attachment #352455 -
Flags: superreview?(jst)
Attachment #352455 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #352455 -
Flags: superreview?(jst)
Attachment #352455 -
Flags: superreview+
Attachment #352455 -
Flags: review?(jst)
Attachment #352455 -
Flags: review+
Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•16 years ago
|
Flags: in-testsuite+
Comment 3•16 years ago
|
||
Comment on attachment 352455 [details] [diff] [review]
Fix
Taking this on the branch is a good thing to do, and it makes Blake's life easier, so a=jst
Attachment #352455 -
Flags: approval1.9.1+
Assignee | ||
Comment 4•16 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/61beb1b0e247 contains the fix for this on the 1.9.1 branch.
Keywords: fixed1.9.1
Comment 5•15 years ago
|
||
verified FIXED on debug builds:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090608 Shiretoko/3.5pre ID:20090608122057
and
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090608 Minefield/3.6a1pre ID:20090608122028
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•