Closed
Bug 1680211
Opened 5 years ago
Closed 5 years ago
Remove backward compatibility code for server >60 and <=70
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox85 fixed)
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Prior to Firefox 68, worker target didn't have a unique id,
and we were relying on their actor id in a few places.
Now that we should have the id everywhere, we can remove
the backward compatibility code, and simplify some of
the logic.
Assignee | ||
Comment 2•5 years ago
|
||
The function was taking care of removing old addons.
It landed 2 years ago, so we can assume that we don't
need that anymore.
Depends on D98464
Assignee | ||
Comment 3•5 years ago
|
||
All addons have the hidden property now, so we can remove
the backward compatibility code and tidy up things a bit.
Depends on D98465
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7526fa4b5b48
[devtools] Remove backward compatibility code for handling worker targets without unique id. r=jdescottes.
https://hg.mozilla.org/integration/autoland/rev/081f8615c6e3
[devtools] Remove uninstallUnsupportedExtensions function. r=jdescottes.
https://hg.mozilla.org/integration/autoland/rev/40fcd71759fe
[devtools] Remove backward compatibility code to handle hidden system addons. r=jdescottes.
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7526fa4b5b48
https://hg.mozilla.org/mozilla-central/rev/081f8615c6e3
https://hg.mozilla.org/mozilla-central/rev/40fcd71759fe
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•