aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add CRLF to encoded multipart form dataglowe2019-11-291-1/+1
|/
* Update to url 2.0Simon Sapin2019-08-171-21/+21
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-10/+28
|\
| * clean-up navigationGregory Terzian2019-07-181-10/+28
* | Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-2/+1
|/
* Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+3
* Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+1
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-1/+1
* set referrer in window.load_urlRussell Cousineau2019-04-191-1/+2
* Remove most RootedReference usesAnthony Ramine2019-03-101-8/+7
* Implement cannot navigateCYBAI2019-01-231-2/+14
* Implement formdata eventCYBAI2019-01-231-21/+65
* Don't alter query string when submitting form by POST.Josh Matthews2018-12-171-2/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-0/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-14/+14
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-15/+46
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-42/+42
* Update hyper to 0.12Bastien Orivel2018-11-011-43/+28
* Format script componentchansuke2018-09-191-290/+378
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-17/+38
* Revert "Correct default Selectionstart and SelectionEnd"paavininanda2018-02-231-1/+1
* Correct default Selectionstart and SelectionEndpaavininanda2018-02-101-1/+1
* Expand InputType to cover all possible typesJon Leighton2017-12-061-2/+2
* Replace rust-encoding with encoding-rsSimon Sapin2017-11-011-17/+12
* Use the url crate without its query_encoding featureSimon Sapin2017-10-311-9/+18
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-4/+4
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+4
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-4/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-10/+10
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Fix the form action IDL attributesAnthony Ramine2017-10-111-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-22/+22