aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/filelist.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+9
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-4/+2
* Add form submission for file type input and related fixingsZhen Zhang2016-08-021-0/+5
* Remove JS::from_rootedAnthony Ramine2016-05-311-1/+1
* Implement file-type functionalities in htmlinputelement and relatedZhen Zhang2016-05-231-2/+4
* Fixes related to file input and File APIZhen Zhang2016-05-021-1/+5
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Don't allow unrooted values in function arguments.Eli Friedman2015-10-231-0/+2
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* 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
* Implement the FileList interface. Fixes #6708Bogdan Cuza2015-08-011-0/+51