servo/components/script
bors-servo bd4b3a66a2 Auto merge of #10641 - asajeffrey:dedicated-panic-channel, r=Manishearth
Dedicated panic channel

Added a dedicated panic channel, and removed the panic messages for the script and layout threads. This is needed so that other threads can report panics, which is part of #10334.

Note that this PR includes the commit from #10572, so should land after it lands.

r? @Manishearth

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10641)
<!-- Reviewable:end -->
2016-04-19 21:58:07 +05:30
..
docs Move the DOM memory management blog post into the tree. 2015-10-29 17:25:00 +01:00
dom Auto merge of #10634 - amarant:10574-image-document-base, r=metajack 2016-04-19 20:51:18 +05:30
parse Store a pointer to the browsing context in the Document. 2016-02-11 13:08:11 +01:00
task_source refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
build.rs
Cargo.toml Update to byteorder 0.5 2016-04-13 16:36:02 +05:30
clipboard_provider.rs Remove unused imports in script 2016-01-17 12:41:28 +05:30
cors.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
devtools.rs Auto merge of #10327 - frewsxcv:get-prefix, r=ms2ger 2016-04-02 14:19:39 +05:30
document_loader.rs Improve documentation for new methods. 2016-02-10 09:20:06 -05:00
layout_interface.rs Added a dedicated panic channel. 2016-04-19 09:08:44 -05:00
lib.rs Implement origin concept. 2016-04-13 10:37:55 +02:00
makefile.cargo Fix spurious rebuilds of the script crate 2015-10-08 21:37:56 -07:00
mem.rs Bump heapsize to 0.3 2016-02-13 11:13:19 +01:00
network_listener.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
origin.rs Implement origin concept. 2016-04-13 10:37:55 +02:00
page.rs Auto merge of #8481 - frewsxcv:iterablepage-iter, r=Ms2ger 2015-11-12 18:29:12 +05:30
reporter.rs Report CSS errors to script task for further processing. 2016-02-11 14:48:47 -05:00
script_runtime.rs Use better JS engine defaults 2016-04-08 08:46:22 -06:00
script_thread.rs Added a dedicated panic channel. 2016-04-19 09:08:44 -05:00
textinput.rs Implement HTMLTextArea.setSelectionRange 2016-04-17 17:27:26 +02:00
timers.rs Clean up of script timer code. 2016-02-20 22:43:16 +01:00
unpremultiplytable.rs add un-premultiply table for GetImageData 2015-10-20 04:51:29 -04:00
webdriver_handlers.rs Remove get_* on getters as per RFC 0344. 2016-04-10 22:49:35 -04:00