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

When reviewing the logins sentry data, I saw a lot of events like [this one](https://sentry.io/organizations/mozilla/discover/fenix-beta:dfe36319caae4859a7d8b023d00b4060/?field=issue&field=title&field=project&field=user.display&field=timestamp&name=All+Events&project=6295551&query=logins&sort=-timestamp&statsPeriod=24h&yAxis=count%28%29) with this error. We should investigate this and either fix the code or stop reporting...

It requires the sync15_traits crate to include a large amount of unnecessary API surface. It exists just to support the tabs engine's dependence on the clients engine, we should think...

Currently when trying to combine ios and ios-rust directories. There is a good oppurtunity to get rid of Glean bundled as a sub module and instead consume Glean as a...

In the context of string substituion in GleanPlumb string helper, where a template variable is used in the template, but isn't in the context. * we should just not display...

_Originally posted by @tarikeshaq in https://github.com/mozilla/application-services/pull/4701#discussion_r768868181_ Definitely for a follow up... Probably not be worth it unless the fml takes a long time to compile, which it doesn't now -...

We recently encountered a bug (see https://github.com/mozilla/application-services/issues/4691) where web push was broken, and the only reason we caught it was because a user reported it. The reason it didn't hit...

After the full removal of carthage. We will have two folder paths in megazord both ios and ios-rust. iOS contains our xcodeproj and iOS tests while ios-rust contains our XCFramework...

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,...

With the new move to Swift Package Manager. It's very easy to change the URL to point to a PR artifact or new release, however given that firefox-ios has many...

Saw in a recent PR for Fenix - https://github.com/mozilla-mobile/fenix/pull/21212 the need to know how many children are in current node's childrens. Based on this we would know whether to offer...