aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrinputsourceschangeevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+14
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-8/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+30
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-1/+0
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Handle SetTargetRayMode and SetHandednessManish Goregaokar2020-01-211-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add a realmManish Goregaokar2020-01-091-1/+2
* Handle AddInput/RemoveInput eventsManish Goregaokar2020-01-091-2/+2
* Add XRInputSourcesChangeEventManish Goregaokar2020-01-091-0/+116