aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-36/+37
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Fix warnings after chrono upgrade (#30165)Martin Robinson2023-08-231-38/+48
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-10/+27
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+3
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Further changes required by ServoOriol Brufau2023-05-191-1/+1
* Make HTMLInputElement.list an HTMLDataListElement2shiori172023-03-021-6/+3
* Update nightly rustc.Josh Matthews2021-11-011-3/+3
* Make hidden input _charset_ check case insensitiveVincent Ricard2020-10-091-1/+1
* Remove unnecessary checksVincent Ricard2020-09-241-13/+0
* Allow mutating <input disabled type=checkbox/radio>Vincent Ricard2020-09-241-7/+10
* Implement HTMLFormElement.requestSubmit()Also includes a fix for reentrant fo...Maxim Tsoy2020-07-021-0/+6
* Update document focus when element focusability changes.Josh Matthews2020-06-151-0/+2
* Make clicking on an element request focus for focusable elements.Josh Matthews2020-06-151-1/+0
* Form constraints validationteapotd2020-04-021-18/+431
* Introduce more layout helpers to make selection_for_layout be safeAnthony Ramine2020-04-011-9/+16
* Introduce <LayoutDom<Element>>::focus_stateAnthony Ramine2020-04-011-1/+1
* Introduce a bunch of LayoutDom<HTMLInputElement> private helpersAnthony Ramine2020-04-011-30/+31
* Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-7/+5
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-4/+1
* Make LayoutHTMLInputElementHelpers::value_for_layout return a cowAnthony Ramine2020-03-311-25/+30
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-2/+5
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Accept only connected attributes for checkbox and radio activation behaviourDmitry Kolupaev2020-03-111-0/+3
* Implement step 5.13 for dirname correctlyDmitry Kolupaev2020-02-251-2/+2
* Add special case directionality of phone inputDmitry Kolupaev2020-02-251-1/+0
* Rearrange directionality algorithm functionsDmitry Kolupaev2020-02-251-26/+8
* Move dirname collection to inputDmitry Kolupaev2020-02-251-2/+16
* Implement dirname for form submit and directionality for elementDmitry Kolupaev2020-02-251-0/+36
* Auto merge of #25488 - pshaughn:clickactivate, r=jdmbors-servo2020-02-131-119/+90
|\
| * Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-119/+90
* | Names should now be consistently atomsPatrick Shaughnessy2020-02-131-5/+7
|/
* SubmitEvent and test changesPatrick Shaughnessy2020-01-301-1/+1
* Auto merge of #25490 - teapotd:radio-group-iter, r=Manishearthbors-servo2020-01-231-53/+49
|\
| * Simplify and fix iteration over radio button groupteapotd2020-01-111-53/+49
* | Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-1/+2
|/
* stepUp, stepDown, valueAsNumber, valueAsDate, and list work and have testsPatrick Shaughnessy2020-01-101-8/+651
* Labels are a live list in tree orderPatrick Shaughnessy2020-01-061-4/+12
* Auto merge of #25397 - teapotd:input-cloning-steps, r=jdmbors-servo2020-01-031-1/+21
|\
| * Implement HTMLInputElement cloning stepsteapotd2019-12-261-1/+21
* | Radio button grouping is now case-sensitivePatrick Shaughnessy2019-12-311-2/+1
|/
* hidden field named _charset_ now appears in FormData as UTF-8 to fix #25150Patrick Shaughnessy2019-12-091-9/+28
* Auto merge of #24626 - glowe:issue-21810/improve-validation-methods, r=jdmbors-servo2019-12-031-1/+10
|\
| * Remove catch-all case for input sanitizationglowe2019-11-301-1/+10
* | Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
|/
* [WIP] solve #22782takumi2019-10-181-69/+69
* Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15)Simon Sapin2019-08-231-1/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-5/+7