aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix radio group validity update when removing or selecting an input (#36252)elomscansio2025-04-061-2/+2
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-1/+1
* dom: Track "removed" event listener status (#36163)Andrei Volykhin2025-03-281-30/+35
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: use passive event listener option on AddEventListenerOptions (#35877)shanehandley2025-03-101-18/+29
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-0/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Handle assigned slottables in an Event's path (#35380)Simon Wülker2025-02-081-6/+44
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* dom: set composed flag when constructing `ClipboardEvent` (#35146)Gae242025-01-231-0/+4
* Implement Event propagation across shadow roots (#34884)Simon Wülker2025-01-221-11/+79
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-15/+15
* Consider shadow dom when dispatching events (#34788)Simon Wülker2025-01-071-234/+649
* script: add `initialize_ui_event` method (#34524)Jay Wang2024-12-081-0/+4
* Support custom derives for generated types (#34356)Josh Matthews2024-11-241-6/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-2/+2
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+1
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-1/+1
* Mark CompileFunction as a potential GC operation. (#33937)Josh Matthews2024-10-211-1/+4
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-2/+3
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-3/+4
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-20/+20
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-9/+7
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-4/+9
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-10/+2
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-261-1/+1
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-2/+2
* clippy: Fix remaining warnings in generated code (#31844)eri2024-03-251-5/+2
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-3/+3
* Implement Event.composedPath (#31123)Taym Haddadi2024-01-231-25/+34
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* 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