Issue #2053 - Follow-up: Re-enable navigation timing now it's to-spec.

Verified fixed with Google website translation.
This commit is contained in:
Moonchild 2023-04-11 23:55:32 +02:00 committed by roytam1
commit e51a638525

View file

@ -189,7 +189,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);