servo/components
Olaf Buddenhagen 4d14f1eb67 layout/context: Wrap image_cache_thread in a Mutex<> as well
`SharedLayoutContext.image_cache_thread` didn't get the `Mutex<>`
treatment along with all the other channels in there, because
`ipc-channel::Sender` is presently inherently `Sync`. I believe this to
be an implementation accident though, that should be rectified in the
future -- not something users should actually rely on...

Note that sharing senders (be it `mpsc` or `ipc-channel`) in is probably
not a good idea anyway: just cloning them -- and letting them handle the
sharing internally -- should be both simpler and cheaper. But right now
that's how things are handled here; so let's go with the flow...
2016-11-03 16:24:20 +01:00
..
canvas Remove gfx_traits::color. 2016-10-31 18:15:25 +01:00
canvas_traits Remove gfx_traits::color. 2016-10-31 18:15:25 +01:00
compositing Use a new id type for tracking scrolling areas 2016-10-30 21:10:04 +01:00
constellation Auto merge of #13966 - asajeffrey:constellation-tidy-up-again, r=ConnorGBrewster 2016-10-31 09:38:54 -05:00
debugger
devtools Setting a devtools timeline marker may fail, due to pipeline lookup failure. 2016-10-12 12:56:23 -05:00
devtools_traits Setting a devtools timeline marker may fail, due to pipeline lookup failure. 2016-10-12 12:56:23 -05:00
gfx Remove unused FontContext::font_cache_thread(). 2016-10-31 16:22:36 +01:00
gfx_traits Remove gfx_traits::color. 2016-10-31 18:15:25 +01:00
layout layout/context: Wrap image_cache_thread in a Mutex<> as well 2016-11-03 16:24:20 +01:00
layout_thread layout/context: Wrap image_cache_thread in a Mutex<> as well 2016-11-03 16:24:20 +01:00
layout_traits Remove old rendering backend. 2016-10-18 10:21:27 +10:00
msg Move WindowSizeType to script_traits. 2016-10-22 13:33:38 +02:00
net Auto merge of #13986 - iamrohit7:tidy-feature-attrs, r=Wafflespeanut 2016-11-01 01:13:35 -05:00
net_traits Move Image and PixelFormat to net_traits. 2016-10-21 16:12:39 +02:00
plugins Fix tidy issues 2016-11-01 11:35:40 +05:30
profile Add time profiling to ServoXMLParser::parse_sync 2016-10-11 15:03:25 +02:00
profile_traits Add time profiling to ServoXMLParser::parse_sync 2016-10-11 15:03:25 +02:00
range Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
script Auto merge of #14006 - Haggus:master, r=jdm 2016-10-31 15:58:38 -05:00
script_layout_interface Rename NodeData and associated data structures to Element*. 2016-10-29 14:58:07 -07:00
script_traits Use a new id type for tracking scrolling areas 2016-10-30 21:10:04 +01:00
servo Auto merge of #14007 - glennw:update-wr-3d-text, r=pcwalton 2016-10-31 18:11:37 -05:00
style Remove extra spaces in function calls and declarations 2016-10-31 18:11:37 +01:00
style_traits Emit TransitionEnd events in the layout thread and process it in the script thread 2016-10-11 19:36:06 -07:00
util Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26) 2016-10-27 19:18:56 +02:00
webdriver_server Move Image and PixelFormat to net_traits. 2016-10-21 16:12:39 +02:00