aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/validitystate.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+36