aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/navigator.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-2/+2
* Add an about:memory page (#35728)webbeef2025-03-071-0/+9
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-11/+14
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-0/+4
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-9/+9
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+4
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-1/+1
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-3/+3
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-3/+3
* Replace the lazy_static crate whth `std::sync::LazyLock` in components/script...Hayashi Mikihiro2024-08-121-4/+3
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-2/+2
* Gamepad: Remove GamepadList and fix dropped connection event on startup (#31684)Daniel Adams2024-04-081-8/+48
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-4/+2
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+1
* Gamepad: Align closer to spec and implement missing slots (#31385)Daniel Adams2024-03-121-7/+35
* script: implement navigator.hardwareConcurrency (#31268)Smitty2024-02-071-0/+15
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* dom: Implement Navigator.languages.Josh Matthews2020-07-141-0/+9
* Remove WebVRAlan Jeffrey2020-04-081-18/+1
* webgl: Don't dirty canvas element while in immersive mode.Josh Matthews2020-03-311-0/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Avoid accessing DOM global from XR's destructor.Josh Matthews2020-02-241-1/+2
* refactor: rename XR to XRSystemJavaScript Joe2020-02-231-4/+4
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Support worker for WebGPUIstvan Miklos2020-01-231-36/+0
* Initial implementation of GPUPipelineLayout for WebGPUIstvan Miklos2020-01-211-1/+7
* Initial implementation of GPUBindGroupLayout for WebGPUIstvan Miklos2020-01-161-1/+7
* Initial implementation of GPUBuffer for WebGPUIstvan Miklos2019-12-171-1/+5
* Replace wgpu-native with wgpu-coreZakor Gyula2019-12-061-5/+9
* Initial implementation of GPUDevice for WebGPUIstvan Miklos2019-12-051-1/+5
* Add WebGPU identity managementIstvan Miklos2019-11-281-0/+12
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+8
* Fix media session action handlingFernando Jiménez Moreno2019-11-201-10/+2
* Move active media session logic to constellationFernando Jiménez Moreno2019-11-201-2/+2
* Register media instance with session and prepare communication with embedderFernando Jiménez Moreno2019-11-201-2/+20
* MediaSession API DOM bindingsFernando Jiménez Moreno2019-11-201-0/+9
* Script: removed a few opts::get()oneturkmen2019-06-261-1/+1
* Added missing NavigatorId attributesAlan Jeffrey2019-06-111-0/+15
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-7/+3
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+6
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Add MediaDevices::GetUserMediaManish Goregaokar2019-01-291-1/+2
* Add Navigator::MediaDevicesManish Goregaokar2019-01-291-0/+8