Closed
Bug 1099508
Opened 11 years ago
Closed 11 years ago
[e10s] Add-on "Add-on Compatibility Reporter" not working with e10s and current nightly
Categories
(Firefox :: Extension Compatibility, defect)
Firefox
Extension Compatibility
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: martin, Assigned: kmag)
References
()
Details
(Keywords: addon-compat)
Story
Create new Profile
Enable e10s
install https://addons.mozilla.org/mk/firefox/addon/add-on-compatibility-reporter/
Result
Addon shows up as installed but the Report Issue Button is missing
Expected Result
about:addons should / Extensions should show a "Report Issue" button
Nightly Build ID: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141114030206 CSet: 7f0d92595432
On my main profile I see the same behaviour and an error in Browser Console:
TypeError: target.QueryInterface is not a function
Stack trace:
getFrameElement@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Users/IBM_ADMIN/AppData/Roaming/Mozilla/Firefox/Profiles/2ziq4yrx.default/extensions/compatibility@addons.mozilla.org.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/window/utils.js:439:4
getFrame@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Users/IBM_ADMIN/AppData/Roaming/Mozilla/Firefox/Profiles/2ziq4yrx.default/extensions/compatibility@addons.mozilla.org.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/input/frame.js:32:39
lift/</<@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Users/IBM_ADMIN/AppData/Roaming/Mozilla/Firefox/Profiles/2ziq4yrx.default/extensions/compatibility@addons.mozilla.org.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/utils.js:163:28
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:97:9
receive@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Users/IBM_ADMIN/AppData/Roaming/Mozilla/Firefox/Profiles/2ziq4yrx.default/extensions/compatibility@addons.mozilla.org.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/utils.js:115:5
InputPort.prototype.observe@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Users/IBM_ADMIN/AppData/Roaming/Mozilla/Firefox/Profiles/2ziq4yrx.default/extensions/compatibility@addons.mozilla.org.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/input/system.js:100:5
ObserverParent.notify@resource://gre/modules/RemoteAddonsParent.jsm:312:9
ObserverParent.receiveMessage@resource://gre/modules/RemoteAddonsParent.jsm:302:9
Blocks: e10s-addons
Component: General → Extension Compatibility
Keywords: addon-compat
Summary: [e10s] Addon compablity reporter not working with e10s and current nightly → [e10s] Add-on "Add-on Compatibility Reporter" not working with e10s and current nightly
Updated•11 years ago
|
Assignee: nobody → kmaglione+bmo
Updated•11 years ago
|
tracking-e10s:
--- → +
| Assignee | ||
Comment 2•11 years ago
|
||
I'm not seeing this problem. There was a 'const declared within a block' error, which I fixed. But after that, everything seems to work as expected in the latest nightly.
Tried to reproduce this error again on
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:37.0) Gecko/20100101 Firefox/37.0 ID:20150102030211 CSet: 13fe5ad0364d,
works for me now.
Please close
| Assignee | ||
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•