Open Bug 1579134 Opened 5 years ago Updated 2 years ago

Split computed.js in several modules

Categories

(DevTools :: Inspector, task, P3)

task

Tracking

(Not tracked)

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

See Also: → 1579137
Component: Inspector: Computed → Inspector
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.