Files
tubestation/browser/components/urlbar
Stephen Thompson fdf96a1cd2 Bug 1965130 - set JSDoc types and providerName for ActionsResult r=urlbar-reviewers,Standard8
Defines and/or updates JSDoc types on all ActionsResult properties.

The pre-existing property `ActionsResult.providerName` never gets set. `Query.add` sets a `providerName` on UrlbarResult objects, so to follow that pattern, I made `ProviderGlobalActions.startQuery` responsible for setting `providerName` on already constructed `ActionsResult` instances. Having the provider name available for actions results will make it easier for tests to find relevant actions results within search results.

Differential Revision: https://phabricator.services.mozilla.com/D248373
2025-05-09 16:28:37 +00:00
..