2 files changed
+3
-2
lines changedSubmodule application-services updated 60 files
- .circleci/config.yml+52-1
- .gitignore+3-1
- CHANGES_UNRELEASED.md+19-4
- Cargo.lock+81-79
- Cargo.toml+11
- DEPENDENCIES.md+1-1
- build-scripts/component-common.gradle+1-1
- build.gradle+1-1
- components/autofill/Cargo.toml+2-2
- components/autofill/src/autofill.udl+18-18
- components/autofill/src/lib.rs+1-1
- components/autofill/uniffi.toml+3
- components/crashtest/Cargo.toml+3-3
- components/crashtest/android/src/test/java/mozilla/appservices/crashtest/CrashTestHelpersTest.kt+3-2
- components/crashtest/src/lib.rs+4
- components/crashtest/uniffi.toml+6
- components/fxa-client/Cargo.toml+3-3
- components/fxa-client/android/src/main/java/mozilla/appservices/fxaclient/PersistedFirefoxAccount.kt+1-1
- components/fxa-client/ios/FxAClient/FxAccountManager.swift+2-2
- components/fxa-client/ios/FxAClient/PersistedFirefoxAccount.swift+2-2
- components/fxa-client/uniffi.toml+5
- components/logins/Cargo.toml+3-3
- components/logins/android/src/main/java/mozilla/appservices/logins/DatabaseLoginsStorage.kt+11-14
- components/logins/android/src/test/java/mozilla/appservices/logins/DatabaseLoginsStorageTest.kt+18-18
- components/logins/ios/Logins/LoginsStorage.swift+9-6
- components/logins/uniffi.toml+5
- components/nimbus/Cargo.toml+2-2
- components/nimbus/android/src/main/java/org/mozilla/experiments/nimbus/Nimbus.kt+4-4
- components/nimbus/ios/Nimbus/FeatureVariables.swift+1
- components/nimbus/ios/Nimbus/Nimbus.swift-1
- components/nimbus/uniffi.toml+5
- components/places/Cargo.toml+3-3
- components/places/android/src/main/java/mozilla/appservices/places/PlacesConnection.kt+9-11
- components/places/ffi/Cargo.toml+2-2
- components/places/ios/Places/Errors/PlacesError.swift+1-1
- components/places/src/ffi.rs+8-30
- components/places/src/places.udl+2-2
- components/places/uniffi.toml+3
- components/rc_log/ios/RustLog.swift+3
- components/tabs/Cargo.toml+3-3
- components/tabs/uniffi.toml+3
- components/viaduct/ios/Viaduct.swift+3
- docs/howtos/adding-a-new-component.md+3-3
- docs/howtos/converting-a-component-to-uniffi.md+1-1
- megazords/full/DEPENDENCIES.md+1-1
- megazords/ios-rust/Cargo.toml+24
- megazords/ios-rust/DEPENDENCIES.md+1.6k
- megazords/ios-rust/Info.plist+53
- megazords/ios-rust/MozillaRustComponents.h+11
- megazords/ios-rust/README.md+93
- megazords/ios-rust/build-xcframework.sh+173
- megazords/ios-rust/module.modulemap+6
- megazords/ios-rust/src/lib.rs+11
- megazords/ios/DEPENDENCIES.md+1-1
- megazords/ios/MozillaAppServices.h+5-5
- megazords/ios/MozillaAppServices.xcodeproj/project.pbxproj+21-21
- megazords/ios/MozillaAppServicesTests/FxAccountManagerTests.swift+3-3
- rust-toolchain+4-2
- tools/embedded-uniffi-bindgen/Cargo.toml+1-1
- tools/regenerate_dependency_summaries.sh+1
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
|
0 commit comments