mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
Summary of changes: 1. Adds an `entry` property to the searchMode object to tag how search mode was entered. 2. Introduces `urlbar.searchmode.*` scalars. These scalars are suffixed with an entry point into search mode, for example `urlbar.searchmode.oneoff`, or `urlbar.searchmode.topsites_urlbar`. Those entry points tell us how search mode is entered most often. The keys for these scalars are strings describing what kind of search mode was entered. In most cases, this will be the name of a search engine, like "Google", or "DuckDuckGo". It may also be one of "history", "bookmarks", or "tabs". We only collect the names of engines that are bundled with Firefox. If the user enters search mode with an engine they installed themselves, we record "other" as the key. 3. Adds a urlbar-searchmode SAP to SEARCH_COUNTS. 4. Adds a browser.engagement.navigation.urlbar_searchmode probe. 5. Adds a urlbar_searchmode SAP to the navigation.search event. Differential Revision: https://phabricator.services.mozilla.com/D87510 |
||
|---|---|---|
| .. | ||
| contact.rst | ||
| debugging.rst | ||
| experiments.rst | ||
| index.rst | ||
| overview.rst | ||
| telemetry.rst | ||
| utilities.rst | ||