Bug 1703968: Part 2 - Enable COOP+COEP prefs on GeckoView Nightly; r=geckoview-reviewers,agi

Depends on D111443

Differential Revision: https://phabricator.services.mozilla.com/D111444
This commit is contained in:
Aaron Klotz 2021-04-09 16:45:54 +00:00
Родитель 04d8844a1a
Коммит aeaf2a1c2e
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1258,7 +1258,7 @@
#if !defined(ANDROID) #if !defined(ANDROID)
value: true value: true
#else #else
value: false # Blocked by DocumentChannel, see Bug 1589982. value: @IS_NIGHTLY_BUILD@
#endif #endif
mirror: always mirror: always
@ -1269,7 +1269,7 @@
#if !defined(ANDROID) #if !defined(ANDROID)
value: true value: true
#else #else
value: false # Blocked by DocumentChannel, see Bug 1589982. value: @IS_NIGHTLY_BUILD@
#endif #endif
mirror: always mirror: always
@ -2588,7 +2588,7 @@
#if !defined(ANDROID) #if !defined(ANDROID)
value: true value: true
#else #else
value: false # Blocked by DocumentChannel, see Bug 1589982. value: @IS_NIGHTLY_BUILD@
#endif #endif
mirror: once mirror: once