aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventtarget.rs
Commit message (Expand)AuthorAgeFilesLines
* Check CSP for inline event handlers (#36510)Tim van der Lippe9 days1-2/+19
* dom: Track "removed" event listener status (#36163)Andrei Volykhin2025-03-281-67/+72
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-11/+12
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: use passive event listener option on AddEventListenerOptions (#35877)shanehandley2025-03-101-1/+56
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-6/+17
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+4
* script: Make callbacks generic over DOM interfaces. (#35459)Josh Matthews2025-02-211-5/+5
* make report_pending_exception safe and adjust callers (#35351)Nolen Scaife2025-02-081-5/+3
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-071-21/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+3
* Propagate events from slottables to their assigned slot instead of their pare...Simon Wülker2025-01-271-3/+26
* Implement Event propagation across shadow roots (#34884)Simon Wülker2025-01-221-5/+7
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-25/+33
* Consider shadow dom when dispatching events (#34788)Simon Wülker2025-01-071-2/+68
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-9/+19
* Remove GC hazard when compiling inline event listeners. (#33965)Josh Matthews2024-10-281-42/+42
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-2/+2
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-6/+19
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-2/+2
* Mark CompileFunction as a potential GC operation. (#33937)Josh Matthews2024-10-211-9/+21
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-4/+4
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-1/+1
* Fixed some clippy warnings in components/script/dom (#33757)komuhangi2024-10-101-0/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-9/+9
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-3/+14
* Support HTML parser reentrancy (#32820)Josh Matthews2024-08-161-5/+0
* Replace null-byte terminated string literals with C-string literals (#32716)Bumsoo Kim2024-07-061-6/+6
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-11/+7
* Revert "script: implement AbortController (#31361)" (#32243)Samson2024-05-071-12/+2
* script: implement AbortController (#31361)Smitty2024-05-041-2/+12
* clippy: Fix `toplevel_ref_arg` warning in `components/script` (#31984)Oluwatobi Sofela2024-04-031-3/+2
* clippy: Fix another set of clippy problems in `components/script/dom` (#31909)Rosemary Ajayi2024-03-281-4/+4
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-9/+7
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-2/+2
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-7/+6
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-7/+3
* Remove usage of `drain_filter` (#30742)Martin Robinson2023-11-171-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-28/+30
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-2/+4
* make the concept of has_listeners_for follow other implementations (#21044)Gregory Terzian2023-07-191-0/+2
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-2/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+5
* Support arbitrary protos when wrapping EventTarget objects.Josh Matthews2023-05-281-4/+4
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-7/+7