application-services
application-services copied to clipboard
Firefox Application Services
[Bug 1742558](https://bugzilla.mozilla.org/show_bug.cgi?id=1742558) added image preview support to desktop places. We might end up needing something similar for our tabs work, so should see if we can get inspiration from that...
A mirror of the same issue in A-C: https://github.com/mozilla-mobile/android-components/issues/11413 The patch for A-C simply removes contents of `~/.m2/repository/org/mozilla/components` before publishing. Perhaps the same approach could work here as well (but...
Coming from https://github.com/mozilla-mobile/android-components/pull/11344 - the fix in that PR shouldn't have been necessary, at least at the surface level, since the URL matching query at least makes an attempt to...
┆Issue is synchronized with this [Jira Bug](https://mozilla-hub.atlassian.net/browse/SYNC-2824)
For each of Android, iOS and Desktop we should record the state of push for this device. Specifically, once per session, after the list of FxA devices has been fetched,...
For each of Android, iOS and Desktop we should record the state of push for this device. Specifically, once per session, after the list of FxA devices has been fetched,...
``` mozilla.components.support.rustlog.RustErrorException: places::ffi - Unexpected error: SqlError(SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some("LIKE or GLOB pattern too complex"))) at mozilla.components.support.rustlog.CrashReporterOnLog.invoke(RustLog.kt:9) at mozilla.appservices.rustlog.RawLogCallbackImpl.invoke(RustLogAdapter.kt:3) at java.lang.reflect.Method.invoke(Method.java) at com.sun.jna.CallbackReference$DefaultCallbackProxy.invokeCallback(CallbackReference.java:11) at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback(CallbackReference.java:1) at...
┆Issue is synchronized with this [Jira Bug](https://mozilla-hub.atlassian.net/browse/SYNC-2853)
[this report](https://sentry.prod.mozaws.net/operations/firefox-nightly/issues/12007622) says `ffi_support::error - Caught a panic calling rust code: "index out of bounds: the len is 2 but the index is 2"` - calling `SyncManager::sync` but no further...
This function seems unnecessarily complex and we should simplify it. Some issues to address: - Do we need a macro to set the local/remote logins? - Can we create an...