aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
Commit message (Expand)AuthorAgeFilesLines
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-4/+9
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* script: Use `time@0.3` for input elements and do conversion in a &str trait (...Martin Robinson2024-09-091-151/+127
* fix(clippy): Clippy suggestions in components/script/dom/* (#33072)Jose Monagas2024-08-151-3/+3
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* [clippy] Rename enum FormSubmitter and its elements (#32791)Danila Matveev2024-07-171-5/+5
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-9/+10
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+1
* 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