forked from mirrors/gecko-dev
Bug 1886661 - Remove telemetry probe for Blob URL Partitioning.r=anti-tracking-reviewers,timhuang
Differential Revision: https://phabricator.services.mozilla.com/D205484
This commit is contained in:
parent
5ed20a160f
commit
fbae1edd30
3 changed files with 0 additions and 36 deletions
|
|
@ -16,7 +16,6 @@
|
|||
#include "mozilla/dom/IPCBlobUtils.h"
|
||||
#include "mozilla/dom/MediaSource.h"
|
||||
#include "mozilla/ipc/IPCStreamUtils.h"
|
||||
#include "mozilla/glean/GleanMetrics.h"
|
||||
#include "mozilla/AppShutdown.h"
|
||||
#include "mozilla/BasePrincipal.h"
|
||||
#include "mozilla/LoadInfo.h"
|
||||
|
|
@ -777,7 +776,6 @@ bool BlobURLProtocolHandler::GetDataEntry(
|
|||
if (StaticPrefs::privacy_partition_bloburl_per_partition_key() &&
|
||||
!aPartitionKey.IsEmpty() && !info->mPartitionKey.IsEmpty() &&
|
||||
!aPartitionKey.Equals(info->mPartitionKey)) {
|
||||
mozilla::glean::bloburl::resolve_stopped.Add();
|
||||
nsAutoString localizedMsg;
|
||||
AutoTArray<nsString, 1> param;
|
||||
CopyUTF8toUTF16(aUri, *param.AppendElement());
|
||||
|
|
|
|||
|
|
@ -116,23 +116,6 @@ perf:
|
|||
send_in_pings:
|
||||
- pageload
|
||||
|
||||
bloburl:
|
||||
resolve_stopped:
|
||||
type: counter
|
||||
description: >
|
||||
Counts how many times we do not resolve a blob URL
|
||||
because of different partition keys
|
||||
bugs:
|
||||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1843158
|
||||
data_reviews:
|
||||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1843158
|
||||
data_sensitivity:
|
||||
- technical
|
||||
notification_emails:
|
||||
- amadan@mozilla.com
|
||||
expires: 127
|
||||
telemetry_mirror: BLOBURL_RESOLVE_STOPPED
|
||||
|
||||
performance.pageload:
|
||||
load_time:
|
||||
type: timing_distribution
|
||||
|
|
|
|||
|
|
@ -1757,23 +1757,6 @@ pwmgr:
|
|||
record_in_processes:
|
||||
- main
|
||||
|
||||
bloburl:
|
||||
resolve_stopped:
|
||||
bug_numbers:
|
||||
- 1843158
|
||||
description: >
|
||||
Counts how many times we do not resolve a blob URL
|
||||
because of different partition keys
|
||||
expires: "127"
|
||||
kind: uint
|
||||
notification_emails:
|
||||
- amadan@mozilla.com
|
||||
release_channel_collection: opt-out
|
||||
products:
|
||||
- 'firefox'
|
||||
record_in_processes:
|
||||
- content
|
||||
|
||||
contentblocking:
|
||||
cryptomining_blocking_enabled:
|
||||
bug_numbers:
|
||||
|
|
|
|||
Loading…
Reference in a new issue