aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mouseevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* dom: Set "composed" flag on construction for some event types (#36239)Andrei Volykhin2025-03-311-0/+3
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+1
* Set composed flag for mouse events dispatched by the UA (#36010)Simon Wülker2025-03-181-20/+90
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* retire deprecated MouseEvent::InitMouseEvent (#34538)Jay Wang2024-12-091-20/+27
* script: add PointerEvent (#34437)Ngo Iok Ui (Wu Yu Wei)2024-12-021-6/+51
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-4/+4
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+2
* CanGc fixes (#33852)chickenleaf2024-10-161-2/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-8/+8
* 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/+2
* 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-6/+8
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* 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/+55
* 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
* Implement MouseEvent's x/y and offsetX/offsetY attributesMicah Tigley2019-11-041-0/+60
* Properly set MouseEvent buttons propertyPaul Rouget2019-10-281-1/+1
* Implements pageX and pageY attributesMicah Tigley2019-10-171-1/+30
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-2/+2
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Implement WheelEvent InterfaceRobert Snakard2019-06-091-1/+1
* Implement MouseEvent buttons attributeGeorge Roman2019-05-161-0/+10
* #8539 Config preferences backend restructurePeter Hall2019-03-201-6/+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-20/+50
* Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-47/+64
* 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
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-3/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-40/+40