servo/components/script/dom/bindings
Corey Farwell d838fcce30 Remove some unnecessary uses of as_slice
For the majority of these cases, `as_slice` can be removed due to
`Deref`. In particular, `Deref` for:

* `String` -> `str`
* `Atom` -> `str`

The latter of those two requires, a bump of the locked `string-cache`
library
2015-03-29 14:42:19 -04:00
..
codegen Support the conversion behavior from ECMAScript value to restricted float. 2015-03-25 10:45:30 +09:00
callback.rs Fix various build warnings. 2015-03-20 17:57:49 +01:00
cell.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
conversions.rs Use Finite<T> for our dom code (excluding CanvasRenderingContext2D) 2015-03-25 10:45:30 +09:00
error.rs Fix various build warnings. 2015-03-20 17:57:49 +01:00
global.rs Notify devtools about new worker globals 2015-03-27 16:04:53 -03:00
js.rs Fix double-panic when the script task panics. 2015-03-23 19:19:18 +01:00
mod.rs Introduce Finite<T: Float> for restricted values defined in WebIDL. 2015-03-25 10:45:30 +09:00
num.rs Introduce Finite<T: Float> for restricted values defined in WebIDL. 2015-03-25 10:45:30 +09:00
proxyhandler.rs Rename getOwnPropertyNames_ and enumerate_ to get_own_property_names and enumerate. 2015-01-29 17:28:07 +01:00
refcounted.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
str.rs Remove some unnecessary uses of as_slice 2015-03-29 14:42:19 -04:00
structuredclone.rs auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki 2015-01-28 01:48:52 -07:00
trace.rs Implement RootedVec<T> 2015-03-29 11:58:25 +02:00
utils.rs Fix various build warnings. 2015-03-20 17:57:49 +01:00