servo/components/devtools
Ms2ger 6b75078503 Make DOMString a newtype around String, rather than a typedef.
This should make it somewhat easier to experiment with alternative
representations in the future. To reduce churn, this commit leaves the String
field public, though.

Also, this will allow us to use the default String type to represent the IDL
USVString type, which explicitly forbids unpaired surrogates, ans as such is
a better match to the Rust String type.
2015-11-04 12:09:11 +01:00
..
actors Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
actor.rs Remove 'get_*' on getters as per RFC 0344 on various components 2015-09-12 20:14:01 -04:00
Cargo.toml Fix serde_macros 2015-10-28 21:53:15 +05:30
lib.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
protocol.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30