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

> 1) What questions will you answer with this data? - Is the places maintenance operation taking too long to run and degrading performance and/or draining users' batteries. - Is...

We recently started using the new error handling system from `support::error` for logins and it seems to be working okay. The next step is to switch the other components to...

A while back we updated the `run_maintenance` function to prune old history if the places DB was over a certain limit. It looks like Fenix wants to start using it,...

That test takes 5s on my box. It does so because it does `let children = (1..sql_support::default_max_variable_number() * 2)` which is very large. This seems wrong because: * That really...

### Pull Request checklist ### Related ticket https://mozilla-hub.atlassian.net/browse/EXP-2697 As the actual alternative for loading first run experiments ([setExperimentsLocally](https://github.com/mozilla/application-services/blob/d5a639d758a8ca7189c5fd2d40e7f6435c35b343/components/nimbus/android/src/main/java/org/mozilla/experiments/nimbus/Nimbus.kt#L467)), does it async this causes nondeterministic behaviour, as in some cases we...

Once #5107 lands, running the test fails with "Crypto Error: Deserialization error". A quick look shows that this might be a real bug rather than a test issue. We should...

To track down #5040, we've added a bunch of logging to places. Once that error is figured out, we should remove the logging. - #5084 - #5105 - Some of...

The `rc_log` component forwards `log::error!` calls to our consumers so they can report them to Sentry, but it's in the process of being replaced with the new error reporting code...

Currently, if the blob content of the icon contained in suggestion from Rust is SVG, the image will be broken unless specify the mimetype. Especially for Yelp Suggestion, as it...

The minimum Python version was recently bumped to version 3.8 in mozilla-central - see [bug 1843209](https://bugzilla.mozilla.org/show_bug.cgi?id=1843209). I'm not sure if we have an official way of enforcing that in this...