Bug 1334960 - Enable unprefixed fullscreen API for fullscreen plugin crash tests to avoid perma-oranging on beta / release. r=philor

MozReview-Commit-ID: 5nlBRgztefZ

--HG--
extra : rebase_source : dc3576da37844887c2e0d3591c917c1633efc1ed
This commit is contained in:
Mike Conley 2017-01-30 11:31:08 -05:00
Родитель 0a5eaecfac
Коммит 84b323d81e
2 изменённых файлов: 12 добавлений и 4 удалений

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

@ -45,8 +45,12 @@
* fullscreen (has been deemed a security issue otherwise and therefore
* disabled by default)
*/
yield SpecialPowers.pushPrefEnv(
{ "set": [ ["full-screen-api.allow-trusted-requests-only", false] ] });
yield SpecialPowers.pushPrefEnv({
"set": [
["full-screen-api.allow-trusted-requests-only", false],
["full-screen-api.unprefix.enabled", true],
],
});
});
add_task(function* () {

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

@ -45,8 +45,12 @@
* fullscreen (has been deemed a security issue otherwise and therefore
* disabled by default)
*/
yield SpecialPowers.pushPrefEnv(
{ "set": [ ["full-screen-api.allow-trusted-requests-only", false] ] });
yield SpecialPowers.pushPrefEnv({
"set": [
["full-screen-api.allow-trusted-requests-only", false],
["full-screen-api.unprefix.enabled", true],
],
});
});
add_task(function* () {