Closed
Bug 1618876
Opened 6 years ago
Closed 6 years ago
Remove backward compatibility related to process descriptor
Categories
(DevTools :: Framework, task, P3)
DevTools
Framework
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(2 files)
All servers supported by DevTools should now return process descriptors and we can remove the backward compatibility code related to this.
Process descriptors were introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1566450, so process descriptors should be available from FF70 and the last supported version is FF73.
Most of the backward compatibility code to remove should be in the root front.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D64744
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/be1c112fe2d2
Remove backward compatibility related to process descriptor r=ochameau
https://hg.mozilla.org/integration/autoland/rev/deddf29237d8
Return a process descriptor in RootFront getProcess/getMainProcess r=ochameau
Pushed by malexandru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd6f4f6acdaf
Fix debugger types for listProcesses. a=fix
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/be1c112fe2d2
https://hg.mozilla.org/mozilla-central/rev/deddf29237d8
https://hg.mozilla.org/mozilla-central/rev/dd6f4f6acdaf
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•