Loading modules/libpref/init/all.js +5 −1 Original line number Diff line number Diff line Loading @@ -4291,7 +4291,11 @@ pref("dom.clients.openwindow_favors_same_process", true); // If `true`, about:processes shows in-process subframes. pref("toolkit.aboutProcesses.showAllSubframes", false); // If `true`, about:processes shows thread information. #ifdef NIGHTLY_BUILD pref("toolkit.aboutProcesses.showThreads", true); #else pref("toolkit.aboutProcesses.showThreads", false); #endif // When a crash happens, whether to include heap regions of the crash context // in the minidump. Enabled by default on nightly and aurora. Loading Loading
modules/libpref/init/all.js +5 −1 Original line number Diff line number Diff line Loading @@ -4291,7 +4291,11 @@ pref("dom.clients.openwindow_favors_same_process", true); // If `true`, about:processes shows in-process subframes. pref("toolkit.aboutProcesses.showAllSubframes", false); // If `true`, about:processes shows thread information. #ifdef NIGHTLY_BUILD pref("toolkit.aboutProcesses.showThreads", true); #else pref("toolkit.aboutProcesses.showThreads", false); #endif // When a crash happens, whether to include heap regions of the crash context // in the minidump. Enabled by default on nightly and aurora. Loading