зеркало из https://github.com/mozilla/gecko-dev.git
2df0136940
In FxAccountsComponents.manifest, the previous line registers the component CID, but only for the main process. This means we hit an error while parsing the manifest in the child process, because the CID is not recognized. The fix is simply to not try to use the CID to register the contract in the child process. As for the rest of the changes, since bug 1438688, XPT information is compiled into the Firefox binary, so the interfaces manifest entry is no longer needed. This patch removes instances of this line from manifest files. This makes some manifest files empty, so the patch also removes the now-empty files. Differential Revision: https://phabricator.services.mozilla.com/D8751 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
common | ||
crypto | ||
fxaccounts | ||
settings | ||
sync | ||
.eslintrc.js | ||
moz.build |