aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventtarget.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* dom: Add missing event handlersPiotr Stankiewicz2016-05-201-2/+42
* Remove the custom PartialEq implementations on TypeId enumsAnthony Ramine2016-05-171-38/+2
* Stop using JSAutoRequest.Ms2ger2016-05-131-3/+1
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* rename deprecated utf16_units to encode_utf16Arpad Borsos2016-03-071-1/+1
* Rename various bindings in event dispatchingAnthony Ramine2016-02-291-2/+2
* Return a Vec from EventTarget::get_listeners_forAnthony Ramine2016-02-291-2/+2
* Merge EventTarget::{get_listeners, get_listeners_for}Anthony Ramine2016-02-291-8/+4
* use return value of invoking event handlers to cancel the eventJoão Oliveira2016-02-261-13/+34
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
* Use atom!("error") in EventTarget::get_compiled_event_handlerAnthony Ramine2016-02-241-1/+1
* Auto merge of #9701 - Ms2ger:listener-is-some, r=KiChjangbors-servo2016-02-191-2/+2
|\
| * Use if-let in set_inline_event_listener.Ms2ger2016-02-111-2/+2
* | Compile raw inline event handlers lazily. Resolves #8489.Josh Matthews2016-02-111-56/+193
|/
* Remove the global argument to EventTarget::{fire_event, fire_simple_event}.Ms2ger2016-02-081-6/+6
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-2/+2
* Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanutbors-servo2016-02-051-2/+2
|\
| * Upgrade to new Hasher APIRuud van Asseldonk2016-02-031-2/+2
* | Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
|/
* Add global default method for Reflectable traitChad Kimes2016-01-111-2/+2
* Fix documentation links for EventTargetKeith Yeung2016-01-091-2/+2
* Rename fire_simple_event_params to fire_eventBrandon Fairchild2016-01-071-6/+6
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-33/+27
* Implement EventTarget::fire_simple_event and EventTarget::fire_simple_event_p...Arthur Skobara2015-12-221-2/+20
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-5/+5
* Differentiate between error and non-error event handlers per the spec.Josh Matthews2015-11-121-14/+89
* merge from masterrohan.prinja2015-11-031-12/+12
|\
| * Use an Atom for Event.typeDavid Zbarsky2015-11-011-12/+12
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-3/+2
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+2
|/
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Support the updated spidermonkey bindingsMichael Wu2015-10-141-2/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-23/+1
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-3/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+4
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-2/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-7/+10
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* Remove helper traitsAnthony Ramine2015-08-271-32/+11
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-1/+1
* sort all usesJohann Tuffe2015-08-201-3/+3
* Auto merge of #7241 - Wafflespeanut:event_handler, r=Ms2gerbors-servo2015-08-181-18/+27
|\
| * Matching over event listeners and handlers; r=Ms2gerRavi Shankar2015-08-181-18/+27
* | Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-2/+2
|/