aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename the PrototypeList enums to fix case build warnings.Ms2ger2014-12-181-3/+3
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-13/+13
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-2/+2
* Use Cell::as_unsafe_cell in Reflector::rootable.Ms2ger2014-11-141-7/+5
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-26/+25
* Remove VoidVal.Ms2ger2014-11-081-3/+0
* Document bindings/utils.rs.Ms2ger2014-11-071-0/+29
* Move jsstring_to_str and jsid_to_str to conversions.rs.Ms2ger2014-10-161-26/+1
* Privatize WindowTim Taubert2014-10-131-1/+1
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable/Untraceable entirelyManish Goregaokar2014-10-051-1/+3
* Remove Untraceable from utils.rsManish Goregaokar2014-10-051-3/+2
* Remove Traceable/Untraceable from window.rsManish Goregaokar2014-10-051-1/+1
* Remove unused cx_for_dom_object function.Ms2ger2014-09-251-16/+1
* Regroup uses of JS constants in utils.rs.Ms2ger2014-09-251-3/+2
* Move global_object_for_js_object to global.rs.Ms2ger2014-09-251-26/+5
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-16/+12
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-1/+2
* Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+791