servo/components/script
bors-servo 4846607e18 auto merge of #5469 : mbrubeck/servo/yodalee-issue4768-textencoder, r=jdm
This is a series of already-reviewed changes by @yodalee from #5025, rebased onto current servo master, with some fixups applied:

* Fixed build errors/warnings from the latest rust upgrade.
* Marked `tests/wpt/web-platform-tests/encoding/single-byte-decoder.html` as expecting CRASH.

I could not verify locally that the new test annotation is correct, since the test appears to hang rather than crash on my Linux box.  (Or maybe I just didn't wait long enough.)  If this crash isn't consistent, or if it takes a long time, maybe we should skip this test instead?

r? @jdm
2015-03-31 20:06:49 -06:00
..
dom auto merge of #5469 : mbrubeck/servo/yodalee-issue4768-textencoder, r=jdm 2015-03-31 20:06:49 -06:00
parse Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
build.rs Fix build scripts warnings. 2015-03-18 21:53:48 +01:00
Cargo.toml Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
cors.rs Remove some unnecessary uses of as_slice 2015-03-29 14:42:19 -04:00
devtools.rs Remove some unnecessary uses of as_slice 2015-03-29 14:42:19 -04:00
layout_interface.rs layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00
lib.rs Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Remove unused subpage field from page 2015-03-11 14:13:30 +10:00
script_task.rs broadcasting storage changes events 2015-03-31 21:51:41 +01:00
tests.rs Use NonZero to reduce the size of DOM smart pointers (fixes #4502). 2015-01-30 22:18:22 +01:00
textinput.rs Remove some unnecessary uses of as_slice 2015-03-29 14:42:19 -04:00
timers.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00