Skip to content

Commit

Permalink
[components] Handle GeckoView EME permission requests.
Browse files Browse the repository at this point in the history
This allows Fenix to play EME content without having to toggle manually
`media.eme.require-app-approval=false` in `about:config`.

Closes mozilla-mobile/android-components#7121

X-Channel-Revision: [main] mozilla-mobile/android-components@96444dd
X-Channel-Revision: [main] mozilla-mobile/fenix@d039188
X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b1
X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@ac788e1
  • Loading branch information
emilio authored and mergify[bot] committed Dec 7, 2020
1 parent 95f53b0 commit 7c981e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android/android-components",
"revs": {
"main": "89348a0424609ba7efcaaf83ad15cecd83dc504a"
"main": "ac788e1caf34b2bae236d33221e53d9e9de77ce9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
<string name="mozac_feature_sitepermissions_never_allow">Never</string>
<!-- Title of a dialog to require to save data in persistent storage. %1$s will be replaced with the URL of the current page -->
<string name="mozac_feature_sitepermissions_persistent_storage_title">Allow %1$s to store data in persistent storage?</string>
<!-- Title of a dialog to use EME. %1$s will be replaced with the URL of the current page -->
<string name="mozac_feature_sitepermissions_media_key_system_access_title">Allow %1$s to play DRM-controlled content?</string>
</resources>

0 comments on commit 7c981e6

Please sign in to comment.