servo/components/script/dom/bindings/codegen
Corey Farwell 8792aa7fc0 Allow 'script' component to enter a 'built' state
After this pull request merged:

https://github.com/servo/servo/pull/7209

the 'script' component would never enter a 'built' state. In other
words, if one calls `mach build`, lets it complete, then calls `mach
build` again, the 'script' component would rebuild even though we
supposedly just built it. This was due to the `ParserResults.pkl`
getting placed in the `components/script` directory instead of the
output directory, causing cargo to think that there were unbuilt files.
2015-09-02 16:14:04 -04:00
..
parser Update WebIDL parser 2015-08-16 14:16:31 +02:00
ply Cargoify servo 2014-09-08 20:21:42 -06:00
BindingGen.py Allow 'script' component to enter a 'built' state 2015-09-02 16:14:04 -04:00
Bindings.conf Upgrade to SM 39 2015-06-19 18:42:48 -04:00
CodegenRust.py Auto merge of #7455 - nox:rm-unused-warnings, r=jdm 2015-08-30 11:37:04 -06:00
Configuration.py Add infrastructure for supporting dashed CSS property names on CSSStyleDeclaration. 2015-08-28 13:15:16 -04:00
GenerateCSS2PropertiesWebIDL.py Don't use is operatory to compare Python strings 2015-08-22 10:22:47 -04:00
GlobalGen.py Allow 'script' component to enter a 'built' state 2015-09-02 16:14:04 -04:00