gecko-dev/services/fxaccounts
Andrew McCreight 2df0136940 Bug 1498404 - Fix some errors in manifests r=froydnj
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
2018-10-16 13:26:23 +00:00
..
interfaces
tests
Credentials.jsm
FxAccounts.jsm
FxAccountsClient.jsm
FxAccountsCommands.js
FxAccountsCommon.js
FxAccountsComponents.manifest Bug 1498404 - Fix some errors in manifests r=froydnj 2018-10-16 13:26:23 +00:00
FxAccountsConfig.jsm
FxAccountsOAuthGrantClient.jsm
FxAccountsProfile.jsm
FxAccountsProfileClient.jsm
FxAccountsPush.js
FxAccountsStorage.jsm
FxAccountsWebChannel.jsm
moz.build