servo/components/script/dom/bindings
bors-servo 7c7dbde0f4 Auto merge of #8026 - eefriedman:js-rooting, r=nox
Fix uses of JS<T> as a type on the stack

`JS<T>` belongs on the heap, and only on the heap.  This is a collection of fixes so that code uses either `Root<T>` or `&T` to pass around garbage-collected pointers.

Ideally, we could completely ban constructing a `JS<T>` outside of constructor functions, but we aren't quite there yet.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8026)
<!-- Reviewable:end -->
2015-10-16 08:05:59 -06:00
..
codegen Auto merge of #8020 - nox:codegen-derived, r=Ms2ger 2015-10-15 12:53:08 -06:00
callback.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
cell.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
conversions.rs Throw on bad ByteStrings 2015-10-14 15:30:57 -04:00
error.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
global.rs Update script to work with lint changes 2015-10-16 01:20:27 +05:30
js.rs Fix documentation for JS<T> and friends. 2015-10-15 14:03:57 -07:00
mod.rs Enable some warnings for generated code. 2015-10-16 12:07:57 +02:00
num.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
proxyhandler.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
refcounted.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
str.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
structuredclone.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
trace.rs Implement size attribute for <font> element 2015-09-30 22:51:30 -04:00
utils.rs Auto merge of #7972 - nox:codegen-heapsize, r=Ms2ger 2015-10-15 07:13:55 -06:00