AddonSuggestions.sys.mjs |
A feature that supports Addon suggestions.
|
6366 |
AmpSuggestions.sys.mjs |
A feature that manages AMP suggestions.
|
12619 |
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).
|
5026 |
FakespotSuggestions.sys.mjs |
A feature that supports Fakespot suggestions.
|
9458 |
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 |
MDNSuggestions.sys.mjs |
A feature that supports MDN suggestions.
|
4019 |
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 |
15290 |
WeatherSuggestions.sys.mjs |
A feature that periodically fetches weather suggestions from Merino.
|
18127 |
WikipediaSuggestions.sys.mjs |
A feature that manages Wikipedia suggestions, both offline (Rust) and online
(Merino).
|
2394 |
YelpSuggestions.sys.mjs |
@import {GeonameMatch} from "moz-src:///toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs"
|
19545 |