application-services icon indicating copy to clipboard operation
application-services copied to clipboard

Firefox Application Services

Results 201 application-services issues
Sort by recently updated
recently updated
newest added

Low-ish volume on Nightly. https://sentry.prod.mozaws.net/operations/firefox-nightly/issues/17840159/?query=is%3Aunresolved%20level%3Afatal%20InternalPanic ``` mozilla.appservices.places.uniffi.InternalPanic: Unexpected error: Error executing SQL: Query returned no rows at mozilla.appservices.places.uniffi.PlacesException$ErrorHandler.read(places.kt:3) at mozilla.appservices.places.uniffi.PlacesException$ErrorHandler$lift$1.invoke(places.kt:2) at mozilla.appservices.places.uniffi.PlacesException$ErrorHandler$lift$1.invoke(places.kt:1) at mozilla.appservices.places.uniffi.PlacesKt.liftFromRustBuffer(places.kt:2) at mozilla.appservices.places.uniffi.PlacesException$ErrorHandler.lift(places.kt:2) at mozilla.appservices.places.uniffi.PlacesException$ErrorHandler.lift(places.kt:1) at mozilla.appservices.places.uniffi.PlacesConnection.deleteEverythingHistory(places.kt:16)...

Recently, we've been discussing how to improve how we use Glean to capture error telemetry. After taking a quick survey of our current error telemetry, I think our current code...

Once #4930 and #4980 are merged, the next step is to switch away from `log::error!()` to `report_error!()` and `breadcrumb()!` from the `error_support` crate. This means giving some thought to how...

Relates to jira ticket [..FNXV2-19087](https://mozilla-hub.atlassian.net/browse/FNXV2-19087) **Background:** We are adding a new [synced history](https://www.figma.com/file/SO8Cd5lnmgNqJQY9KpORc9/History%2C-Bookmarks%2C-Downloads?node-id=879%3A41209) screen in the android app. After coming to the history screen, users will see only local history,...

Draft. This is an implementation of Nimbus.kt with the [proposed Uniffi decorators][1]. Many `Nimbus` method calls go through the `NimbusClientDecorator`, and almost all the methods which were forwarding to the...

☢️ Do not merge

Followup to #4826 We created a smoke test for firefox-ios, but we opted **not** to run it in any CI jobs just yet One good approach is to create a...

When creating the focus megazord, we put it in a subdirectory in `megazords/ios-rust` but kept the firefox-ios megazord in the root of `ios-rust`. It could be a good structural improvement...

Example: https://github.com/mozilla/application-services/pull/4945 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/SYNC-3172)

``` thread 'db::tests::test_touch' panicked at 'assertion failed: login2.record.time_last_used > login.record.time_last_used', components/logins/src/db.rs:1339:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` https://app.circleci.com/pipelines/github/mozilla/application-services/30481/workflows/822e3c39-6dd5-4dd0-b1ec-29538d630bd9/jobs/133577 for more details on the job that...

in #4933, the dependency summary was checking for licenses for `windows_sys`, `windows_x86_64_gnu`, etc I'm not exactly sure if it should or shouldn't look at those, but filing this ticket for...