mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
faaf1bbc04
Summary of changes: * Replace the `matchBuckets` pref with `resultBuckets`. * `resultBuckets` stores a JSON'ed root result bucket object. See the big javadoc above `makeResultBuckets` in UrlbarPrefs for details. * Convert existing result groups to more granular groups. This lets us remove the heuristic-ordering logic in the muxer. It also lets us fix a subtle inconsistency with regard to remote suggestions and form history; see the removal of the two comments that start with "Note that the second form history result appears after the remote suggestions" and "Note that the remote suggestions appear in between the two form history results" in test_search_suggestions.js. * Unlike `matchBuckets`, `resultBuckets` stores *all* buckets, including the heuristic at the beginning. Modify the muxer so that it discards heuristic results that are not the first result. Depends on D103137 Differential Revision: https://phabricator.services.mozilla.com/D99281 |
||
---|---|---|
.. | ||
actors | ||
app | ||
base | ||
branding | ||
components | ||
config | ||
docs | ||
extensions | ||
fonts | ||
fxr | ||
installer | ||
locales | ||
modules | ||
themes | ||
tools/mozscreenshots | ||
.eslintrc.js | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
defs.mk | ||
l10n-registry.manifest | ||
LICENSE | ||
Makefile.in | ||
moz.build | ||
moz.configure |