aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediasession.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+5
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-6/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-2/+4
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+5
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-5/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes (#33852)chickenleaf2024-10-161-2/+2
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-3/+4
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-3/+2
* clippy: Fix another batch of clippy warnings in `components/scripts` (#31912)Rosemary Ajayi2024-03-281-1/+1
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-2/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-9/+9
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+14
* No tracing of nop traceable fields (#29926)Samson2023-08-041-3/+6
* Enter a realm when handling mediasession commands.Josh Matthews2020-08-061-3/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Remove unnecessary Option.Josh Matthews2020-02-241-3/+1
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* implement MediaSession.setPositionState methodShinichi Morimoto2019-12-031-0/+59
* Fix metadata updateFernando Jiménez Moreno2019-11-201-15/+40
* Update media session metadata according to media playerFernando Jiménez Moreno2019-11-201-4/+31
* Remove prev and next track action buttons for nowFernando Jiménez Moreno2019-11-201-1/+0
* Fix media session action handlingFernando Jiménez Moreno2019-11-201-17/+9
* Default media session actionsFernando Jiménez Moreno2019-11-201-2/+27
* Move active media session logic to constellationFernando Jiménez Moreno2019-11-201-9/+8
* Send MediaSessionAction from AndroidFernando Jiménez Moreno2019-11-201-0/+1
* Introduce embedder MediaSessionEvent and move active session to ServoFernando Jiménez Moreno2019-11-201-9/+4
* Register media instance with session and prepare communication with embedderFernando Jiménez Moreno2019-11-201-1/+18
* Handle media session action, no default handling yetFernando Jiménez Moreno2019-11-201-1/+8
* MediaSession: update action handler algorithmFernando Jiménez Moreno2019-11-201-2/+33
* Make MediaSession handle embedder requested actionFernando Jiménez Moreno2019-11-201-0/+5
* Use BrowsingContextId for MediaSession registrationFernando Jiménez Moreno2019-11-201-11/+9
* MediaSession registrationFernando Jiménez Moreno2019-11-201-7/+26
* Set MediaMetadata MediaSession ownerFernando Jiménez Moreno2019-11-201-4/+7
* MediaSession API DOM bindingsFernando Jiménez Moreno2019-11-201-0/+70