aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/str.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-7/+2
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* bindings: Move string-related bindings code to script_bindings. (#35172)Josh Matthews2025-01-291-414/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-17/+17
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Fix rustdoc problems (#33458)Oriol Brufau2024-09-141-1/+1
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-1/+1
* script: Use `time@0.3` for input elements and do conversion in a &str trait (...Martin Robinson2024-09-091-311/+399
* Replace the lazy_static crate whth `std::sync::LazyLock` in components/script...Hayashi Mikihiro2024-08-121-9/+10
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-11/+27
* fix: Implement additional logic in DOMString::set_best_representation_of_the_...shanehandley2024-05-131-1/+12
* clippy: Fix `from_over_into` warnings (#31946)eri2024-03-301-12/+12
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-3/+8
* clippy: Fix len_zero warnings (#31935)Oluwatobi Sofela2024-03-291-1/+1
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-1/+1
* clippy: Fix various clippy warnings in `components/scripts/dom/bindings` (#31...Rosemary Ajayi2024-03-281-2/+2
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-1/+1
* clippy: Fix clippy problems in `components/script/dom` (#31891)Rosemary Ajayi2024-03-271-6/+6
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-261-7/+4
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-83/+76
* rusdoc: Fix `idl` warning in components/script/dom/bindings (#31643)Oluwatobi Sofela2024-03-131-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-18/+18
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+8
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Fix warnings after chrono upgrade (#30165)Martin Robinson2023-08-231-5/+8
* Form constraints validationteapotd2020-04-021-0/+22
* Make sure input value=12:30:01 doesn't turn into 12:30:1Patrick Shaughnessy2020-02-121-0/+8
* stepUp, stepDown, valueAsNumber, valueAsDate, and list work and have testsPatrick Shaughnessy2020-01-101-127/+156
* Add DOMString floating point string test and fixglowe2019-11-301-5/+5
* Support WebIDL `record<>`Kagami Sascha Rosylight2019-10-151-1/+1
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Remove unused code from script* cratesest312019-06-021-11/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+4
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-1/+55
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Fixes panic on DOMString::strip_leading_and_trailing_ascii_whitespaceJim Berlage2018-11-081-9/+9
* Reorder importsPyfisch2018-11-061-1/+1
* Format script componentchansuke2018-09-191-46/+45
* Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07)Simon Sapin2018-04-091-1/+1
* implement range input sanitizationtigercosmos2018-01-171-12/+33
* input type=number validationsNathan2018-01-091-0/+10
* implement valid Date time Local inputtigercosmos2018-01-071-0/+92
* implement valid week stringtigercosmos2017-12-171-1/+66
* implement "Date type inputs", "Month type inputs"tigercosmos2017-12-051-0/+101
* Added time input sanitization:Simon Wörner2017-12-041-0/+71
* Auto merge of #18262 - KiChjang:value-sanitization, r=noxbors-servo2017-11-091-0/+23
|\
| * Implement string stripping utilities from the Infra specKeith Yeung2017-11-081-0/+23
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3