Total MozMill failure on 2019-02-07: Exception: Sorry, cannot connect to jsbridge extension, port 24242
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: jorgk-bmo, Unassigned)
References
Details
Not to be confused with bug 1523535.
First seen on today's Daily:
https://treeherder.mozilla.org/#/jobs?repo=comm-central&revision=69ccafbda3de5c6e379300472b1e9bc43b3d612a
Looking at the ~20 changesets that landed since the last successful run, it will be:
5cdb6156ddaf Andrew Swan — Bug 857458 Remove addon manager update.rdf support r=kmag:
https://hg.mozilla.org/mozilla-central/rev/5cdb6156ddaf
Looks like these ones
toolkit/mozapps/extensions/internal/RDFDataSource.jsm
toolkit/mozapps/extensions/internal/RDFManifestConverter.jsm
got removed, so that would of course break all restartless add-ons relying on this.
Maybe we just need to fork those two.
Oh, looks like we already forked one of them, see:
common/src/RDFManifestConverter.jsm
9 "resource://gre/modules/addons/RDFDataSource.jsm");
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/610b943be50e
Fork RDFDataSource.jsm to common/ after its removal in bug 857458. rs=bustage-fix DONTBUILD
| Reporter | ||
Comment 2•7 years ago
|
||
Not sure that there's a review required here. I did copy/paste ;-)
I tried a MozMill test, that passed.
Updated•7 years ago
|
Do we need those to parse install.rdf of the extensions? Would we need to convert jsbridge and mozmill to Webextensions o drop the need for install.rdf?
| Reporter | ||
Comment 4•7 years ago
|
||
It's used for restartless add-ons.
Description
•