aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/focusevent.rs
Commit message (Expand)AuthorAgeFilesLines
* dom: Set "composed" flag on construction for some event types (#36239)Andrei Volykhin2025-03-311-1/+4
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-0/+1
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-1/+2
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-2/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-3/+9
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+33
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-5/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-2/+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-24/+35
* 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
* Make FocusEvent::new_uninitialized take a &WindowAnthony Ramine2017-01-211-4/+3
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-2/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement the focusevent argument to Document::createEventSunyDays2016-04-271-0/+6
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-12/+4
* Implement focus and blur eventsPaul Rouget2016-02-181-0/+84