servo/components/script/dom/bindings/codegen
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
..
parser Introduce [Abstract] to mark non-leaf interfaces 2015-09-13 19:46:28 +02:00
ply Cargoify servo 2014-09-08 20:21:42 -06:00
BindingGen.py Use OS-agnostic filesystem paths in Python 2015-09-08 21:16:02 +02:00
Bindings.conf Upgrade to SM 39 2015-06-19 18:42:48 -04:00
CodegenRust.py Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
Configuration.py Generate the TypeId enums in codegen 2015-10-14 18:45:35 +02:00
GenerateCSS2PropertiesWebIDL.py Don't use is operatory to compare Python strings 2015-08-22 10:22:47 -04:00
GlobalGen.py Use OS-agnostic filesystem paths in Python 2015-09-08 21:16:02 +02:00