servo/components/net
bors-servo 452d2dcdef
Auto merge of #23045 - miller-time:promote-memory-blob, r=jdm
create uuid before sending PromoteMemory message

<!-- Please describe your changes on the following line: -->
When `Blob::promote` is promoting a `BlobImpl::Memory`, create uuid and send it with the `FileManagerThreadMsg::PromoteMemory` message rather than blocking until one is received.

---
<!-- 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 #23032  (GitHub issue number if applicable)

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

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- 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/23045)
<!-- Reviewable:end -->
2019-03-20 20:14:34 -04:00
..
fetch Added fetch_start functionality in http_fetch 2019-01-24 23:18:54 +05:30
tests Auto merge of #23045 - miller-time:promote-memory-blob, r=jdm 2019-03-20 20:14:34 -04:00
Cargo.toml Update base64 to 0.10.1 2019-01-25 14:02:56 +01:00
connector.rs Redesign network response decoding to avoid creating decoders before some content is present. 2019-01-15 16:04:45 -05:00
cookie.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
cookie_storage.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
data_loader.rs Update base64 to 0.10.1 2019-01-25 14:02:56 +01:00
decoder.rs Redesign network response decoding to avoid creating decoders before some content is present. 2019-01-15 16:04:45 -05:00
filemanager_thread.rs Auto merge of #23045 - miller-time:promote-memory-blob, r=jdm 2019-03-20 20:14:34 -04:00
hosts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
hsts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
http_cache.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
http_loader.rs Avoid locking network timing data unnecessarily. 2019-02-01 15:47:14 -05:00
image_cache.rs Update webrender 2018-11-27 17:33:13 -08:00
lib.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
mime_classifier.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
resource_thread.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
subresource_integrity.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
websocket_loader.rs Remove redundant .clone()s 2018-12-11 10:43:51 +09:00