Closed
Bug 1808158
Opened 2 years ago
Closed 2 years ago
Improve telemetry for dynamic blocklist usage
Categories
(Firefox :: Launcher Process, task)
Tracking
()
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: gstoll, Assigned: gstoll)
Details
Attachments
(3 files)
Now that bug 1744362 is in, we should have better telemetry when the user blocks a DLL. Right now we will only get telemetry when a DLL attempts to load and is blocked, and we have to infer whether it's on the static blocklist or dynamic blocklist. We should instead just include the list of DLLs that are on the dynamic blocklist.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → gstoll
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D165871
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D165872
Updated•2 years ago
|
Attachment #9310503 -
Attachment description: Bug 1808158 - Part 1: move IsValidDynamicBlocklistEntry() to a common location r=rkraesig → Bug 1808158 - Part 1: move IsValidDynamicBlocklistEntry() to a common location r=yjuglaret
Updated•2 years ago
|
Attachment #9310504 -
Attachment description: Bug 1808158 - Part 2: include blocked modules in third-party-modules ping r=rkraesig → Bug 1808158 - Part 2: include blocked modules in third-party-modules ping r=yjuglaret
Updated•2 years ago
|
Attachment #9310505 -
Attachment description: Bug 1808158 - Part 3: use already-calculated blocked modules in about:third-party r=rkraesig → Bug 1808158 - Part 3: use already-calculated blocked modules in about:third-party r=yjuglaret
Pushed by gstoll@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b82755d3d146
Part 1: move IsValidDynamicBlocklistEntry() to a common location r=yjuglaret
https://hg.mozilla.org/integration/autoland/rev/c6b9e7e9d7be
Part 2: include blocked modules in third-party-modules ping r=yjuglaret
https://hg.mozilla.org/integration/autoland/rev/3ba4909d5e85
Part 3: use already-calculated blocked modules in about:third-party r=yjuglaret
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b82755d3d146
https://hg.mozilla.org/mozilla-central/rev/c6b9e7e9d7be
https://hg.mozilla.org/mozilla-central/rev/3ba4909d5e85
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
Assignee | ||
Comment 6•2 years ago
|
||
For the record, the change to update the schema is in this GitHub PR
You need to log in
before you can comment on or make changes to this bug.
Description
•