Consider increasing or removing MAX_OMNIBOX_RESULT_COUNT
Categories
(Firefox :: Address Bar, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: gregp, Assigned: gregp)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome, parity-edge, parity-opera)
Attachments
(1 file)
MAX_OMNIBOX_RESULT_COUNT (formerly known as MAXIMUM_ALLOWED_EXTENSION_MATCHES) has had the same value of 6
since being introduced in bug 1267810. Per bug 1267810 comment 29, this was the same limit Chromium had. Unfortunately, this is no longer the case. Chromium now allows a maximum of 10 visible results.
I think we should align with this change, either by increasing MAX_OMNIBOX_RESULT_COUNT or by removing it. I think we should remove it, as browser.urlbar.maxRichResults
already has a default value of 10
.
Assignee | ||
Comment 1•2 years ago
|
||
MAX_OMNIBOX_RESULT_COUNT was introduced in bug 1267810 to increase compatibility with Chromium. It no longer serves this purpose as Chromium has since removed its limit of 6 extension-supplied results.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Looks like this is all in search code.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Backed out changeset d4b852d0732c (Bug 1814980) for causing xpc failures in test_providerOmnibox.js
Log: https://treeherder.mozilla.org/logviewer?job_id=404889913&repo=autoland&lineNumber=3776
Backout: https://hg.mozilla.org/integration/autoland/rev/8a13d2fac4d437dcffe98094590fa69da27f9db8
Comment 7•2 years ago
|
||
bugherder |
Description
•