tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d6031228e77452bd4cc8105ad627a6637e0350ee
parent 2423564a12f4c173a834c35df91115fcfb963830
Author: Maxx Crawford <mcrawford@mozilla.com>
Date:   Fri,  9 Jan 2026 01:05:05 +0000

Bug 2008850 - Add timing_distribution to EXTRA_ARGS_TYPES_ALLOWLIST r=home-newtab-reviewers,mconley

Differential Revision: https://phabricator.services.mozilla.com/D278062

Diffstat:
Mbrowser/extensions/newtab/lib/NewTabGleanUtils.sys.mjs | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/browser/extensions/newtab/lib/NewTabGleanUtils.sys.mjs b/browser/extensions/newtab/lib/NewTabGleanUtils.sys.mjs @@ -16,7 +16,11 @@ ChromeUtils.defineLazyGetter(lazy, "logConsole", function () { }); }); -const EXTRA_ARGS_TYPES_ALLOWLIST = ["event", "memory_distribution"]; +const EXTRA_ARGS_TYPES_ALLOWLIST = [ + "event", + "memory_distribution", + "timing_distribution", +]; /** * Module for managing Glean telemetry metrics and pings in the New Tab page.