Mark Hammond
Mark Hammond
Currently it says "Application Services is a platform for building cloud-powered applications that target Firefox users." More accurate is something like "Application Services is a platform for building cross-platform browser...
This also includes #6281 - you might prefer to review both together or review that by itself, then review this (ie, just the tabs engine changes) once that is merged....
The core foundation for `CloseInactiveTabs` - still to come: * Teaching the tabs engine about the command * Having Fenix support the command. ### Pull Request checklist ### - **Breaking...
[Rendered](https://github.com/mhammond/application-services/blob/adr-8/docs/adr/0009-use-tracing.md) Putting this up as a draft for internal feedback, after which I'll share it more widely (but feel free to share it as you see fit and/or add additional...
https://github.com/mozilla/uniffi-rs/blob/main/docs/diplomat-and-macros.md was written quite a few years ago, well before procmacro support was even a glint in @jplatte's eye - it should be updated to reflect current reality.
## Description ## Steps to Reproduce the Problem 1. Execute `jj squash {some_changeid}` instead of the intended `-r {some_change_id}` ## Expected Behavior jj takes no action (assuming the changeid isn't...
``` #[uniffi::export] impl MyTrait for MyObject { ... } ``` Currently works by ignoring `MyTrait`. This adds new metadata to record it, allowing foreign bindings to implement things like inheritance...
In #2169 there's: ``` #[uniffi::export] impl AutoComplete for Bip39AutoComplete { ``` and we should support it! It could mean * Any time (some times?) a trait is used, eg in...
Discussed a little with @linabutler and @bendk about this papercut. It exists for functions too, but seems more of a PITA for traits. Eg, you can't use [this as a...