Closed
Bug 1548639
Opened 3 years ago
Closed 3 years ago
Search engine default checks for locale with "startsWith" are broken
Categories
(Firefox :: Search, defect, P1)
Firefox
Search
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
When I wrote the new unit tests in bug 1541210, I made a mistake with the logic for locales that a engine should be included with when using startsWith
.
It currently never returns a match for startsWith
as the comparison is the wrong way around.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D28856
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d59bc9316e78 Fix handling of 'startsWith' checks for the search engine configuration tests. r=daleharvey
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Assignee | ||
Updated•3 years ago
|
Iteration: --- → 68.4 - Apr 29 - May 12
You need to log in
before you can comment on or make changes to this bug.
Description
•