aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Remove unnecessary steps from "multipart/form-data encoding algorithm"Yutaro Ohno2023-04-071-9/+3
* Remove unnecessary steps from "text/plain encoding algorithm"Yutaro Ohno2023-04-051-12/+7
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+1
* Make hidden input _charset_ check case insensitiveVincent Ricard2020-10-091-2/+2
* Implement DOMTokenList.supports APIVincent Ricard2020-10-051-2/+11
* Auto merge of #27299 - avr1254:master, r=jdmbors-servo2020-07-241-5/+23
|\
| * Implemented get element target and get element noopener algorithmsArjun Ramachandrula2020-07-241-5/+23
* | Ported Rel, SetRel, and RelList from HTMLAnchorElement into HTMLForElementArjun Ramachandrula2020-07-141-1/+30
|/
* Remove `invalid` event on a form elementMaxim Tsoy2020-07-051-2/+0
* Implement HTMLFormElement.requestSubmit()Also includes a fix for reentrant fo...Maxim Tsoy2020-07-021-30/+131
* Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-3/+3
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-1/+10
* Form constraints validationteapotd2020-04-021-66/+45
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Use map_or and fix manifestDmitry Kolupaev2020-02-251-7/+8
* Implement step 5.13 for dirname correctlyDmitry Kolupaev2020-02-251-22/+21
* Remove recursiveness from directionality searchDmitry Kolupaev2020-02-251-6/+4
* Rearrange directionality algorithm functionsDmitry Kolupaev2020-02-251-0/+24
* Move dirname collection to inputDmitry Kolupaev2020-02-251-17/+0
* Implement dirname for form submit and directionality for elementDmitry Kolupaev2020-02-251-2/+16
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-55/+37
* SubmitEvent and test changesPatrick Shaughnessy2020-01-301-3/+23
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1