aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/touchevent.rs
Commit message (Expand)AuthorAgeFilesLines
* 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