servo/components/script/dom/bindings
bors-servo 3342cd9531 Auto merge of #8132 - akiss77:codegen-u8, r=Ms2ger
Fix char types in script binding codegen

Use `libc::c_char` instead of `i8` for character data since that's more
portable. (Some architectures, e.g. AArch64, have unsigned characters,
i.e. `u8`.)

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8132)
<!-- Reviewable:end -->
2015-10-21 10:44:14 -06:00
..
codegen Auto merge of #8132 - akiss77:codegen-u8, r=Ms2ger 2015-10-21 10:44:14 -06:00
callback.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
cell.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
conversions.rs Introduce trait Castable 2015-10-21 11:37:16 +02:00
error.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
global.rs Timers are scheduled by a dedicated per-constellation thread. 2015-10-21 16:40:49 +02:00
js.rs Auto merge of #8041 - nox:castable, r=jdm 2015-10-21 07:57:32 -06:00
mod.rs Enable some warnings for generated code. 2015-10-16 12:07:57 +02:00
num.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
proxyhandler.rs Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
refcounted.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
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 Timers are scheduled by a dedicated per-constellation thread. 2015-10-21 16:40:49 +02:00
utils.rs Introduce IDLInterface::derives() 2015-10-21 10:59:36 +02:00