servo/components
Brandon Fairchild 1ccab328f9 Support empty strings as the repeat argument (CreatePattern)
According to the third step in the specification [1], createPattern
should let the repetition argument be "repeat" when it is the empty
string.

The code in CanvasRenderingContext2D::CreatePattern did not implement
this step and instead threw a SyntaxError exception when an empty
string was supplied as the repetition argument.

Fixes #9079.

[1] https://html.spec.whatwg.org/multipage/#dom-context-2d-createpattern
2015-12-31 11:48:15 -05:00
..
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 Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
gfx_traits Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
layout Auto merge of #9051 - bholley:split_style_and_layout_wrappers, r=SimonSapin 2015-12-30 10:04:14 +05:30
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 Partial implementation of HTTP-network-or-cache fetch step. 2015-12-29 16:37:11 -05:00
net_traits Partial implementation of HTTP-network-or-cache fetch step. 2015-12-29 16:37:11 -05: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 Support empty strings as the repeat argument (CreatePattern) 2015-12-31 11:48:15 -05:00
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 Auto merge of #9051 - bholley:split_style_and_layout_wrappers, r=SimonSapin 2015-12-30 10:04:14 +05:30
style_traits Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
util Auto merge of #9051 - bholley:split_style_and_layout_wrappers, r=SimonSapin 2015-12-30 10:04:14 +05:30
webdriver_server Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00