Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2019-06-15 06:28:55 +08:00
commit 11fc0dd014
7 changed files with 44 additions and 34 deletions

View file

@ -1319,12 +1319,7 @@ pref("javascript.options.mem.gc_max_empty_chunk_count", 30);
pref("javascript.options.showInConsole", false);
#ifdef RELEASE_OR_BETA
// Disabled in Beta and Release for now, see bug 1225406
pref("javascript.options.shared_memory", false);
#else
pref("javascript.options.shared_memory", true);
#endif
pref("javascript.options.throw_on_debuggee_would_run", false);
pref("javascript.options.dump_stack_on_debuggee_would_run", false);