aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domrectlist.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove DOMRectList and use sequences instead.Jack Moffitt2017-04-191-58/+0
* 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-2/+1
* Remove JS::from_rootedAnthony Ramine2016-05-311-1/+1
* Rustfmt some of script.Ms2ger2015-11-181-3/+6
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* 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
* Add spec linksBogdan Cuza2015-07-281-0/+3
* Remove window field from domrectlistMichael Wu2015-07-141-4/+2
* Upgrade to SM 39Michael Wu2015-06-191-11/+11
* Remove use of RootedVec in DOMRectListAnthony Ramine2015-05-261-6/+5
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Implement RootedVec<T>Mukilan Thiyagarajan2015-03-291-4/+4
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-1/+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
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-3/+3
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-4/+4
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+62