Set javascript.options.showInConsole
authorMike Hommey <glandium@debian.org>
Sat, 8 Dec 2007 18:24:40 +0000 (19:24 +0100)
committerMike Hommey <glandium@debian.org>
Thu, 14 Feb 2019 09:35:06 +0000 (09:35 +0000)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Set-javascript.options.showInConsole.patch

modules/libpref/init/all.js

index 4d2332b34c30129481c59ced3dbeec191e708ab7..72e24332125f3e2c9d833af9844cc8357b75c8fa 100644 (file)
@@ -1451,6 +1451,7 @@ pref("javascript.options.strict.debug",     false);
 #endif
 pref("javascript.options.baselinejit",      true);
 pref("javascript.options.ion",              true);
+pref("javascript.options.showInConsole",    true);
 pref("javascript.options.asmjs",            true);
 pref("javascript.options.wasm",             true);
 pref("javascript.options.wasm_ionjit",      true);