aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/touchevent.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-7/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+9
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-27/+42
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-8/+8
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-7/+7
* 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-7/+7
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-2/+2
* Refactored metaKey to meta_key where possibleArthur Marble2016-09-171-2/+2
* This commit refactors altKey to alt_key when possible.Arthur Marble2016-09-171-2/+2
* This commit refactors shiftKey to shift_key where possible.Arthur Marble2016-09-171-2/+2
* This commit refactors ctrlKey to ctrl_key wherever possible.Arthur Marble2016-09-171-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-2/+2
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+5
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Dispatch touch events and perform default touch actions.Matt Brubeck2015-10-221-1/+1
* Add bindings for TouchEvent DOM interfacesMatt Brubeck2015-10-221-0/+117