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 Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika 2018-09-06 18:02:43 +10:00
tests Bug 1485305 - misc Ensure loadURI always passes a triggeringPrincipal() r=Gijs 2018-08-29 15:48:52 +01:00
Credentials.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
FxAccounts.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
FxAccountsClient.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
FxAccountsCommands.js Bug 1496638 - Instrument fetchMissedRemoteCommands with telemetry r=markh 2018-10-15 05:42:02 +00:00
FxAccountsCommon.js Bug 1483020 - Re-upload our own client record if our FxA device ID changed r=markh 2018-08-14 00:57:27 +00:00
FxAccountsComponents.manifest Bug 1498404 - Fix some errors in manifests r=froydnj 2018-10-16 13:26:23 +00:00
FxAccountsConfig.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
FxAccountsOAuthGrantClient.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
FxAccountsProfile.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
FxAccountsProfileClient.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
FxAccountsPush.js Bug 1466933 - Implement FxA commands. r=markh,rfkelly 2018-05-30 17:23:56 -04:00
FxAccountsStorage.jsm Bug 1478308 - Remove unnecessary ChromeUtils.imports in services/ r=lina 2018-07-25 09:13:11 +01:00
FxAccountsWebChannel.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
moz.build Bug 1466933 - Implement FxA commands. r=markh,rfkelly 2018-05-30 17:23:56 -04:00