Open
Bug 1402914
Opened 8 years ago
Updated 3 years ago
Optimize React render() for inspector/boxmodel
Categories
(DevTools :: Inspector, enhancement, P2)
DevTools
Inspector
Tracking
(firefox57 fix-optional)
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: miker, Unassigned)
References
Details
(Whiteboard: [todo-mr][t1])
No description provided.
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Reporter | ||
Comment 3•8 years ago
|
||
Optimize the following components:
inspector/boxmodel/components/BoxModel.js:20: displayName: "BoxModel",
inspector/boxmodel/components/BoxModelApp.js:29: displayName: "BoxModelApp",
inspector/boxmodel/components/BoxModelEditable.js:17: displayName: "BoxModelEditable",
inspector/boxmodel/components/BoxModelInfo.js:23: displayName: "BoxModelInfo",
inspector/boxmodel/components/BoxModelMain.js:28: displayName: "BoxModelMain",
inspector/boxmodel/components/BoxModelProperties.js:23: displayName: "BoxModelProperties",
inspector/boxmodel/components/ComputedProperty.js:16: displayName: "ComputedProperty",
Summary: Optimize React render() for markup view → Optimize React render() for inspector/boxmodel
Updated•8 years ago
|
status-firefox57:
--- → fix-optional
Comment 4•8 years ago
|
||
Any updates here Mike? Should you unassign yourself from this bug for now?
Priority: -- → P2
Reporter | ||
Comment 5•8 years ago
|
||
Yes, I am starting with the Network Monitor because Honza requested it so it makes sense to remove myself.
Assignee: mratcliffe → nobody
Status: ASSIGNED → NEW
Whiteboard: [todo-mr][t1]
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•