servo/components
Stjepan Glavina bcd813d961 Fix fetching about:blank
When fetching about:blank, response body should be the empty byte
sequence.
Spec: https://fetch.spec.whatwg.org/#concept-basic-fetch

Before this change, response body would be set to `ResponseBody::Empty`,
and then fetching would result in an infinite loop at step 19 in fn
`main_fetch` (methods.rs).
2016-03-24 11:17:12 +01:00
..
canvas Stop returning in-process senders from {CanvasPaintThread, WebGLPaintThread}::start. 2016-03-21 18:26:46 +01:00
canvas_traits Deny unsafe code in more crates. 2016-03-18 14:43:03 +01:00
compositing Auto merge of #10106 - Ms2ger:renderer-id, r=ecoal95 2016-03-22 08:50:28 +05:30
devtools Bump serde to 0.7 2016-03-17 13:52:39 +01:00
devtools_traits Bump serde to 0.7 2016-03-17 13:52:39 +01:00
gfx gfx: Allow images to be shipped to the WebRender thread without shipping 2016-03-22 14:49:47 -07:00
gfx_traits Deny unsafe code in more crates. 2016-03-18 14:43:03 +01:00
layout gfx: Allow images to be shipped to the WebRender thread without shipping 2016-03-22 14:49:47 -07:00
layout_traits Deny unsafe code in more crates. 2016-03-18 14:43:03 +01:00
msg gfx: Allow images to be shipped to the WebRender thread without shipping 2016-03-22 14:49:47 -07:00
net Fix fetching about:blank 2016-03-24 11:17:12 +01:00
net_traits gfx: Allow images to be shipped to the WebRender thread without shipping 2016-03-22 14:49:47 -07:00
plugins Update to Rust 2016-03-18. 2016-03-20 10:05:45 +01:00
profile Auto merge of #10075 - Ms2ger:deny-unsafe, r=jdm 2016-03-20 08:00:53 +05:30
profile_traits Auto merge of #10075 - Ms2ger:deny-unsafe, r=jdm 2016-03-20 08:00:53 +05:30
range Deny unsafe code in more crates. 2016-03-18 14:43:03 +01:00
script Auto merge of #9979 - stspyder:master, r=jdm 2016-03-23 09:07:38 +05:30
script_traits Auto merge of #10106 - Ms2ger:renderer-id, r=ecoal95 2016-03-22 08:50:28 +05:30
servo browserhtml version bump 2016-03-23 18:43:55 +08:00
style Auto merge of #10105 - mbrubeck:dirty-viewport-percentages, r=SimonSapin 2016-03-22 18:58:47 +05:30
style_traits Report memory usage from LayoutThreadData Stylist [#7038] 2016-03-19 11:53:13 -07:00
util Auto merge of #10087 - DDEFISHER:master, r=jdm 2016-03-20 12:25:10 +05:30
webdriver_server Deny unsafe code in more crates. 2016-03-18 14:43:03 +01:00