Commit eba28ae2 authored by Florian Quèze's avatar Florian Quèze
Browse files

Bug 1728354 - about:processes should show threads by default in Nightly, r=dthayer.

parent 36509162
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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.