servo/components
bors-servo a04e30d247 Auto merge of #10796 - servo:character-data-surrogates, r=nox
Make /dom/nodes/CharacterData-surrogates.html not panic.

It now fails since `DOMString` is currently based on `std::string::String` on the Rust side, which is strictly well-formed UTF-8 and can not contain unpaired surrogate code points.

Fixes #10780

r? @Ms2ger

<!-- 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/10796)
<!-- Reviewable:end -->
2016-05-24 15:59:31 -07:00
..
canvas Update documentation for {CanvasPaintThread, WebGLPaintThread}::new(). 2016-05-19 12:15:02 +02:00
canvas_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
compositing Use CompositorMsg from script_traits. 2016-05-24 12:29:22 +02:00
constellation Auto merge of #11371 - Ms2ger:pipeline-create, r=asajeffrey 2016-05-24 08:33:41 -07:00
devtools Simplify TOML syntax 2016-04-26 23:51:36 +02:00
devtools_traits Update internal crates to bitflags 0.7 2016-05-17 23:34:04 +02:00
gfx Auto merge of #11303 - mbrubeck:last-resort, r=pcwalton 2016-05-24 10:39:44 -07:00
gfx_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
layout Auto merge of #11303 - mbrubeck:last-resort, r=pcwalton 2016-05-24 10:39:44 -07:00
layout_traits Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFactory. 2016-05-20 10:20:58 +02:00
msg Responding to review comments. 2016-05-20 09:45:34 -05:00
net Auto merge of #11225 - izgzhen:patch-input-element-file, r=Manishearth 2016-05-23 01:10:46 -07:00
net_traits Auto merge of #11225 - izgzhen:patch-input-element-file, r=Manishearth 2016-05-23 01:10:46 -07:00
plugins Update Rust to 1.10.0-nightly (cd6a40017 2016-05-16) 2016-05-17 15:21:18 +02:00
profile replacing commas with tabs; changing from CSV to TSV profiling 2016-05-19 15:07:18 -07:00
profile_traits Add timeline markers for HTTP requests, JS evaluation, and HTML parsing. 2016-05-18 08:02:42 -05:00
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #10796 - servo:character-data-surrogates, r=nox 2016-05-24 15:59:31 -07:00
script_traits Move CompositorMsg to script_traits. 2016-05-24 12:28:10 +02:00
servo Auto merge of #11364 - Ms2ger:CompositorMsg, r=nox 2016-05-24 06:48:46 -07:00
style Auto merge of #11287 - heycam:moz-binding, r=bholley 2016-05-24 14:41:04 -07:00
style_traits Removed unused imports 2016-05-15 22:24:26 +03:00
util Parse HTMLInputElement attributes 2016-05-24 10:12:18 -04:00
webdriver_server Use CompositorMsg from script_traits. 2016-05-24 12:29:22 +02:00