Closed
Bug 1440595
Opened 3 years ago
Closed 3 years ago
Assertion failure: mSearchesOngoing > 0 && mSearches.Contains(aSearch) when using Tags autocomplete
Categories
(Firefox :: Bookmarks & History, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox 61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
Tags autocomplete is just broken, the code should be rewritten in a more modern fashion, and the problem of returning results after the search has been stopped should be solved.
| Assignee | ||
Updated•3 years ago
|
Summary: Assertion failure: mSearchesOngoing > 0 && mSearches.Contains(aSearch) when using Tags autocomplete → Fix tags autocomplete assertions
| Assignee | ||
Updated•3 years ago
|
Summary: Fix tags autocomplete assertions → Assertion failure: mSearchesOngoing > 0 && mSearches.Contains(aSearch) when using Tags autocomplete
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•3 years ago
|
||
Note for the reviewer, this is not a priority, just cleanup.
Comment 3•3 years ago
|
||
| mozreview-review | ||
Comment on attachment 8954826 [details] Bug 1440595 - Fix tags autocomplete assertions. https://reviewboard.mozilla.org/r/223986/#review230946
Attachment #8954826 -
Flags: review?(standard8) → review+
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/df0f95483846 Fix tags autocomplete assertions. r=standard8
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/df0f95483846
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
You need to log in
before you can comment on or make changes to this bug.
Description
•