Closed
Bug 1591410
Opened 5 years ago
Closed 5 years ago
Remove deprecatedThreadClient from DevTools
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(3 files)
DeprecatedThreadClient was introduced in Bug 1494796 for backward compatibility with Fx68 or earlier.
We are now on Firefox 72, so we only support debugging Fx70 or newer, so we can remove it.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D50605
All the traits removed here are not checked anywhere in the codebase.
There is more cleanup to do around old traits that are no longer relevant for backward compatibility, but that might still be used for feature detection.
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D50616
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bb110f2ff3af
Remove devtools/shared/client/deprecated-thread-client.js r=ochameau
https://hg.mozilla.org/integration/autoland/rev/ebcab1293683
Remove unused root actor traits r=ochameau
https://hg.mozilla.org/integration/autoland/rev/a17656e52c28
Remove unused UnsolicitedPauses constants r=jlast,ochameau
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bb110f2ff3af
https://hg.mozilla.org/mozilla-central/rev/ebcab1293683
https://hg.mozilla.org/mozilla-central/rev/a17656e52c28
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
You need to log in
before you can comment on or make changes to this bug.
Description
•