mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Allow AsyncDrawing for plugins in all versions.
This commit is contained in:
parent
93c640e3b1
commit
6bcca5706c
1 changed files with 0 additions and 5 deletions
|
|
@ -2837,12 +2837,7 @@ pref("dom.ipc.plugins.unloadTimeoutSecs", 30);
|
|||
// Asynchronous plugin initialization is on hold.
|
||||
pref("dom.ipc.plugins.asyncInit.enabled", false);
|
||||
|
||||
#ifdef RELEASE_OR_BETA
|
||||
pref("dom.ipc.plugins.asyncdrawing.enabled", false);
|
||||
#else
|
||||
// Allow the AsyncDrawing mode to be used for plugins in dev channels.
|
||||
pref("dom.ipc.plugins.asyncdrawing.enabled", true);
|
||||
#endif
|
||||
|
||||
pref("dom.ipc.processCount", 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue