aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/validation.rs
Commit message (Expand)AuthorAgeFilesLines
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-1/+5
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-3/+3
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-2/+3
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-9/+14
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-17/+3
* Form constraints validationteapotd2020-04-021-5/+107
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Format script componentchansuke2018-09-191-2/+6
* html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-1/+5
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-0/+5