Closed
Bug 1706616
Opened 4 years ago
Closed 4 years ago
Add telemetry for URL query string stripping
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
We plan to add telemetry probes for following items
- Number of query stripping happens
- Ratio of navigations has stripped query strings
- Where stripping happens, navigate or redirect
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → tihuang
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Attachment #9224939 -
Flags: data-review?(chutten)
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D117006
Comment 5•4 years ago
|
||
Comment on attachment 9224939 [details]
review-request.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 is Telemetry so 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.
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 #9224939 -
Flags: data-review?(chutten) → data-review+
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8446bda339b7
Part 1: Add telemetry probe for query stripping. r=dimi,necko-reviewers,dragana
https://hg.mozilla.org/integration/autoland/rev/443f5f8fe809
Part 2: Add a test for the query stripping telemetry. r=dimi
Comment 7•4 years ago
|
||
Backed out 2 changesets (Bug 1706616) for causing bc failures in browser_urlQueryStringStripping_telemetry.js
Flags: needinfo?(tihuang)
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(tihuang)
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0d901239cc7a
Part 1: Add telemetry probe for query stripping. r=dimi,necko-reviewers,dragana
https://hg.mozilla.org/integration/autoland/rev/7979a6bdcdae
Part 2: Add a test for the query stripping telemetry. r=dimi
Comment 9•4 years ago
|
||
Backed out 2 changesets (Bug 1706616) for causing failures in browser_urlQueryStringStripping_telemetry.js
Backout link
Push with failures
Failure Log
Flags: needinfo?(tihuang)
Comment 10•4 years ago
|
||
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/720d658b9411
Part 1: Add telemetry probe for query stripping. r=dimi,necko-reviewers,dragana
https://hg.mozilla.org/integration/autoland/rev/0c03de83f9a8
Part 2: Add a test for the query stripping telemetry. r=dimi
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(tihuang)
Comment 11•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/720d658b9411
https://hg.mozilla.org/mozilla-central/rev/0c03de83f9a8
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•