servo/components/devtools/actors
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
..
console.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
framerate.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
inspector.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
memory.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
network_event.rs tests for devtools integration with network requests/responses 2015-09-25 22:07:01 +05:30
object.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
performance.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
profiler.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
root.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
tab.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
timeline.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
worker.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30