Closed
Bug 1597955
Opened 6 years ago
Closed 5 years ago
Remove ConsoleTable methods for pre-Firefox 72 server result
Categories
(DevTools :: Console, task, P3)
DevTools
Console
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
In Bug 1326182, we are changing what the server sends for console.table
calls.
This means that the client-side can be simplified a lot when we don't need to handle pre-Firefox 72 servers anymore:
- remove
ConsoleTable
componenttableData
prop - remove
ConsoleTable
componentcomponentWillMount
hook - remove
messageGetTableData
action - remove
getDeprecatedTableItems
function inConsoleTable.js
Assignee | ||
Comment 1•5 years ago
|
||
This removes all the now unnecessary props, methods and functions
we had to support pre-72 servers.
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c26be29b4ae8
Remove ConsoleTable methods for pre-Firefox 72 backward compatibility. r=rcaliman.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•