servo/components/script/dom/bindings
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
..
codegen Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
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 Get rid of a bunch of explicit derefs 2015-11-03 19:51:46 -08:00
mod.rs more refactoring 2015-10-30 20:26:29 +09:00
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 Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
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