mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #1877 - Resolve RELEASE_OR_BETA conditionals.
This commit is contained in:
parent
93c90e371b
commit
d4eac725fd
30 changed files with 75 additions and 144 deletions
|
|
@ -375,10 +375,10 @@ void nsPluginTag::InitMime(const char* const* aMimeTypes,
|
|||
break;
|
||||
case nsPluginHost::eSpecialType_None:
|
||||
default:
|
||||
#ifndef RELEASE_OR_BETA
|
||||
// Allow async init for all plugins on Nightly and Aurora
|
||||
mSupportsAsyncInit = true;
|
||||
#endif
|
||||
// XXXMC: Async init for all plugins is experimental, but was historically
|
||||
// default-enabled here on Nightly and Aurora but not release.
|
||||
// Likely not a big concern. We can wait for plugins to be ready.
|
||||
mSupportsAsyncInit = false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue