gecko-dev/services
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
..
common Bug 1497159 - Use Megaphone payload for cache busting r=glasserc 2018-10-09 14:05:01 +00:00
crypto Bug 1484988 - Avoid writing past the logical length of a string in Toolkit. r=froydnj 2018-09-03 06:51:33 +00:00
fxaccounts Bug 1498404 - Fix some errors in manifests r=froydnj 2018-10-16 13:26:23 +00:00
settings Bug 1493709 - Do not report error of dump load in RemoteSettings.get() r=glasserc 2018-10-11 13:53:54 +00:00
sync Bug 1488899 - Get TPS working. r=tcsc 2018-10-15 22:42:22 +00:00
.eslintrc.js Bug 1421968 - Enable ESLint rule mozilla/use-services by default, but whitelist it for various directories still to be fixed. r=mossop 2017-11-28 19:24:12 +00:00
moz.build Bug 1451050 - Generalize loading of packaged remote settings dumps r=Gijs 2018-05-10 15:27:21 +02:00