aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns6 days1-1/+1
* Check CSP for inline event handlers (#36510)Tim van der Lippe8 days1-2/+2
* add CanGc as argument to methods in HTMLCollection, HTMLDataListElement, HTML...Yerkebulan Tulibergenov13 days1-6/+5
* add CanGc as argument to methods in Element (#36464)Yerkebulan Tulibergenov2025-04-111-3/+3
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-4/+9
* dom: Firing "click" event as synthetic pointer event (#36274)Andrei Volykhin2025-04-021-2/+2
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-14/+17
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-0/+8
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Allow the `<details>` element to be opened and closed (#35261)Simon Wülker2025-02-251-28/+50
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+3
* Add Precustomized state to CustomElementState (#35392)Taym Haddadi2025-02-121-0/+10
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-16/+21
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-28/+26
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-281-1/+8
* 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-12/+12
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-17/+25
* Mark CompileFunction as a potential GC operation. (#33937)Josh Matthews2024-10-211-6/+6
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-17/+17
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-3/+3
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-5/+6
* clippy: Fix warnings in `components/script` & `components/webgpu` (#33653)tanishka2024-10-051-1/+3
* Layout: Implement innerText/outerText (#33312)Ben2024-09-241-48/+154
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-201-2/+2
* script: implement autofocus IDL reflection (#32170)Nolan Lawson2024-04-291-0/+11
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-1/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-2/+2
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-1/+1
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-29/+215
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-4/+5
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-24/+16
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-3/+3
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Make the `dir` attribute's getter follow the spec (#30435)Ennui Langeweile2023-09-271-5/+5
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-261-7/+0
* Refactor the `translatable` attribute lightly (#30430)Ennui Langeweile2023-09-261-2/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+16
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-2/+5
* Implements HTMLDetailsElement toggleVincent Ricard2020-09-261-0/+61
* Update document focus when element focusability changes.Josh Matthews2020-06-151-55/+1
* Make clicking on an element request focus for focusable elements.Josh Matthews2020-06-151-6/+2