Open
Bug 1445130
Opened 7 years ago
Updated 3 years ago
Warnings about uncloneable messages when using mozAddonManager
Categories
(Toolkit :: Add-ons Manager, enhancement, P5)
Toolkit
Add-ons Manager
Tracking
()
NEW
People
(Reporter: aswan, Unassigned)
Details
When mozAddonManager.getAddonByID() returns non-null, this code results in us trying to clone a very non-cloneable object:
https://searchfox.org/mozilla-central/rev/a70da6775d5341a9cca86bf1572a5e3534909153/toolkit/mozapps/extensions/AddonManager.jsm#322-330
The IPC code falls back to JSON which succeeds but it generates a warning along the way. We should clean this up.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•