Closed
Bug 1868922
Opened 2 years ago
Closed 2 years ago
The Suggest Rust backend shouldn't lowercase query strings
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: adw, Assigned: daisuke)
References
Details
Attachments
(1 file)
The Suggest Rust backend lowercases query strings before sending them to the Rust component. That's not necessary anymore and probably not even desirable since the component now handles that internally.
| Reporter | ||
Comment 1•2 years ago
|
||
https://github.com/mozilla/application-services/commit/f3cd74035a5eafcdd5925aadc2859ec59583ecdb hasn't been vendored into m-c yet, so this is blocked until then.
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d558120aba19
Pass user's query as is to Rust component to keep string cases r=adw
Comment 4•2 years ago
|
||
Backed out for causing xpcshell failures in test_tab_quickwrite.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | services/sync/tests/unit/test_tab_quickwrite.js | test_tab_quickwrite_works - [test_tab_quickwrite_works : 58] false == true
Flags: needinfo?(daisuke)
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(daisuke)
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0253ebfe13cc
Pass user's query as is to Rust component to keep string cases r=adw
Comment 6•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•