Sammy Khamis

Results 16 issues of Sammy Khamis

### Pull Request checklist ### - [ ] **Quality**: This PR builds and tests run cleanly - Note: - For changes that need extra cross-platform testing, consider adding `[ci full]`...

Part of #1792 I started with proc macros as trying to get the types in UDL is painful (without trying to hackily do stuff like putting the type into the...

Allow the Enum's underlying discriminants to be defined so we can leverage the foreign languages built-in functions. ```[tasklist] ### Tasks - [ ] Add support to the metadata (#1885) -...

## :scroll: Tickets [Jira ticket](https://mozilla-hub.atlassian.net/browse/FXIOS-9398) [Github issue](https://github.com/mozilla-mobile/firefox-ios/issues/20808) First of the Remote Tab Management PRs. Couple of things here: - Add Nimbus feature flag to be able to control it while...

[RustRemoteTabs](https://github.com/mozilla-mobile/firefox-ios/blob/dbe87a88a4332c6b994acd9fb439ced5b1b5881f/firefox-ios/Storage/Rust/RustRemoteTabs.swift#L18) uses a wrapper for application services APIs called Tabs.swift https://github.com/mozilla/application-services/blob/main/components/tabs/ios/Tabs/Tabs.swift It doesn't seem to do us much good and adds a layer of indirection needed for us to implement...

Closing tabs remotely has been completed on Desktop and Android and the Sync team wants to implement on iOS. Link to the Sync Epic: https://mozilla-hub.atlassian.net/browse/SYNC-4089 I think the best way...

A-S