gecko-dev/toolkit
Ray Kraesig a3fb6515cf Bug 1804178 - [6/6] Switch from pytoml to toml in (almost) all other contexts r=firefox-build-system-reviewers,releng-reviewers,glandium,ahal
Convert all other imports of `pytoml` within mozilla-central to imports
of `toml`.

As both libraries patterned their API on that of the Python standard-
library module `json`, this is mostly a straight replace, with two
caveats:

  * pytoml's exception messages when loading a file provide the file
    name; toml's do not. Some additional machinery has been added or
    repurposed in a few places to ensure that the relevant filename is
    printed.

  * In `python_lockfile.py`, the order of arguments to `dump` needed to
    be reversed. (`toml` follows `json` in this; `pytoml` differs.)

This patchset does not remove pytoml from `requirements.in`, as `pytoml`
is still used by `compare-locales`.

Differential Revision: https://phabricator.services.mozilla.com/D164155
2022-12-20 23:01:26 +00:00
..
actors Bug 1751763 - Firefox Relay integration r=dimi,flod,mconley,desktop-theme-reviewers,dao,sfoster,geckoview-reviewers,jonalmeida 2022-12-16 18:41:58 +00:00
components Bug 1804178 - [6/6] Switch from pytoml to toml in (almost) all other contexts r=firefox-build-system-reviewers,releng-reviewers,glandium,ahal 2022-12-20 23:01:26 +00:00
content Bug 1804771 - change toggle to use a button r=mstriemer 2022-12-20 17:36:01 +00:00
crashreporter Backed out 3 changesets (bug 1752703) for causing spider-monkey bustages. 2022-12-20 10:31:04 +02:00
docs
library Bug 1805739 - vendor bhttp, provide bindings for binary http (RFC 9292) r=necko-reviewers,supply-chain-reviewers,valentin 2022-12-19 20:09:35 +00:00
locales Bug 1806368 - Close group comment for branding string in aboutLogging.ftl, r=eemeli DONTBUILD 2022-12-19 11:32:06 +00:00
modules Bug 1805728 - Stop using Cu.reportError in Deprecated.sys.mjs. r=mossop 2022-12-18 10:10:48 +00:00
mozapps Backed out changeset 0294fd3e0304 (bug 1704347) for causing bc failures on browser_html_detail_view.js. 2022-12-20 22:43:59 +02:00
profile Bug 1804701 - Improve layout of profileDowngrade dialog. r=mconley 2022-12-09 15:44:46 +00:00
system Bug 1797163: handle IAsyncOperations with callbacks and events instead of spinlocking r=nrishel 2022-11-21 21:48:21 +00:00
themes Bug 1801607 - Improve certManager layout. r=mconley,settings-reviewers 2022-12-20 09:19:09 +00:00
xre Bug 1799727: Migrate the page load event to a custom ping that strips client id r=chutten,smaug 2022-12-15 20:19:51 +00:00
.eslintrc.js
l10n-registry.manifest
moz.build Bug 1275849 - Part 2. Merge ProxyUtils for Windows and macOS. r=necko-reviewers,valentin 2022-11-08 09:19:09 +00:00
moz.configure Backed out changeset 8b21074f1b52 (bug 1805401) for nsCOMPtr related failures. CLOSED TREE 2022-12-16 17:09:05 +02:00
toolkit.mozbuild Bug 1790912 - Migrate js/ductwork/debugger to devtools/platform. r=ochameau 2022-09-25 09:03:34 +00:00