servo/components/gfx
bors-servo b3c58f25ef Auto merge of #12291 - mbrubeck:font-panic, r=Wafflespeanut
Bail out gracefully on malformed kern table headers.

This changes a debug assert to a debug log and early return.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #12081 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because I'm just removing an assertion

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/12291)
<!-- Reviewable:end -->
2016-07-07 11:54:11 -07:00
..
display_list Move util::print_tree to gfx_traits 2016-07-04 15:47:06 +02:00
platform Bail out gracefully on malformed kern table headers. 2016-07-06 08:16:37 -07:00
text Move util::str to style 2016-07-05 10:43:54 +02:00
Cargo.toml Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) 2016-06-27 14:13:44 +02:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Don't create HarfBuzz shaper if it isn't used 2016-05-23 11:46:16 -07:00
font_cache_thread.rs Auto merge of #12208 - nox:fontloading, r=metajack 2016-07-06 10:16:23 -07:00
font_context.rs Always include the last-resort font 2016-05-24 08:30:44 -07:00
font_template.rs gfx: Implement Debug for FontTemplate instances. 2016-05-10 10:34:29 -07:00
lib.rs Reduce the scope of the allowed unsafe code in gfx::text. 2016-06-05 12:31:55 +02:00
paint_context.rs Add style check, test, and code fixes for an else brace check. 2016-07-04 18:38:13 -04:00
paint_thread.rs gfx: Don't create paint threads when WebRender is in use. 2016-06-28 17:22:27 -07:00