Closed
Bug 1568528
Opened 6 years ago
Closed 6 years ago
Remove HUDService's lastFinishedRequest
Categories
(DevTools :: Console, task, P3)
DevTools
Console
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
We never assign it anything useful, and we only use it in a getter in webconsole (See https://searchfox.org/mozilla-central/search?q=lastFinishedRequest&case=false®exp=false&path=), so it can probably be removed.
Here's a TRY push https://treeherder.mozilla.org/#/jobs?repo=try&revision=eaf2663b25fd686c9499002a590a3d056514858c
Assignee | ||
Comment 1•6 years ago
|
||
Looks like the property is never used, so we can probably
remove it.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ee1ac72b98fb
Remove HUDService's lastFinishedRequest. r=ochameau.
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•