aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdmbors-servo2015-01-081-2/+25
|\
| * Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)Guillaume Bort2015-01-071-2/+25
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-15/+17
|/
* auto merge of #4526 : servo/servo/deref-1, r=Manishearthbors-servo2015-01-021-1/+1
|\
| * Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+1
* | Stop using ptr.is_not_null() in script.Ms2ger2015-01-011-5/+5
|/
* Add inheritance-checking lintManish Goregaokar2014-12-271-1/+4
* GlobalRef passed by value in reflect_dom_object, reflect_node #4165Amanda Watson2014-12-201-2/+2
* Move unwrap_jsmanaged and related machinery to conversions.rs.Ms2ger2014-12-201-105/+3
* Remove the proto_{id,depth} arguments from unwrap_jsmanaged.Ms2ger2014-12-201-9/+6
* Use the try macro in unwrap_jsmanaged.Ms2ger2014-12-201-12/+10
* 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