зеркало из https://github.com/mozilla/gecko-dev.git
4b9fdf3d73
Mostly a matter of: rg -l '\->LoadingPrincipal' | xargs sed -i 's/->LoadingPrincipal/->GetLoadingPrincipal/g' And then clang-format. But I tweaked manually nsHttpChannelAuthProvider (move the variable where it's used, don't take a useless strong ref), AddonContentPolicy (move the declaration of the variable to the if condition), and BackgroundUtils (same). Differential Revision: https://phabricator.services.mozilla.com/D69828 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
base | ||
docs | ||
exthandler | ||
prefetch | ||
moz.build |