Open
Bug 1949124
Opened 1 month ago
Updated 5 days ago
Update the engine selector for desktop to default to alphabetical ordering, similar to the Rust based engine selector
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
NEW
People
(Reporter: standard8, Assigned: mcheang)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng])
Attachments
(1 file)
To make it easier for the Rust based engine selector, and to match functionalities, I think we should change the existing JavaScript selector to sort alphabetically for non-default and no order hint engines. We should update the tests to match.
I think this should be alright to do, as the search service manages its own sort, for various reasons.
The advantage with updating the sorting in the JavaScript selector is to allow it to match the Rust based selector, and hence this will make the engine selector tests pass, regardless of which selector is enabled.
Updated•1 month ago
|
Reporter | ||
Updated•12 days ago
|
Assignee: nobody → mcheang
Assignee | ||
Comment 1•5 days ago
|
||
This patch updates the JS selector sorting to match the Rust selector for
consistency. The selector will sort alphabetically when engines have no order
hint and are not defaults.
You need to log in
before you can comment on or make changes to this bug.
Description
•