Closed
Bug 1720795
Opened 5 years ago
Closed 5 years ago
Some cleanup, round 1
Categories
(DevTools :: Performance Tools (Profiler/Timeline), task)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox92 fixed)
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(4 files)
There are some unused types, unused bits of code, and outdated comments in the performance-new code. This bug cleans up some of them.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D120030
| Assignee | ||
Comment 3•5 years ago
|
||
This function was used by the old popup but is no longer defined anywhere.
Depends on D120031
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D120033
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/ae2c4d886ab1
Remove unused type imports. r=canaltinova
https://hg.mozilla.org/integration/autoland/rev/964fdbf7de20
Remove unused type definitions. r=canaltinova
https://hg.mozilla.org/integration/autoland/rev/72bfa00d7784
Remove checks for non-existent gReportReady function. r=canaltinova
https://hg.mozilla.org/integration/autoland/rev/d1c23578369a
Tweak some comments. r=canaltinova
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ae2c4d886ab1
https://hg.mozilla.org/mozilla-central/rev/964fdbf7de20
https://hg.mozilla.org/mozilla-central/rev/72bfa00d7784
https://hg.mozilla.org/mozilla-central/rev/d1c23578369a
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•