servo/components/gfx
bors-servo 2b910678db Auto merge of #10587 - asajeffrey:add-failure-panic-message, r=Manishearth
Added panic message to failures.

Added the panic message to failures. This is a step towards #10334, since it gives us access to the panic error message when we fire a `mozbrowsererror` event. The remaining steps are also to record the backtrace, and to report the failure in the event.

<!-- 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/10587)
<!-- Reviewable:end -->
2016-04-14 19:55:17 +05:30
..
display_list Take transform:translate into account when computing clipping regions. 2016-04-12 14:39:13 -07:00
platform gfx: Clamp the font size we supply to Core Text to 0.01pt. 2016-04-11 13:52:41 -07:00
text Remove util::vec::Comparator 2016-03-01 14:28:16 +01:00
Cargo.toml Issue #10491 add HTMLInputElement attributes that reflect content identically 2016-04-12 00:15:57 +02:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Renamed style structs. 2016-04-08 21:47:36 +03:00
font_cache_thread.rs Make use of From<String> for Atom 2016-02-24 17:52:13 +01:00
font_context.rs gfx: Clamp the font size we supply to Core Text to 0.01pt. 2016-04-11 13:52:41 -07:00
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs gfx: Drop "canvas_traits" dependency 2016-03-23 18:12:39 +01:00
paint_context.rs gfx: Allow images to be shipped to the WebRender thread without shipping 2016-03-22 14:49:47 -07:00
paint_thread.rs Added panic message to failures. 2016-04-13 16:09:48 -05:00