зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1269276 - Enable unprefixed Fullscreen API by default for all channels. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D6094 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
3f601ce856
Коммит
52b4572e49
|
@ -389,17 +389,11 @@ VARCACHE_PREF(
|
|||
// Full-screen prefs
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifdef RELEASE_OR_BETA
|
||||
# define PREF_VALUE false
|
||||
#else
|
||||
# define PREF_VALUE true
|
||||
#endif
|
||||
VARCACHE_PREF(
|
||||
"full-screen-api.unprefix.enabled",
|
||||
full_screen_api_unprefix_enabled,
|
||||
bool, PREF_VALUE
|
||||
bool, true
|
||||
)
|
||||
#undef PREF_VALUE
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Graphics prefs
|
||||
|
|
Загрузка…
Ссылка в новой задаче