Open
Bug 1689246
Opened 4 years ago
Updated 4 years ago
Remove getTelemetryViewName() from aboutaddons.js
Categories
(Toolkit :: Add-ons Manager, task, P3)
Toolkit
Add-ons Manager
Tracking
()
NEW
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.
Reporter | ||
Updated•4 years ago
|
Summary: Clean-up getTelemetryViewName() in aboutaddons.js → Remove getTelemetryViewName() from aboutaddons.js
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•