New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media Session API #24499
Media Session API #24499
Commits on Nov 20, 2019
-
ferjm committed
Nov 20, 2019 -
Set MediaMetadata MediaSession owner
ferjm committedNov 20, 2019 -
ferjm committed
Nov 20, 2019 -
Use BrowsingContextId for MediaSession registration
ferjm committedNov 20, 2019 -
MediaSessionAction message from embedder to script thread
ferjm committedNov 20, 2019 -
Make MediaSession handle embedder requested action
ferjm committedNov 20, 2019 -
MediaSession: update action handler algorithm
ferjm committedNov 20, 2019 -
Handle media session action, no default handling yet
ferjm committedNov 20, 2019 -
Extend libsimpleservo API with a method to request a media session ac…
…tion
ferjm committedNov 20, 2019 -
Extend libsimpleservo API with a callback for media session activation
ferjm committedNov 20, 2019 -
Add embedder message to (de)activate media session
ferjm committedNov 20, 2019 -
Register media instance with session and prepare communication with e…
…mbedder
ferjm committedNov 20, 2019 -
Introduce embedder MediaSessionEvent and move active session to Servo
ferjm committedNov 20, 2019 -
MediaSession: refactor embedder API. Fix Android build
ferjm committedNov 20, 2019 -
ferjm committed
Nov 20, 2019 -
Send MediaSessionEvent::PlaybackStateChange when needed
ferjm committedNov 20, 2019 -
MediaSession show media controls on Android
ferjm committedNov 20, 2019 -
Move media session related code out of MainActivity
ferjm committedNov 20, 2019 -
Adapt MediaMetadata interface to new way of declaring constructors
ferjm committedNov 20, 2019 -
Send MediaSessionAction from Android
ferjm committedNov 20, 2019 -
Move active media session logic to constellation
ferjm committedNov 20, 2019 -
Format code and fix rebase errors
ferjm committedNov 20, 2019 -
ferjm committed
Nov 20, 2019 -
Fix media session action handling
ferjm committedNov 20, 2019 -
Remove prev and next track action buttons for now
ferjm committedNov 20, 2019 -
Switch play and pause buttons according to playback state
ferjm committedNov 20, 2019 -
ferjm committed
Nov 20, 2019 -
Do not play notification sound when creating media session on Android
ferjm committedNov 20, 2019 -
Update media session metadata according to media player
ferjm committedNov 20, 2019 -
Fallback to current url as metadata title
ferjm committedNov 20, 2019 -
Update media session metadata and show content text with artist and a…
…lbum
ferjm committedNov 20, 2019 -
ferjm committed
Nov 20, 2019 -
Remove stop button for now and show play/pause in compact mode
ferjm committedNov 20, 2019 -
ferjm committed
Nov 20, 2019 -
ferjm committed
Nov 20, 2019 -
ferjm committed
Nov 20, 2019 -