Skip to content

Commit

Permalink
Bug 1810790 - Remove Origin Telemetry. r=chutten,timhuang
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-friedberger committed Jan 30, 2023
1 parent 53201ef commit d9e8467
Show file tree
Hide file tree
Showing 53 changed files with 2 additions and 8,496 deletions.
1 change: 0 additions & 1 deletion config/external/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ if not CONFIG["MOZ_SYSTEM_JPEG"]:
external_dirs += ["media/libjpeg"]

DIRS += [
"/third_party/prio",
"/third_party/msgpack",
"/third_party/sipcc",
]
Expand Down
20 changes: 0 additions & 20 deletions dom/chrome-webidl/PrioEncoder.webidl

This file was deleted.

4 changes: 0 additions & 4 deletions dom/chrome-webidl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,3 @@ WEBIDL_FILES += [
"Glean.webidl",
"GleanPings.webidl",
]

WEBIDL_FILES += [
"PrioEncoder.webidl",
]
1 change: 0 additions & 1 deletion dom/ipc/WindowGlobalParent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,6 @@ void WindowGlobalParent::ActorDestroy(ActorDestroyReason aWhy) {

if (mDocumentURI && (net::SchemeIsHTTP(mDocumentURI) ||
net::SchemeIsHTTPS(mDocumentURI))) {
GetContentBlockingLog()->ReportOrigins();
GetContentBlockingLog()->ReportEmailTrackingLog(DocumentPrincipal());
}
}
Expand Down
1 change: 0 additions & 1 deletion dom/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ DIRS += [
"simpledb",
"reporting",
"localstorage",
"prio",
"l10n",
"origin-trials",
"webscheduling",
Expand Down
227 changes: 0 additions & 227 deletions dom/prio/PrioEncoder.cpp

This file was deleted.

58 changes: 0 additions & 58 deletions dom/prio/PrioEncoder.h

This file was deleted.

22 changes: 0 additions & 22 deletions dom/prio/moz.build

This file was deleted.

Loading

0 comments on commit d9e8467

Please sign in to comment.