Closed
Bug 1680000
Opened 5 years ago
Closed 5 years ago
Remove backward compatibility code in GridFront
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
(1 file)
In https://searchfox.org/mozilla-central/rev/168c45a7acc44e9904cfd4eebcb9eb080e05699c/devtools/client/fronts/layout.js#120-127,146-153 , we were handling pre 60 server that didn't have the direction
and writingMode
properties in the GridActor form (but now do https://searchfox.org/mozilla-central/rev/168c45a7acc44e9904cfd4eebcb9eb080e05699c/devtools/server/actors/layout.js#327,330,335,337)
We can remove the conditional code
Assignee | ||
Comment 1•5 years ago
|
||
We can remove the code that was handling connecting to server older
than Firefox 60.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/595a5cfed417
[devtools] Remove backward compatibility code in GridFront. r=jdescottes.
Comment 3•5 years ago
|
||
bugherder |
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
•