servo/components/script/dom/bindings
bors-servo 92f9e58310 Auto merge of #8286 - eefriedman:no-move, r=nox
Remove unnecessary uses of #[no_move]

The patch makes RootCollection a bit safer by making the StackRootTLS hold
it in place.

RootedVec was doing an extremely delicate dance and just hoping nobody
messed it up; switch to a Box to be safe.

CodeGenRust seemed to be using no_move for no particularly good reason.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8286)
<!-- Reviewable:end -->
2015-11-08 12:51:00 +05:30
..
codegen Auto merge of #8286 - eefriedman:no-move, r=nox 2015-11-08 12:51:00 +05:30
callback.rs more refactoring 2015-10-30 20:26:29 +09:00
cell.rs Check modified event state from layout and dirty it there. 2015-10-27 12:48:48 -07:00
conversions.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
error.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
global.rs merge from master 2015-11-03 19:01:23 +09:00
inheritance.rs remove unneeded import + reexport InheritTypes from inheritance 2015-10-30 20:26:30 +09:00
js.rs Auto merge of #8286 - eefriedman:no-move, r=nox 2015-11-08 12:51:00 +05:30
mod.rs Auto merge of #8286 - eefriedman:no-move, r=nox 2015-11-08 12:51:00 +05:30
num.rs Remove the Zeroable definition for Finite<T>. 2015-10-29 12:21:51 +01:00
proxyhandler.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
refcounted.rs rearrange imports to be in alphabetical order 2015-10-30 20:28:59 +09:00
reflector.rs rearrange imports to be in alphabetical order 2015-10-30 20:28:59 +09:00
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 Auto merge of #8286 - eefriedman:no-move, r=nox 2015-11-08 12:51:00 +05:30
utils.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
xmlname.rs more refactoring 2015-10-30 20:26:29 +09:00