aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+9
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* make the concept of has_listeners_for follow other implementations (#21044)Gregory Terzian2023-07-191-12/+0
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-2/+11
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+20
* dom: Implement current window event.Josh Matthews2020-05-131-8/+12
* Add support for transitionrun eventsMartin Robinson2020-04-241-0/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-1/+1
* Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-126/+253
* Expose DOMHighResTimeStamps at lower resPatrick Shaughnessy2020-02-031-2/+2
* move ConstellationMsg to compositingKunal Mohan2020-01-291-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* implement historical srcElement attribute for Event interfacedrexler2019-09-051-0/+5
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-3/+8
* Update Event's timestampGeorge Roman2019-03-261-4/+11
* Simplify RootedReference and make it specifically about slicesIt's now called...Anthony Ramine2019-03-111-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-3/+8
* implement historical cancelBubble attribute for Event interfaceYuki Toyoda2019-03-031-0/+12
* Implement historical returnValue attribute for Event interfacePatrick Ngai2019-02-281-0/+12
* Update bool pattern matching into if-elsePiotr Szpetkowski2019-01-301-9/+12
* Implement AddEventListenerOptions: onceBastien Orivel2018-12-221-1/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-17/+17
* Format script componentchansuke2018-09-191-42/+49
* implement "has event listener", plug into (before)unloadGregory Terzian2018-05-051-27/+35
* beforeunload and unload infrastructureGregory Terzian2018-05-051-1/+8
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* 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