aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-2/+4
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-6/+8
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-1/+3
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-6/+6
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-2/+2
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-0/+1
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-5/+5
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-0/+1
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-0/+1
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-6/+17
* clippy: Fix warnings in `components/script/dom` & `components/servo` (#33853)tanishka2024-10-161-0/+3
* content: Replace uses of `downcast`+`is_some`/`is_none` with `is` (#33804)tanishka2024-10-111-4/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-0/+1
* Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462)Simon Wülker2024-09-231-4/+32
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-14/+12
* Remove treatment of whitespace in the construction of a for data entry list, ...shanehandley2024-07-281-49/+42
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* [clippy] Rename enum FormSubmitter and its elements (#32791)Danila Matveev2024-07-171-35/+35
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-6/+6
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-121-1/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-4/+3
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-23/+56
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-051-14/+12
* clippy: Fix a few problems in `components/script` (#31961)Rosemary Ajayi2024-04-011-1/+1
* clippy: Fix various clippy problems in `components/scripts/dom` (#31910)Rosemary Ajayi2024-03-311-1/+1
* clippy: Fix option_as_ref_deref warnings (#31936)Oluwatobi Sofela2024-03-291-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-3/+3
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-5/+1
* clippy:Fix clippy problems in components/scripts/binding (#31893)Rosemary Ajayi2024-03-271-1/+0
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-10/+9
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-20/+17
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-12/+9
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-3/+3
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-5/+5
* Clippy: Fixed clippy warnings in components/script/dom (#31801)Aarya Khandelwal2024-03-211-7/+7
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* script: Start replacing `time` with `std::time` and `chrono` (#30639)Auguste Baum2024-01-161-4/+4
* 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-4/+4
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-2/+2
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-261-9/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-27/+27
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-6/+7
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-20/+51