aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* RadioNodeList now reflects changes to the parent, but has room for performanc...Patrick Shaughnessy2020-01-101-38/+80
* Auto merge of #25456 - pshaughn:pastnamesexpire, r=jdmbors-servo2020-01-081-0/+7
|\
| * Past names expire when form owner is resetPatrick Shaughnessy2020-01-071-0/+7
* | Now passing output tests as well as anyonePatrick Shaughnessy2020-01-061-1/+1
|/
* Auto merge of #25070 - cagandhi:named-form-getter, r=jdmbors-servo2019-12-161-0/+222
|\
| * removed duplicate entries from sourcedNamesVec for step 7 of SupportedPropert...Anshul Jethvani2019-12-161-7/+12
| * sorting done for Step 6 of SupportedPropertyNamesAnshul Jethvani2019-12-071-12/+28
| * sorting partially done for Step 6 of SupportedPropertyNamesAnshul Jethvani2019-12-061-4/+31
| * partially implemented SupportedPropertyNamesAnshul Jethvani2019-12-061-2/+26
| * run tidy check and added commentsAnshul Jethvani2019-12-061-22/+18
| * updated past_names_map to save time infoAnshul Jethvani2019-12-061-4/+6
| * NamedGetter completed and fixed issuesAnshul Jethvani2019-12-051-33/+15
| * implemented NamedGetter and other suggestionsAnshul Jethvani2019-12-051-3/+85
| * Fixed is_listed_element() call and DomRoot child referencehkshah62019-12-041-5/+5
| * Removed tidy-test errorsjaymodi982019-12-031-14/+27
| * created sourced names w/o past names map partChintan Gandhi2019-12-031-0/+75
* | hidden field named _charset_ now appears in FormData as UTF-8 to fix #25150Patrick Shaughnessy2019-12-091-5/+15