Closed
Bug 1959634
Opened 11 months ago
Closed 11 months ago
Missing return after reject in SearchUtils.fetchIcon()
Categories
(Firefox :: Search, defect, P3)
Tracking
()
RESOLVED
FIXED
139 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox137 | --- | wontfix |
| firefox138 | --- | wontfix |
| firefox139 | --- | fixed |
People
(Reporter: mbeier, Assigned: mbeier)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I noticed there's a return missing after this line: https://searchfox.org/mozilla-central/rev/601256c3cc6f397b018995810fd3f586570f50ee/toolkit/components/search/SearchUtils.sys.mjs#510
This only causes a console error, but it doesn't hurt be fixed anyway.
| Assignee | ||
Comment 1•11 months ago
|
||
Comment 2•11 months ago
|
||
Set release status flags based on info from the regressing bug 1655076
status-firefox137:
--- → affected
status-firefox138:
--- → affected
status-firefox-esr128:
--- → unaffected
Updated•11 months ago
|
Pushed by mbeier@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0602a103aafd
Missing return after reject in SearchUtils.fetchIcon(). r=search-reviewers,scunnane
Comment 4•11 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in
before you can comment on or make changes to this bug.
Description
•