Open
Bug 1579134
Opened 6 years ago
Updated 3 years ago
Split computed.js in several modules
Categories
(DevTools :: Inspector, task, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
Details
The computed.js file contains 6 classes:
- SelectorView
- ComputedViewTool
- UpdateProcess
- CssComputedView
- PropertyInfo
- PropertyView
This makes the file hard to understand. We should split it. Note PropertyInfo is really small and only used by PropertyView, so we can probably keep the two together.
Mentioned during the review of Bug 1568840
Assignee | ||
Updated•5 years ago
|
Component: Inspector: Computed → Inspector
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•