servo/components
bors-servo 0d52170f35 Auto merge of #9054 - frewsxcv:parse-non-zero-dimension, r=eefriedman
Implement non-zero dimension attribute parsing

Fixes #8445

The only attributes I found that we have implemented that uses non-zero
dimenion attributes:

* `width` for `<td>` and `<th>` (table cells)
* `width` for `<table>`

I updated these implementations to use the new non-zero dimension
attribute parsing and added associated regression tests.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9054)
<!-- Reviewable:end -->
2015-12-30 05:26:56 +05:30
..
canvas Update offscreen_gl_context 2015-12-22 04:33:03 +01:00
canvas_traits Issue #8738: bufferSubData and texImage2D argument sanity checks. 2015-12-26 18:56:48 +01:00
compositing Separate script and layout messages, issue #8843 2015-12-26 12:24:51 -05:00
devtools Issue #9042: Report incorrect number of spaces around => in the style checker. 2015-12-23 20:54:26 +01:00
devtools_traits Support responseCookies, responseContent, responseHeaders, requestCookies, getResponseHeaders, 2015-12-21 10:28:40 -05:00
gfx Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanut 2015-12-24 10:55:48 +05:30
gfx_traits Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
layout Separate script and layout messages, issue #8843 2015-12-26 12:24:51 -05:00
layout_traits Separate script and layout messages, issue #8843 2015-12-26 12:24:51 -05:00
msg Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
net Support responseCookies, responseContent, responseHeaders, requestCookies, getResponseHeaders, 2015-12-21 10:28:40 -05:00
net_traits Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
plugins Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
profile gfx: Measure text shaping time in the time profiler. 2015-12-15 13:28:05 -08:00
profile_traits gfx: Measure text shaping time in the time profiler. 2015-12-15 13:28:05 -08:00
script Auto merge of #9054 - frewsxcv:parse-non-zero-dimension, r=eefriedman 2015-12-30 05:26:56 +05:30
script_traits Separate script and layout messages, issue #8843 2015-12-26 12:24:51 -05:00
servo Update layers. 2015-12-24 11:03:32 +01:00
style Implement non-zero dimension attribute parsing 2015-12-24 13:20:43 -08:00
style_traits Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
util Auto merge of #9054 - frewsxcv:parse-non-zero-dimension, r=eefriedman 2015-12-30 05:26:56 +05:30
webdriver_server Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00