aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediadevices.rs
Commit message (Expand)AuthorAgeFilesLines
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-1/+1
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-11/+9
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-8/+7
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* servo-media 1e28d1d997: don't unwrap ServoMedia::get() (#35049)mcclure2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* 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-1/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-3/+3
* CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820)chickenleaf2024-10-121-2/+8
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-281-8/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+15
* Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-201-2/+1
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Implement MediaDevices.enumerateDevices()Fernando Jiménez Moreno2020-07-101-1/+39
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* rename compartment to realmKunal Mohan2020-01-241-7/+3
* Improve support for nested dictionariesManish Goregaokar2019-06-271-5/+5
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-7/+7
* Add stream types to tracks, add MediaStreamTrack.id and MediaStreamTrack.kindManish Goregaokar2019-05-071-2/+3
* Use MediaStreamTracks in MediaStreamsManish Goregaokar2019-05-071-4/+7
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-1/+6
* Move media backend initialization to process startup.Josh Matthews2019-04-151-2/+0
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Use servo-media-auto and call ServoMedia::init where requiredFernando Jiménez Moreno2019-03-251-0/+2
* Add aspect/frameRate/sampleRate parametersManish Goregaokar2019-03-041-1/+24
* Add support for basic MediaTrackConstraintsManish Goregaokar2019-03-041-4/+41
* Update servo-mediaManish Goregaokar2019-02-131-2/+2
* Add MediaDevices::GetUserMediaManish Goregaokar2019-01-291-3/+28
* Add empty MediaDevices interfaceManish Goregaokar2019-01-291-0/+34