fune/browser/components/urlbar/docs
Drew Willcoxon cd732d535b Bug 1836903 - Implement Pocket suggestions. r=daisuke,desktop-theme-reviewers,dao
This implements most parts of Pocket suggestions. They don't need any special UI
or a dynamic result type because they're only shown as the usual best match rows
or non-best match rows.

Still to do:

* Implement the "Show less frequently" behavior once we decide what the keywords
  will be and how that will work.
* Implement the bottom "Mozilla Pocket" text inside the suggestion row once it's
  finalized. We can use the same technique we use to show the "Sponsored" bottom
  text for adM suggestions.

Other changes this makes:

* Replace the `type=bestmatch` attribute with an `bestmatch` attribute. That
  lets best-match rows have a `type` too, in this case `"pocket"` (actually
  either `"rs_pocket"` or `"merino_pocket"`, since I'm using the telemetry
  result type).
* Improve how UrlbarProviderQuickSuggest delegates to individual features when
  getting result commands, view updates, handling commands, etc., so that we
  don't need to add new `case` statements for each new type of suggestion.

Differential Revision: https://phabricator.services.mozilla.com/D180059
2023-06-07 20:19:44 +00:00
..
assets
.rstcheck.cfg
contact.rst
debugging.rst
dynamic-result-types.rst Bug 1827762 - Replace UrlbarProvider.pickResult() and blockResult() with onEngagement() r=mak 2023-04-13 06:03:33 +00:00
experiments.rst Bug 1810702 - remove circular reference warnings r=firefox-source-docs-reviewers,sylvestre DONTBUILD 2023-02-17 12:38:03 +00:00
firefox-suggest-telemetry.rst Bug 1831971 - Remove zero-prefix functionality from the weather suggestion and don't start fetches until a config is set. r=daisuke 2023-05-09 06:37:34 +00:00
index.rst Bug 1765552 - Add ranking documentation to Address Bar source docs. r=mcheang 2023-02-22 18:08:47 +00:00
lifetime.rst Bug 1829880 - Fix broken links in search lifecycle docs and add the most up to date perma links. r=scunnane 2023-04-26 22:52:30 +00:00
nontechnical-overview.rst Bug 1810702 - remove circular reference warnings r=firefox-source-docs-reviewers,sylvestre DONTBUILD 2023-02-17 12:38:03 +00:00
overview.rst Bug 1803873 - Support row buttons in all row types and make changes to tip rows. r=dao 2022-12-06 18:43:49 -05:00
preferences.rst Bug 1836903 - Implement Pocket suggestions. r=daisuke,desktop-theme-reviewers,dao 2023-06-07 20:19:44 +00:00
ranking.rst Bug 1818881 - Avoid polling for frecency recalcs. r=florian,daisuke 2023-02-28 12:57:19 +00:00
telemetry.rst Bug 1736939 - Re-add "Search history" item to history (sub) views from history and library buttons. r=dao,fluent-reviewers,flod 2023-04-27 14:32:46 +00:00
testing.rst Bug 1827596 - Fix UrlbarTestUtils reference link in 'Adress Bar/Testing' 2023-04-29 07:59:55 +00:00
UrlbarController.rst
UrlbarInput.rst
UrlbarView.rst
utilities.rst