mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
This patch will do : - create a sync field `AutoplayPermission` on WindowContext - update the field whenever site's the autoplay permission changes The advantage of doing so : - to help determine the result of the blocking autoplay correctly. More details : As the field would be automatically synced between processes, then we can know the correct site's autoplay permission for the whole page even if we're in the different process if the iframe is in different origin after we enable Fission. Differential Revision: https://phabricator.services.mozilla.com/D74511 |
||
|---|---|---|
| .. | ||
| base | ||
| build | ||
| resources/content | ||
| shistory | ||
| test | ||
| moz.build | ||