Closed
Bug 1160818
Opened 10 years ago
Closed 10 years ago
When reporting a cert error (from certerror page), browser console says "Sending message that cannot be cloned. Are you trying to send an XPCOM object?"
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: dholbert, Assigned: billm)
References
Details
Attachments
(1 file)
1015 bytes,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
STR:
1. Visit a page that triggers a cert error.
(Currently https://saml.yammer.com/ is broken (bug 1160817) & is hence a good test page. There may be others.)
2. Click "Report this error", and then the "Report" button.
3. Check your Browser Console.
ACTUAL RESULTS:
This appears in browser console:
> Sending message that cannot be cloned. Are you trying to send an XPCOM object?
> content.js:276:0
The content.js text is linking to this line of code:
> sendAsyncMessage("Browser:SendSSLErrorReport", {
https://mxr.mozilla.org/mozilla-central/source/browser/base/content/content.js#276
Reporter | ||
Comment 1•10 years ago
|
||
This happens regardless of whether e10s is enabled, FWIW.
Setting dependency on bug 846489 (where mgoodwin added the sendAsyncMessage("Browser:SendSSLErrorReport" call in question), and on bug 1139718 where billm added the "cannot be cloned" error message. (much more recently)
billm, does this error indicate that the sendAsyncMessage() call needs fixing? Can you suggest what someone (mgoodwin perhaps) would need to do to fix it?
Assignee | ||
Comment 2•10 years ago
|
||
This should take care of it.
Assignee: nobody → wmccloskey
Status: NEW → ASSIGNED
Flags: needinfo?(wmccloskey)
Attachment #8601123 -
Flags: review?(mrbkap)
Updated•10 years ago
|
Attachment #8601123 -
Flags: review?(mrbkap) → review+
Comment 3•10 years ago
|
||
I (also) noticed this issue when working on bug 1088141 and fixed it there.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•