Issue #1877 - Resolve RELEASE_OR_BETA conditionals.

This commit is contained in:
Moonchild 2022-02-04 01:44:41 +00:00 committed by roytam1
commit d4eac725fd
30 changed files with 75 additions and 144 deletions

View file

@ -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;
}