servo/components
bors-servo 0294a474b8 Auto merge of #15455 - charlesvdv:xhr-process-event, r=KiChjang
Implement XHR progress event changes

<!-- Please describe your changes on the following line: -->

This PR implements change in the specs in XHR.

Unfortunatelly, @jdm the test are not passing. It looks like the fetch module send more bytes that we should according the ```Content-Length```. This [lines](https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/XMLHttpRequest/progress-events-response-data-gzip.htm#L70) make the test fail.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13276  (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15455)
<!-- Reviewable:end -->
2017-03-03 01:05:11 -08:00
..
atoms Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
bluetooth Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
bluetooth_traits Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
canvas Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
canvas_traits Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
compositing Auto merge of #15762 - glennw:basic-page-zoom, r=mbrubeck 2017-03-01 11:53:35 -08:00
config Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
constellation Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
debugger Update ws to 0.6 2017-02-26 15:24:43 +01:00
deny_public_fields Update syn to 0.11 2017-02-27 14:46:50 +01:00
devtools Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
devtools_traits Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
dom_struct Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domobject_derive Update syn to 0.11 2017-02-27 14:46:50 +01:00
geometry Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
gfx Update WR (reference frames for fixed position elements). 2017-03-03 10:33:52 +10:00
gfx_traits Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
jstraceable_derive Update syn to 0.11 2017-02-27 14:46:50 +01:00
layout Update WR (reference frames for fixed position elements). 2017-03-03 10:33:52 +10:00
layout_thread layout_thread: Also reposition elements when reflowing all nodes. 2017-03-03 03:46:13 +01:00
layout_traits Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
msg Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
net Switch to our own websocket fork 2017-03-02 16:40:02 +01:00
net_traits Switch to our own websocket fork 2017-03-02 16:40:02 +01:00
profile Auto merge of #15458 - connorimes:hbs-0.4, r=emilio 2017-02-22 09:05:37 -08:00
profile_traits Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
rand squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
range Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
remutex squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
script Auto merge of #15455 - charlesvdv:xhr-process-event, r=KiChjang 2017-03-03 01:05:11 -08:00
script_layout_interface s/nodes_from_point/nodes_from_point_response and change test from reftest to regular test checking only the fixed crash 2017-03-02 16:59:04 +01:00
script_plugins Remove unused function match_ty_unwrap 2017-02-27 14:46:48 +01:00
script_traits Remove rustc-serialize from cookie 2017-02-24 02:39:57 +01:00
selectors Update cssparser for https://github.com/servo/rust-cssparser/pull/123 2017-02-28 17:16:36 +01:00
servo Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
style style: Remove unused goal field from SharedStyleContext. 2017-03-03 03:46:10 +01:00
style_traits Update cssparser for https://github.com/servo/rust-cssparser/pull/123 2017-02-28 17:16:36 +01:00
url Add ImmutableOrigin to allow for serializing origins 2017-02-22 11:11:59 -06:00
webdriver_server Remove rustc-serialize from cookie 2017-02-24 02:39:57 +01:00
webvr Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
webvr_traits Remove unused features from webvr traits 2017-02-21 11:00:03 +01:00