Closed
Bug 1068369
Opened 11 years ago
Closed 10 years ago
"Add-on Update Checker" add-on does not work with e10s
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
FIXED
Firefox 35
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: anvaliar, Unassigned)
References
()
Details
(Keywords: addon-compat)
Attachments
(1 file)
18.06 KB,
text/plain
|
Details |
Tested with win 7 x64 | Nightly 35.0a1 (2014-09-16)
tracking-e10s:
--- → ?
Keywords: addon-compat
Updated•11 years ago
|
Blocks: e10s-addons
Comment 2•10 years ago
|
||
The developer has been notified through AMO.
This was fixed 2 months ago (2.8beta). I'm not sure the breakage was actually e10s related. The problem was the add-on was no longer able to read preferences. I was using 'UAPref = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService);' in a function and it stopped working there. If I moved it outside of functions it started working again. (This also broke a few other extensions I happen to be running that I fixed the same way.) I finally settled on using 'let UAPref = Services.prefs;' in its place and it works in functions again.
Comment 4•10 years ago
|
||
(In reply to Chris from comment #3)
> This was fixed 2 months ago (2.8beta).
Thanks, Chris! Add-on Update Checker 2.8 is now on AMO.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•