gecko-dev/services
Julien Cristau 81a29b7e6b Bug 1694217 - manually run all remote-settings dumps through jq. r=RyanVM
This commit was created by running:

  for f in services/settings/dumps/*/*.json; do jq . < $f | sponge $f; done

Future updates will automatically be pretty-printed, so this is a
one-time manual update to get us to the transitioned state.

Differential Revision: https://phabricator.services.mozilla.com/D106784
2021-03-01 16:15:30 +00:00
..
automation Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
common Bug 1608272 - Remove 'this' as the second argument to 'ChromeUtils.import', use object destructuring instead (test-only changes). r=Gijs 2021-02-11 22:02:15 +00:00
crypto Bug 1608272 - Remove 'this' as the second argument to 'ChromeUtils.import', use object destructuring instead (test-only changes). r=Gijs 2021-02-11 22:02:15 +00:00
docs Bug 1691461 - set Bugzilla component for services/docs/ folder. r=LougeniaBailey,markh DONTBUILD 2021-02-09 20:51:23 +00:00
fxaccounts Bug 1672581 - remove telemetry probes for push state and missed commands. r=rfkelly 2020-12-09 20:58:33 +00:00
interfaces Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
settings Bug 1694217 - manually run all remote-settings dumps through jq. r=RyanVM 2021-03-01 16:15:30 +00:00
sync Bug 897954: Remove onBeginUpdateBatch and onEndUpdateBatch functions. r=mak 2021-02-25 01:58:24 +00:00
moz.build Bug 1690961 - add some firefox-source-docs for sync. r=firefox-source-docs-reviewers,rfkelly,LougeniaBailey,sylvestre DONTBUILD 2021-02-08 01:30:53 +00:00