servo/components
bors-servo b34fd5bd7e Auto merge of #7727 - michaelwu:update-bindings, r=jdm
Support the updated spidermonkey bindings

Still need to finish the rust-mozjs update and make cargo use it, but it's close enough that I don't expect much to change on the servo side.

Some changes here
- bools are properly translated now
- char16_t is handled as u16 now
- JS_GlobalObjectTraceHook isn't mangled now
- JSJitInfo has been adjusted
- A const fn is used to generate bitfields in JSJitInfo
- Manually generating handles now requires calling an unsafe function. It's not actually required, but it's too much of a hassle to generate them manually now due to bindgen++ adding base classes now.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7727)
<!-- Reviewable:end -->
2015-10-14 14:48:44 -06:00
..
app_units Prepare app_units crate for publishing 2015-10-01 11:04:16 +10:00
canvas Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
canvas_traits Handle zero-sized source surfaces properly, and upgrade ipc-channel to 2015-09-30 23:09:36 -07:00
compositing Auto merge of #7552 - meh:viewport, r=glennw 2015-10-14 10:29:45 -06:00
devtools Make it possible for iframes to create their own pipeline ID. 2015-10-06 17:06:53 +10:00
devtools_traits tests for devtools integration with network requests/responses 2015-09-25 22:07:01 +05:30
gfx Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Generate the TypeId enums in codegen 2015-10-14 18:45:35 +02:00
layout_traits sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
msg Auto merge of #7933 - mbrubeck:piston-image, r=glennw 2015-10-12 15:06:31 -06:00
net Auto merge of #7984 - eefriedman:net-send-error, r=jdm 2015-10-14 13:28:14 -06:00
net_traits Auto merge of #7933 - mbrubeck:piston-image, r=glennw 2015-10-12 15:06:31 -06:00
plugins Rust upgrade to nightly 20151002 2015-10-02 13:50:11 -05:00
profile Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
profile_traits Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
script Throw on bad ByteStrings 2015-10-14 15:30:57 -04:00
script_traits Auto merge of #7807 - glennw:pid, r=jdm 2015-10-06 01:08:32 -06:00
servo Support the updated spidermonkey bindings 2015-10-14 15:30:52 -04:00
style Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
style_traits sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
util Link to the HTML multipage spec, not the single-page one. 2015-10-13 11:48:51 -07:00
webdriver_server Auto merge of #7987 - frewsxcv:clippy, r=Manishearth 2015-10-12 18:33:30 -06:00
webdriver_traits Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00