gecko-dev/services/fxaccounts/rust-bridge
Rob Wu 206ca19c33 Bug 1645598 - Vendor application-services for fix in webext-storage r=lina
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
2020-06-15 12:56:58 +00:00
..
firefox-accounts-bridge Bug 1645598 - Vendor application-services for fix in webext-storage r=lina 2020-06-15 12:56:58 +00:00
FirefoxAccountsBridge.h Bug 1631630 p2 - Implement FxAccounts rust-bridge. r=lina,rfkelly 2020-05-16 01:07:31 +00:00
components.conf Bug 1631630 p2 - Implement FxAccounts rust-bridge. r=lina,rfkelly 2020-05-16 01:07:31 +00:00
moz.build Bug 1631630 p2 - Implement FxAccounts rust-bridge. r=lina,rfkelly 2020-05-16 01:07:31 +00:00
mozIFirefoxAccountsBridge.idl Bug 1631630 p2 - Implement FxAccounts rust-bridge. r=lina,rfkelly 2020-05-16 01:07:31 +00:00