Message1294

Author jbms
Recipients XTaran, scottjad
Date 2016-02-07.07:23:15
Content
The obvious fix I tried was to create an override in chrome.manifest to replace XPIProvider.jsm with a
patched version, but unfortunately chrome.manifest doesn't support overriding resource:// URIs.

However, I was able to resolve the problem by using a Firefox nightly (the fix has now been committed to
the main tree), after removing the use of array comprehensions from Conkeror's source code, as contained
in this pull request:

https://github.com/retroj/conkeror/pull/10

I can confirm that addons do work with a Firefox nightly as of today.

It does look like unfortunately we'll have to rely on nightly builds of Firefox for a while.
History
Date User Action Args
2016-02-07 07:23:15jbmssetrecipients: + XTaran, scottjad
2016-02-07 07:23:15jbmssetmessageid: <1454829795.62.0.948043344188.issue502@bugs.conkeror.org>
2016-02-07 07:23:15jbmslinkissue502 messages
2016-02-07 07:23:15jbmscreate