mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 1544939 - Remove BROWSER_SHIM_USAGE_BLOCKED probe r=jmathies
Differential Revision: https://phabricator.services.mozilla.com/D67538 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
25c7a7bb42
commit
f546d53728
@ -73,7 +73,6 @@ bool JavaScriptParent::allowMessage(JSContext* cx) {
|
||||
|
||||
if (!xpc::CompartmentPrivate::Get(jsGlobal)->allowCPOWs &&
|
||||
ForbidUnsafeBrowserCPOWs()) {
|
||||
Telemetry::Accumulate(Telemetry::BROWSER_SHIM_USAGE_BLOCKED, 1);
|
||||
JS_ReportErrorASCII(cx, "unsafe CPOW usage forbidden");
|
||||
return false;
|
||||
}
|
||||
|
@ -88,16 +88,6 @@
|
||||
"bug_numbers": [1214824],
|
||||
"alert_emails": ["wmccloskey@mozilla.com"]
|
||||
},
|
||||
"BROWSER_SHIM_USAGE_BLOCKED": {
|
||||
"record_in_processes": ["main", "content"],
|
||||
"products": ["firefox", "fennec", "geckoview"],
|
||||
"expires_in_version": "never",
|
||||
"kind": "count",
|
||||
"description": "Counts the number of times a CPOW shim was blocked from being created by browser code.",
|
||||
"releaseChannelCollection": "opt-out",
|
||||
"bug_numbers": [1245901],
|
||||
"alert_emails": ["benjamin@smedbergs.us"]
|
||||
},
|
||||
"APPLICATION_REPUTATION_BINARY_TYPE": {
|
||||
"record_in_processes": ["main", "content"],
|
||||
"products": ["firefox", "fennec", "geckoview"],
|
||||
|
@ -1165,7 +1165,6 @@
|
||||
"A11Y_ISIMPLEDOM_USAGE_FLAG",
|
||||
"ADDON_FORBIDDEN_CPOW_USAGE",
|
||||
"AUTO_REJECTED_TRANSLATION_OFFERS",
|
||||
"BROWSER_SHIM_USAGE_BLOCKED",
|
||||
"CANVAS_WEBGL_ACCL_FAILURE_ID",
|
||||
"CANVAS_WEBGL_FAILURE_ID",
|
||||
"CHANGES_OF_TARGET_LANGUAGE",
|
||||
|
Loading…
x
Reference in New Issue
Block a user