application-services
application-services copied to clipboard
Firefox Application Services
Right now there is currently a problem where our XCFramework is not building arm64 simulator (M1) SQLite. However, everything else is being built correctly. Summary of what I think is...
This is the other half of #4397. I'm not sure how I feel about it - on one hand, killing the dupe from .udl files seems great! OTOH though, adding...
We're currently getting about [100-150 of these errors a day in sentry](https://sentry.prod.mozaws.net/operations/firefox/issues/19455994/?query=is%3Aunresolved). That's not a huge amount, but it seems like we should do something about it. - If these...
M1 builds run successfully but unfortunately fail testing any component due to a failing to load a SQLite for arm64e and failing to build/load libxul.dylib for Glean. Steps to reproduce:...
tried running this locally on my Intel machine and got a ```sh WARNING: mismatching Java (with 64-bit 64-bit) and system (x86_64) architectures. Make sure this is intentional, or you may...
This is our top crash right now for the 100 nightly cycle. Happens close to startup (as we're initializing the storage): ``` mozilla.appservices.autofill.AutofillException$OpenDatabaseException at mozilla.appservices.autofill.FfiConverterTypeAutofillError.read(autofill.kt:13) at mozilla.appservices.autofill.FfiConverterTypeAutofillError$lift$1.invoke(autofill.kt:2) at mozilla.appservices.autofill.FfiConverterTypeAutofillError$lift$1.invoke(autofill.kt:1) at...
There are a couple updates that I'd like to make to our taskcluster code: - Combine [all these ENV setting statements](https://github.com/mozilla/application-services/blob/main/taskcluster/docker/linux/Dockerfile#L23-L41) into 1 line. That way we aren't creating so...
Right now there is an edge case we need to handle to help M1 users who are using rosetta and have built a-s in the past migrate a little easier...
Can we create a set of standard [sqlite pragmas](https://www.sqlite.org/pragma.html) for our components that could be set in `sql-support` by default based on our current pragma usage (see [here](https://github.com/mozilla/application-services/issues/4872#issuecomment-1066813381) for context)?...
I've been looking around in the apps, (mostly iOS) and since we only provide a `get_devices` API, [they end up not even looking at the `DeviceCapabilities` at all (at least...