Closed
Bug 1875952
Opened 2 years ago
Closed 2 years ago
Make RemoteSettings devtools environment available in the Suggest Rust backend
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: daisuke, Assigned: daisuke)
References
Details
Attachments
(1 file)
Now, as we have not passed any RemoteSettings configuration, the devtools environment is not applied to Rust component.
- https://searchfox.org/mozilla-central/rev/c130c69b7b863d5e28ab9524b65c27c7a9507c48/browser/components/urlbar/private/SuggestBackendRust.sys.mjs#168-171
- https://searchfox.org/mozilla-central/rev/c130c69b7b863d5e28ab9524b65c27c7a9507c48/third_party/rust/remote_settings/src/client.rs#34-38
In this bug, passing RemoteSettings configuration explicitly to Rust, we will make the devtools environment as well available in Rust.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D199304
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/597f145991e0
Make RemoteSettings devtools environment available in the Suggest Rust backend r=adw
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•