Forked from
The Tor Project / Applications / Tor Browser
224210 commits behind, 253 commits ahead of the upstream repository.
Rob Wu
authored
To get this fix: https://github.com/mozilla/application-services/pull/3235 Updated as follows: ``` sed -i 's/e8d7530319fa6c20d9de78d031c9398630eca3cd/61dcc364ac0d6d0816ab88a494bbf20d824b009b/g' services/fxaccounts/rust-bridge/firefox-accounts-bridge/Cargo.toml services/sync/golden_gate/Cargo.toml toolkit/components/extensions/storage/webext_storage_bridge/Cargo.toml toolkit/components/glean/Cargo.toml toolkit/library/rust/shared/Cargo.toml ./mach vendor rust ``` Verified by running the new regression test that I added in the bug: ``` ./mach test toolkit/components/extensions/test/xpcshell/test_ext_storage_{local,sync,sync_kinto}.js ``` Differential Revision: https://phabricator.services.mozilla.com/D79628