aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/event.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-9/+9
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Derive the Default trait for dictionaries containing GC values.Josh Matthews2017-09-251-0/+9
* Introduce TaskOnceAnthony Ramine2017-09-201-5/+5
* Rename Task to TaskBoxAnthony Ramine2017-09-201-5/+5
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-7/+7
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-4/+0
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove some convenience methods on EventAnthony Ramine2017-01-221-64/+22
* Inline dom::eventdispatcher into dom::eventAnthony Ramine2017-01-221-91/+276
* Change event cancellation from bool to an enumRavi Shankar2016-12-271-5/+37
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* remove extra clones from dom event scriptJake Goldsborough2016-11-051-2/+2
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-2/+4
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-2/+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/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Return an enum instead of a boolean from dispatch_eventAdolfo Ochagavía2016-09-261-1/+9
* Fix step 10 of eventdispatcher::dispatch_event (fixes #11609)Anthony Ramine2016-08-241-7/+16
* Add event runnablesConnor Brewster2016-07-111-2/+36
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-3/+39
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-16/+20
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* merge from masterrohan.prinja2015-11-031-6/+12
|\
| * Use an Atom for Event.typeDavid Zbarsky2015-11-011-4/+10
| * Initialize dom struct fields in declaration orderMichael Wu2015-10-301-3/+3
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-2/+2
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-2/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-23/+2
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-2/+2
* webgl: Implement WebGLContextEvent and use it on context creation errorEmilio Cobos Álvarez2015-10-081-1/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Add more assertions to dispatch_event.Ms2ger2015-09-161-1/+6
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-14/+14
* Remove helper traitsAnthony Ramine2015-08-271-8/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0