aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/uievent.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+2
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-3/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* 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
* Reorder `use` statementsUK9922016-09-091-1/+1
* Fix all the links to the UI Events specAnthony Ramine2016-06-041-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-8/+3
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+6
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-1/+2
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+2
* 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-1/+1
* Introduce trait CastableAnthony Ramine2015-10-211-2/+2
* 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-10/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-12/+5
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Make EventTypeId reflect DOM inheritance hierarchywilmoz2015-08-181-4/+14
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-2/+3
* Upgrade to SM 39Michael Wu2015-06-191-15/+15
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-2/+7
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-4/+5
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+3
* make MouseEvent::new() and UIEvent::new() take enums for the bubbles and canc...Rohan Prinja2015-03-151-5/+7
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Remove OptionalSettable.Ms2ger2015-01-191-1/+1
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-1/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-2/+2
* Rename Root::root_ref() to Root::r().Ms2ger2015-01-011-1/+1