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:
Xidorn Quan 2018-09-18 09:17:12 +00:00
Родитель 3f601ce856
Коммит 52b4572e49
1 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

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