forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backed out 4 changesets (bug 1879154) for causing bustage on nsUserCh…
…aracteristics.cpp. CLOSED TREE Backed out changeset 499cae53f42d (bug 1879154) Backed out changeset fdc6b48b7944 (bug 1879154) Backed out changeset 2750454a061c (bug 1879154) Backed out changeset 9890a85aacdd (bug 1879154)
- Loading branch information
Showing
10 changed files
with
0 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,48 +25,3 @@ fingerprinting.protection: | |
- [email protected] | ||
expires: never | ||
telemetry_mirror: FINGERPRINTING_PROTECTION_CANVAS_NOISE_CALCULATE_TIME_MS | ||
|
||
|
||
characteristics: | ||
client_identifier: | ||
type: uuid | ||
description: > | ||
A unique identifier for a user, not the same as the normal Telemetry | ||
client_id, but needed so we can deduplicate reports and only take the most | ||
recent one per user. | ||
lifetime: application | ||
send_in_pings: | ||
- user-characteristics | ||
- deletion-request | ||
notification_emails: | ||
- [email protected] | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879151 | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879154 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879154#c8 | ||
expires: never | ||
data_sensitivity: | ||
- technical | ||
|
||
submission_schema: | ||
type: quantity | ||
unit: versions | ||
description: > | ||
An incrementing constant that represents the current schema/source of the | ||
data present in a ping. By referring to this value in a ping, one can know | ||
for certain the provenance of other data present in the ping, and what | ||
data may or may not be present. | ||
lifetime: application | ||
send_in_pings: | ||
- user-characteristics | ||
notification_emails: | ||
- [email protected] | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879151 | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879154 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879154#c8 | ||
expires: never | ||
data_sensitivity: | ||
- technical |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
131 changes: 0 additions & 131 deletions
131
toolkit/components/resistfingerprinting/nsUserCharacteristics.cpp
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
toolkit/components/resistfingerprinting/nsUserCharacteristics.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
UNIFIED_SOURCES += [ | ||
"test_reduceprecision.cpp", | ||
"test_usercharping.cpp", | ||
] | ||
|
||
FINAL_LIBRARY = "xul-gtest" |
Oops, something went wrong.