servo/components/gfx
bors-servo c9442346d3 Auto merge of #13414 - flacerdk:master, r=mbrubeck
Implement `word-break: keep-all` (#9673)

<!-- Please describe your changes on the following line: -->
Implement the `keep-all` value for the `word-break` property, as specified in [CSS](https://drafts.csswg.org/css-text-3/#word-break-property).

The relevant CSSWG tests (in `tests/wpt/css-tests/css-text-3_dev/html/word-break-keep-all-*.htm`) do not currently pass. As far as I can tell, this is because the tests use some JavaScript code that is not working properly. (But then, it seems that most tests in this directory are failing at the moment. I'm not sure what can be done here for now.)

---
<!-- 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 #9673.

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13414)
<!-- Reviewable:end -->
2016-09-29 19:20:55 -05:00
..
display_list Simplify stacking context collection 2016-09-27 10:48:44 +02:00
platform Make dummy font implementation conform to API changes. 2016-09-19 14:38:36 -04:00
text Use word-break to decide how glyph runs should be created 2016-09-27 11:25:21 +02:00
Cargo.toml Update string_cache to 0.2.26 2016-08-28 07:51:49 -07:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Use word-break to decide how glyph runs should be created 2016-09-27 11:25:21 +02:00
font_cache_thread.rs Auto merge of #12076 - jdm:font-load, r=pcwalton 2016-09-19 09:14:55 -05:00
font_context.rs Remove the ComputedValue traits and style_struct_traits 2016-07-20 08:42:40 +02:00
font_template.rs Make font template data load fallible. Fixes #12037. 2016-07-05 10:02:40 -04:00
lib.rs Sanitise web fonts 2016-08-22 16:10:31 +02:00
paint_context.rs Add support for background-repeat: space and round 2016-09-22 13:20:08 +02:00
paint_thread.rs Move thread_state to style. 2016-08-22 16:08:56 +02:00