aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/client.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-0/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Format script componentchansuke2018-09-191-5/+7
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* 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
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Initial work on job queues for service workersRahul Sharma2016-11-221-7/+19
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+3
* Replace instances of old ServiceWorker specification URL with new oneVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)2016-09-251-3/+3
* Reorder `use` statementsUK9922016-09-091-1/+1
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+59