aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothadvertisingevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-144/+0
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-2/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-3/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-0/+5
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-3/+3
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-4/+4
* 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-5/+7
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-3/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+3
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-35/+36
* Remove use of unstable box syntax.Simon Sapin2017-10-161-7/+11
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Replace AdvertisingData with AdvertisingEventAttila Dusnoki2016-12-141-0/+126