Closed
Bug 1838856
Opened 2 years ago
Closed 2 years ago
Add telemetry for how long we spend on calculating canvas random noise
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
2.68 KB,
text/plain
|
chutten
:
data-review+
|
Details |
48 bytes,
text/x-phabricator-request
|
Details | Review |
The Canvas Randomization introduces random noise to the canvas data when extracting. We want to measure the time spent calculating the random noises so that we can know the overhead.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → tihuang
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Attachment #9339874 -
Flags: data-review?(chutten)
Comment 2•2 years ago
|
||
Comment on attachment 9339874 [details]
data-request-bug1838856.md
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Tim Huang is responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, Interaction. (It might be Cat1, honestly, but I'm happy to accept the requestor's categorization)
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Attachment #9339874 -
Flags: data-review?(chutten) → data-review+
Assignee | ||
Comment 3•2 years ago
|
||
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b8784b3350a1
Add a telemetry for measuring the calculating time of canvas random noises. r=tjr
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•