Bug 1923364 - cleanup extensions, r=nanj Bug 1923364 - Adding tabs to lint, r=nanj Bug 1923364 - Ignore tabs linting, r=nanj Bug 1923364 - Restructure and combine rust components, r=nanj Bug 1923364 - Replace rst with MyST markdown, r=nanj Bug 1923364 - PR review fixes, r=nanj Differential Revision: https://phabricator.services.mozilla.com/D224949
578 B
578 B
Viaduct
Viaduct initialization is required for all platforms and for multiple components. The README explains the component in more detail.
There are 3 different options to use viaduct:
- Any
libxulbased can ignore initialization, since it's handled bylibxul. - Using the reqwest backend, which uses the
reqwestlibrary and areqwest-managed thread. - Implementing the C FFI like
libxuldoes (https://searchfox.org/mozilla-central/source/toolkit/components/viaduct).