Closed
Bug 1502910
Opened 7 years ago
Closed 7 years ago
Remove TimelineActor usage from netmonitor
Categories
(DevTools :: Netmonitor, enhancement, P2)
DevTools
Netmonitor
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission)
Attachments
(2 files)
https://searchfox.org/mozilla-central/rev/8848b9741fc4ee4e9bc3ae83ea0fc048da39979f/devtools/client/netmonitor/src/connector/firefox-connector.js#137-144
The netmonitor instantiate the Timeline front without using target.getFront here.
But this code is for backward compatiblity against FF45, which we no longer support, so this code should be removed.
Then, it looks like the TimeLineActor is no longer used anywhere but tests, so we may be able to also remove it.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Comment 1•7 years ago
|
||
MozReview-Commit-ID: 3GWeJDDfUyG
Assignee | ||
Comment 2•7 years ago
|
||
MozReview-Commit-ID: DtmS18EYw12
Depends on D10186
Assignee | ||
Comment 3•7 years ago
|
||
try run:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=535a6a8667ddeda15889ea6fbf218c0401f0e2db
I was wrong about FF45. The code to be removed is for FF45+ to 60.
But current oldest supported version is 62 (current release channel), so we can already remove this.
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/36b7bb1dd72b
Stop using the timeline actor from netmonitor. r=Honza
https://hg.mozilla.org/integration/autoland/rev/bd20d4c37ba6
Remove TimelineActor. r=Honza
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/36b7bb1dd72b
https://hg.mozilla.org/mozilla-central/rev/bd20d4c37ba6
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•