gecko-dev/browser
Drew Willcoxon 2bb927649b Bug 1752470 - Allow quick suggest results to be best matches. r=daisuke
This revision is intended to work with two others in order to fully implement
the best match MVP. The three revisions are the following:

1. This revision sets `result.isBestMatch` to true if `is_best_match` is true in
   the quick suggest suggestion.
2. In D137097, results with `isBestMatch` are shown in the view as best matches.
3. We haven't finalized the logic for deciding which suggestions should be best
   matches -- in other words, which suggestions should get `is_best_match`.
   Once we finalize that, I'll make a third revision that implements it and sets
   `is_best_match` appropriately on suggestion objects. Merino will need to
   include `is_best_match` in its suggestion objects too as appropriate.

In order to test this revision, I added support for a temporary
`_test_is_best_match` on suggestion objects that the test can use.

Depends on D137097

Differential Revision: https://phabricator.services.mozilla.com/D137250
2022-02-01 22:18:50 +00:00
..
actors Bug 1678965 - Part 2: set cross opener group for openLinkIn tabs opened as new tabs, r=dao 2022-01-25 17:42:45 +00:00
app Bug 1752470 - Allow quick suggest results to be best matches. r=daisuke 2022-02-01 22:18:50 +00:00
base Bug 1750839 - Enable fission browser-chrome for variants. r=mccr8,releng-reviewers,gbrown 2022-02-01 19:30:34 +00:00
branding Bug 1592731 - Update Firefox ESR's update failure doorhanger to direct user to the ESR download page. r=nalexander,mkaply 2021-12-21 20:57:08 +00:00
components Bug 1752470 - Allow quick suggest results to be best matches. r=daisuke 2022-02-01 22:18:50 +00:00
config Bug 1734722 - Part 1: Add CI jobs for DOM Streams r=glandium 2022-01-31 22:15:38 +00:00
docs Backed out 2 changesets (bug 1721229) for causing multiple crashes on payment-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html. 2022-01-19 04:10:45 +02:00
extensions Bug 1750839 - Enable fission browser-chrome for variants. r=mccr8,releng-reviewers,gbrown 2022-02-01 19:30:34 +00:00
fonts Bug 1714632 - Update bundled TwemojiMozilla font to 0.6.0 (Twemoji 13.1). r=lsalzman 2021-07-16 23:04:00 +00:00
fxr Bug 1708243 - Part 4: Remove tab-content.js and onExtensionBrowser.js, stop touching .content eagerly r=robwu 2021-10-09 22:45:28 +00:00
installer Bug 1751811 - Stop installing msdia140.dll. r=firefox-build-system-reviewers,andi 2022-01-25 20:01:37 +00:00
locales Bug 1752409 - Stub out new save to Pocket panels. r=gvn,fluent-reviewers,flod 2022-02-01 21:22:31 +00:00
modules Bug 1752890 Mirror already-duplicated browser engagement metrics for validation r=TravisLong 2022-01-31 21:43:56 +00:00
themes Bug 1752251 - Implement best match rows in the urlbar view. r=dao 2022-02-01 22:18:50 +00:00
tools/mozscreenshots Bug 1747461 - Remove FileUtils.getFile from browser/tools/mozscreenshots r=MattN 2022-01-19 18:37:24 +00:00
.eslintrc.js Bug 1515695 - Remove Task.jsm. r=florian,jdescottes 2021-06-17 08:28:02 +00:00
LICENSE
Makefile.in
app.mozbuild Bug 1746299 - Remove broken support for --enable-project=extensions and --enable-extensions. r=Gijs,firefox-build-system-reviewers,mhentges 2021-12-18 00:32:34 +00:00
build.mk
confvars.sh Bug 1747855 - Move --disable-updater to python configure. r=firefox-build-system-reviewers,geckoview-reviewers,mhentges,calu 2021-12-30 00:54:02 +00:00
defs.mk
l10n-registry.manifest
moz.build
moz.configure