servo/components/servo
bors-servo a3f43076b6 Auto merge of #11824 - DarinM223:master, r=KiChjang
Use get_mut instead of get-remove-set in XHR send()

<!-- Please describe your changes on the following line: -->
Mutates the header directly with get_mut instead of using get(), remove(), and set().
---
<!-- 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 #11811  (github issue number if applicable).

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

<!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11824)
<!-- Reviewable:end -->
2016-06-28 14:06:17 -05:00
..
.cargo Fix final linking step on AArch64 2016-02-01 16:55:27 +01:00
platform/macos servo: Add an Info.plist on the Mac and opt into integrated graphics. 2016-06-08 12:29:44 -07:00
build.rs New Android suppport 2015-11-04 16:29:39 -06:00
Cargo.lock Auto merge of #11824 - DarinM223:master, r=KiChjang 2016-06-28 14:06:17 -05:00
Cargo.toml Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) 2016-06-27 14:13:44 +02:00
fake-ld.sh New Android suppport 2015-11-04 16:29:39 -06:00
lib.rs Auto merge of #11804 - Ms2ger:layout-thread-crate, r=jdm 2016-06-20 17:00:13 -05:00
main.rs Add a signal handler for SIGSEGV that reports the current thread name and backtrace. 2016-06-20 18:32:46 -04:00
servo.exe.manifest Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00