fune/browser/components/search
Drew Willcoxon 8d6e7c2b1e Bug 1743885 - Add latency telemetry for search suggestions. r=Standard8
This adds a `SEARCH_SUGGESTIONS_LATENCY_MS` keyed exponential histogram. Keys
are search engine IDs for built-in search engines and "other" for non-built-in
search engines. There are 50 buckets in the range 0s to 30s, which is the same
as the Merino latency histogram and other HTTP latency histograms. Latency is
always recorded except when the remote fetch is aborted, meaning it's recorded
on success, timeout, and error so that we can measure the true latency even on
timeout and error. That's also the same as the Merino histogram.

Differential Revision: https://phabricator.services.mozilla.com/D133830
2021-12-22 23:20:58 +00:00
..
content Bug 1730953 - Migrate strings from browser.dtd to Fluent and remove file. r=emalysz,fluent-reviewers,flod 2021-09-28 21:19:29 +00:00
docs Bug 1743885 - Add latency telemetry for search suggestions. r=Standard8 2021-12-22 23:20:58 +00:00
extensions Bug 1741455 - Update favicon for Cốc Cốc search engine. r=mkaply 2021-11-23 20:45:03 +00:00
schema
test Bug 1721217 - Part 4: Fix search tests to wait for a stop event a bit longer, r=nika 2021-12-16 22:27:16 +00:00
.eslintrc.js
BrowserSearchTelemetry.jsm Bug 1732429: Add telemetry for urlbar handoff. r=Standard8 2021-10-20 22:45:40 +00:00
jar.mn
moz.build
SearchOneOffs.jsm Bug 1722507: Get rid of extra spacer. r=desktop-theme-reviewers,harry 2021-08-11 23:10:29 +00:00
SearchSERPTelemetry.jsm Backed out 2 changesets (bug 1736658) as per request from dev. CLOSED TREE 2021-10-28 19:43:29 +03:00
SearchUIUtils.jsm