Closed
Bug 1722539
Opened 3 years ago
Closed 3 years ago
Fix display of interactions in the interactions viewer
Categories
(Firefox :: Bookmarks & History, defect, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox90 | --- | unaffected |
firefox91 | --- | unaffected |
firefox92 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1721664 changed how the columns were handled when iterating over the results of database query.
The default parameter for columns is this.columnMap.keys()
which is correct, but it is an iterator so we can only use it once - which breaks the code as we use the column list once per row.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b4a60341aaa9
Fix display of interactions in the interactions viewer. r=mak
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Updated•3 years ago
|
status-firefox90:
--- → unaffected
status-firefox91:
--- → unaffected
status-firefox-esr78:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•