Open Bug 1689246 Opened 3 years ago Updated 3 years ago

Remove getTelemetryViewName() from aboutaddons.js

Categories

(Toolkit :: Add-ons Manager, task, P3)

task

Tracking

()

People

(Reporter: ntim, Unassigned)

References

Details

Since aboutaddons.html did as least interaction as it could with extensions.xhtml, it also somewhat did its own view management. After bug 1525179, gViewController is the main place for view management.

recordViewTelemetry in view-controller.js for instance does: gViewController.parseViewId(currentViewId)?.type

I expect helpers/properties can be added on gViewController. After that, the current-view attributes + getTelemetryViewName can be removed in favour of those.

Summary: Clean-up getTelemetryViewName() in aboutaddons.js → Remove getTelemetryViewName() from aboutaddons.js
Severity: -- → N/A
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.