aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/compositionevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-6/+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/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Fix a variety of clippy warnings in `fonts`, `layout_2020` and the DO...chickenleaf2024-10-181-0/+1
* More CanGc fixes (#33888)chickenleaf2024-10-171-9/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-8/+8
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+14
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-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-2/+3
* 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-3/+29
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* implement composition event creation in Document.createEventtakumi2019-12-121-0/+15
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-2/+2
* Auto merge of #22224 - pyfisch:composition-webdriver, r=noxbors-servo2018-11-201-0/+4
|\
| * Forward WebDriver CompositionEventPyfisch2018-11-191-0/+4
* | 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-8/+8
* Format script componentchansuke2018-09-191-25/+33
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Add CompositionEvent bindingsPyfisch2017-08-221-0/+64