mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #2053 - Follow-up: Re-enable navigation timing now it's to-spec.
Verified fixed with Google website translation.
This commit is contained in:
parent
7823439b1b
commit
e51a638525
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue