aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* fix: Implement additional logic in DOMString::set_best_representation_of_the_...shanehandley2024-05-131-1/+7
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-14/+0
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-7/+2
* clippy: fix warnings in components/script (#32023)Azhar Ismagulova2024-04-091-9/+7
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-3/+2
* Update webidl and implement setter for the files property of a file input (#3...shanehandley2024-04-011-0/+7
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* 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
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-3/+1
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-1/+1
* clippy: Fix len_zero warnings (#31935)Oluwatobi Sofela2024-03-291-1/+1
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-2/+2
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-281-4/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-3/+3
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-3/+5
* clippy:Fix clippy problems in components/scripts/binding (#31893)Rosemary Ajayi2024-03-271-3/+3
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-5/+3
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-16/+16
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-18/+18
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-2/+2
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-52/+37
* Clippy: Fixed clippy warnings in components/script/dom (#31801)Aarya Khandelwal2024-03-211-83/+80
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-3/+3
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-14/+11
* fix: resolved warning related to deprecated method chrono::NaiveDateTime::fro...Azhar Ismagulova2024-03-081-2/+5
* fix: resolved warnings related to deprecated method chrono::NaiveDateTime::ti...Azhar Ismagulova2024-03-081-4/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-10-021-9/+9
* 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