gecko-dev/dom/media/mediasession
alwu 75773fa092 Bug 1634494 - part1 : store the active media session context Id on WindowContext. r=chunmin,farre
We determine which media session is active media session in chrome process, but the media session in content process doesn't know the detail.

This patch would store the active session context Id on the top level WindowContext, so that media session in content process can know if it's an active context or not, which helps to trigger the action handler only on active media session, after changing our propagation mechanism in following patches.

Differential Revision: https://phabricator.services.mozilla.com/D88106
2020-08-27 14:11:05 +00:00
..
test Bug 1658075 - part2 : use testing functions from 'MediaControlService'. r=chunmin 2020-08-14 01:31:49 +00:00
MediaMetadata.cpp Bug 1626570 - Improve handling of copying arrays in dom/media/. r=bryce 2020-05-05 11:38:10 +00:00
MediaMetadata.h Bug 1626570 - Improve handling of copying arrays in dom/media/. r=bryce 2020-05-05 11:38:10 +00:00
MediaSession.cpp Bug 1634494 - part1 : store the active media session context Id on WindowContext. r=chunmin,farre 2020-08-27 14:11:05 +00:00
MediaSession.h Bug 1634494 - part1 : store the active media session context Id on WindowContext. r=chunmin,farre 2020-08-27 14:11:05 +00:00
MediaSessionIPCUtils.h Bug 1643513 - part2 : notify position state change when media session updates the position state. r=chunmin 2020-07-02 01:23:24 +00:00
moz.build Bug 1640998 - part2 : use `ContentMediaAgent` to update media session's related information. r=chunmin 2020-06-08 18:50:45 +00:00