aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mouseevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement WheelEvent InterfaceRobert Snakard2019-06-091-1/+1
* Implement MouseEvent buttons attributeGeorge Roman2019-05-161-0/+10
* #8539 Config preferences backend restructurePeter Hall2019-03-201-6/+2
* Remove most RootedReference usesAnthony Ramine2019-03-101-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-20/+50
* Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-47/+64
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* 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
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-3/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-40/+40
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-11/+3
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+5
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-5/+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
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-4/+3
* Introduce trait CastableAnthony Ramine2015-10-211-3/+3
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-1/+1
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-8/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-4/+5
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-1/+1
* Enable resetable and String prefs.James Graham2015-09-251-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Update prefs API to return an Option<bool>.James Graham2015-09-041-1/+1
* Replace catch-all experimental flag with fine-grained boolean preferences ini...Josh Matthews2015-08-281-2/+2
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-13/+13
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Make EventTypeId reflect DOM inheritance hierarchywilmoz2015-08-181-3/+3
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Refactor FileReader #6762 #6763 #6750 #6751farodin912015-07-291-2/+0
* Add spec linksBogdan Cuza2015-07-281-0/+12
* Fix MouseEvent.which to not throwDavid Zbarsky2015-07-251-3/+3
* Implement mouseevent.which (needed for enyojs sampler).Glenn Watson2015-07-221-0/+14
* Upgrade to SM 39Michael Wu2015-06-191-18/+17
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+12