Closed
Bug 1783293
Opened 2 years ago
Closed 3 months ago
Network and certificate error pages have a bunch of unused telemetry code hanging around
Categories
(Firefox :: Security, task)
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(1 file)
bug 1681839, bug 1563355 and bug 1241455 moved and removed various bits here, and bug 1533951 tried to carefully preserve some of it - but it was already broken.
AFAICT:
TLS_ERROR_REPORT_UI
as a histogram is unused and can be removed.- Nothing sends
Browser:SSLErrorReportTelemetry
anymore so the listener can be removed - Nothing listens for
AboutNetErrorUIExpanded
anymore so we can stop creating the event.
There might be more loose ends to tie up here, I stopped looking at some point.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:serg, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(sgalich)
Updated•2 years ago
|
Severity: -- → N/A
Type: defect → task
Flags: needinfo?(sgalich)
Comment 2•3 months ago
|
||
Mentioned things got taken care of in the meantime.
TLS_ERROR_REPORT_UI
andAboutNetErrorUIExpanded
got removed in Bug 1862062, D192398- noone listents to
Browser:SSLErrorReportTelemetry
anymore https://searchfox.org/mozilla-central/search?path=&q=Browser%3ASSLErrorReportTelemetry
Let's close this bug.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 3•3 months ago
|
||
(In reply to :Gijs (he/him) from comment #0)
- Nothing listens for
AboutNetErrorUIExpanded
anymore so we can stop creating the event.
This is still there.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 4•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → gijskruitbosch+bugs
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e8fff9ccd78a
remove unused event dispatching from network/cert error pages, r=manuel
Comment 6•3 months ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 3 months ago → 3 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•