Closed
Bug 1709266
Opened 4 years ago
Closed 4 years ago
[DevTools Release 90 Tasks] Remove backward compatibility code for emitDescriptorDestroyed
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox90 fixed)
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(3 files)
Assignee | ||
Comment 1•4 years ago
|
||
We no longer support connecting to FF87. emitDescriptorDestroyed was added to all tab descriptors in FF88 so all the code checking it can be removed.
Rephrased the comment around the about:debugging use case.
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D114198
The isDevToolsExtensionContext flag was removed in Bug 1699493, we should be able to remove this check
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D114199
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b70ec1cbca94
[devtools] Remove backward compatibility code for emitDescriptorDestroyed r=ochameau
https://hg.mozilla.org/integration/autoland/rev/c5690af9defb
[devtools] Remove unused isDevToolsExtensionContext check in tabDescriptor r=ochameau
https://hg.mozilla.org/integration/autoland/rev/facd310ec191
[devtools] Stop listening for worker-close in worker descriptor front r=ochameau,devtools-backward-compat-reviewers
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b70ec1cbca94
https://hg.mozilla.org/mozilla-central/rev/c5690af9defb
https://hg.mozilla.org/mozilla-central/rev/facd310ec191
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•