Closed
Bug 1895740
Opened 2 years ago
Closed 2 years ago
Incorrect orders of engines in searchengine-devtools when using search-config-v2
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
129 Branch
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng])
Attachments
(3 files)
With the new search config, searchengine-devtools should be able to show the same order for application search engines as Firefox will have when it first starts up on a new profile.
It appears we missed implementing the sorting in the devtools, so I'll add that here.
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd63611adb35
Move sorting of search engines out to a utility function. r=mcheang
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
| Assignee | ||
Comment 5•2 years ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D213440
Updated•2 years ago
|
Attachment #9407803 -
Flags: approval-mozilla-beta?
Comment 6•2 years ago
|
||
beta Uplift Approval Request
- User impact if declined: None, this is re-arranging code so that the sorting algorithm can be reused by our searchengine-devtools add-on. This will mean that using the devtools on the new ESR will be able to return the expected default order of search engines. This is useful when checking deployments of search engines.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: Low
- Explanation of risk level: Moving a function into another file with a few changes, covered by tests
- String changes made/needed: None
- Is Android affected?: no
| Assignee | ||
Comment 7•2 years ago
|
||
Updated•2 years ago
|
Attachment #9407803 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•2 years ago
|
status-firefox128:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•