Closed
Bug 1665702
Opened 5 years ago
Closed 4 months ago
Remove unused `idGenerator` argument of `networkMessageUpdates` action method
Categories
(DevTools :: Console, enhancement, P3)
DevTools
Console
Tracking
(firefox147 fixed)
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: ochameau, Assigned: me)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It looks like this argument is always null?
https://searchfox.org/mozilla-central/search?q=networkMessageUpdates%28&path=&case=true®exp=false
Updated•5 months ago
|
Priority: -- → P3
Seems like idGenerator was added to mirror messagesAdd but was never used
Updated•4 months ago
|
Assignee: nobody → me
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c19da6e773a1
https://hg.mozilla.org/integration/autoland/rev/1dd0b388d6fd
[devtools] Remove unused `idGenerator` argument of `networkMessageUpdates` action method. r=devtools-reviewers,nchevobbe
Comment 3•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•