aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/validitystate.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-9/+9
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-10/+50
* Further changes required by ServoOriol Brufau2023-10-021-8/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-2/+4
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-33/+88
* Form constraints validationteapotd2020-04-021-29/+78
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-7/+8
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-11/+11
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-11/+11
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-11/+11
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove and allow some dead code.Ms2ger2016-12-221-2/+2
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-0/+15
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-0/+15
* | Make #[derive(JSTraceable)] a procedural macroAnthony Ramine2016-11-031-1/+1
* | Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-1/+1
|/
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-6/+86
* more refactoringrohan.prinja2015-10-301-1/+1
* Link to the HTML multipage spec, not the single-page one.Eli Friedman2015-10-131-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-2/+2
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+1
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2