mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
11fc0dd014
7 changed files with 44 additions and 34 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue