browser.search.totalSearches capped at 101 and not 100
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
People
(Reporter: sertonix, Assigned: jprickett)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [qa-triaged])
Attachments
(1 file)
Steps to reproduce:
Go to about:config and set browser.search.totalSearches to 100. Then search in a new tab.
Actual results:
browser.search.totalSearches increased from 100 to 101
Expected results:
browser.search.totalSearches shouldn't increase anymore when it reached 100
I think the fix would simply be replacing totalSearches <= totalSearchesCap
with totalSearches < totalSearchesCap
.
Comment 2•6 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Fenix::General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•6 days ago
|
||
:jprickett, since you are the author of the regressor, bug 1912351, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 4•5 days ago
|
||
There is no browser.search.totalSearches in about:config on Fenix. Taking into account the regressor, I'm moving this bug to Firefox product.
Updated•5 days ago
|
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Comment 5•3 days ago
|
||
Assignee | ||
Updated•3 hours ago
|
Description
•