Closed
Bug 1248143
Opened 7 years ago
Closed 7 years ago
NS_ERROR_XPC_CANT_PASS_CPOW_TO_NATIVE nsITransferable.init in "Cut, copy and paste Tabs"
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: v.ovcacik, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0 Build ID: 20160212004007 Steps to reproduce: Can't initialize transferable with e10s enabled, otherwise it worked fine. See https://github.com/vovcacik/cut-copy-paste-tabs/blob/f59bd9fa1cd3011e7e13f725e1c9a91ab84a6260/chrome/content/browserOverlay.js#L137 for the line that throws error. Actual results: Error was thrown "NS_ERROR_XPC_CANT_PASS_CPOW_TO_NATIVE: It's illegal to pass a CPOW to native code arg 0 [nsITransferable.init]". Expected results: Initialize transferable, just like non-e10s does.
Blocks: e10s-addons
Status: UNCONFIRMED → NEW
tracking-e10s:
--- → ?
Component: Untriaged → Extension Compatibility
Ever confirmed: true
Summary: NS_ERROR_XPC_CANT_PASS_CPOW_TO_NATIVE nsITransferable.init → NS_ERROR_XPC_CANT_PASS_CPOW_TO_NATIVE nsITransferable.init in "Cut, copy and paste Tabs"
Updated•7 years ago
|
Comment 1•7 years ago
|
||
This isn't a bug in Firefox. Please use one of the developer support resources for help: https://developer.mozilla.org/en-US/Add-ons#Contact_us
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•