diff options
author | Moonchild <moonchild@palemoon.org> | 2023-04-11 23:55:32 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-04-11 23:55:32 +0200 |
commit | c2211e7ddc34c3918c030db03ddaea860ed7c7ec (patch) | |
tree | 31dd14ff5e6ef46a4f44231e0ef0159986d459db /modules | |
parent | 2f258b259fdbc124ce3d20b523f1508a186579e9 (diff) | |
download | uxp-c2211e7ddc34c3918c030db03ddaea860ed7c7ec.tar.gz |
Issue #2053 - Follow-up: Re-enable navigation timing now it's to-spec.
Verified fixed with Google website translation.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index d48cd9a19b..265409c6d4 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -185,7 +185,7 @@ pref("dom.enable_resource_timing", true); pref("dom.enable_user_timing", true); // Whether performance.GetEntries* will contain an entry for the active document -pref("dom.enable_performance_navigation_timing", false); +pref("dom.enable_performance_navigation_timing", true); // Enable printing performance marks/measures to log pref("dom.performance.enable_user_timing_logging", false); |