AddonSuggestions.sys.mjs |
A feature that supports Addon suggestions.
|
6367 |
AmpSuggestions.sys.mjs |
A feature that manages AMP suggestions.
|
12622 |
DynamicSuggestions.sys.mjs |
A feature for dynamic suggestions served by the Suggest Rust component.
Dynamic Rust suggestions are not statically typed except for a few core
properties, so they can be used to serve many different types of suggestions
without any Rust changes. They are also used for hidden-exposure suggestions
(potential exposures).
|
14360 |
GeolocationUtils.sys.mjs |
Utils for fetching the client's geolocation from Merino, computing distances
between locations, and finding suggestions that best match the geolocation.
|
10276 |
ImpressionCaps.sys.mjs |
Impression caps and stats for quick suggest suggestions.
|
15190 |
MarketSuggestions.sys.mjs |
A feature that supports Market suggestions like stocks, indexes, and funds.
|
6714 |
MDNSuggestions.sys.mjs |
A feature that supports MDN suggestions.
|
4022 |
MLSuggest.sys.mjs |
MLSuggest helps with ML based suggestions around intents and location.
|
13636 |
SuggestBackendMerino.sys.mjs |
@import {MerinoClient} from "resource:///modules/MerinoClient.sys.mjs"
|
2738 |
SuggestBackendMl.sys.mjs |
The Suggest ML backend. Both the ML and Rust backends can be enabled at the
same time. Features can support both backends and decide which one to use per
query.
|
3570 |
SuggestBackendRust.sys.mjs |
@import {SuggestProvider} from "resource:///modules/urlbar/private/SuggestFeature.sys.mjs"
@import {
GeonameAlternates, Geoname, GeonameMatch, GeonameType, Suggestion
} from "moz-src:///toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs"
|
32711 |
SuggestFeature.sys.mjs |
eslint-disable no-unused-vars |
15282 |
WeatherSuggestions.sys.mjs |
A feature that periodically fetches weather suggestions from Merino.
|
18130 |
WikipediaSuggestions.sys.mjs |
A feature that manages Wikipedia suggestions, both offline (Rust) and online
(Merino).
|
2397 |
YelpSuggestions.sys.mjs |
@import {GeonameMatch} from "moz-src:///toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs"
|
19548 |