servo/components
bors-servo aae6525f7d Auto merge of #9684 - danlrobertson:i9655, r=KiChjang
Add methods to move ByteStrings underlying bytes

Add methods to move the underlying `Vec<u8>` for `ByteString`.

I saw this as at least two methods. One to "move and replace with and empty Vec<u8> (`bytes`), and one to take ownership of the whole object (`own_bytes`). I typically also don't like adding methods with out unit tests. If you think they're unnecessary, just let me know.

As always, please let me know if you have any comments, critiques, or nits!

Fixes #9655

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9684)
<!-- Reviewable:end -->
2016-02-19 17:21:14 +05:30
..
canvas Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
canvas_traits Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
compositing Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
devtools Report CSS errors to script task for further processing. 2016-02-11 14:48:47 -05:00
devtools_traits Bump heapsize to 0.3 2016-02-13 11:13:19 +01:00
gfx Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
gfx_traits Bump heapsize to 0.3 2016-02-13 11:13:19 +01:00
layout Auto merge of #9589 - glennw:webrender, r=pcwalton 2016-02-19 00:54:06 +05:30
layout_traits Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
msg Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
net Auto merge of #9589 - glennw:webrender, r=pcwalton 2016-02-19 00:54:06 +05:30
net_traits Auto merge of #9589 - glennw:webrender, r=pcwalton 2016-02-19 00:54:06 +05:30
plugins Bump url to 0.5.5 2016-02-13 00:08:12 +01:00
profile Implement planned navigation 2016-02-18 06:37:32 -05:00
profile_traits Implement planned navigation 2016-02-18 06:37:32 -05:00
script Auto merge of #9684 - danlrobertson:i9655, r=KiChjang 2016-02-19 17:21:14 +05:30
script_traits Move util::cursor to style_traits 2016-02-16 00:50:01 +01:00
servo Update webrender (perf fixes for demos). 2016-02-19 10:04:51 +10:00
style Move util::logical_geometry to style 2016-02-18 10:17:13 +01:00
style_traits Move util::cursor to style_traits 2016-02-16 00:50:01 +01:00
util Auto merge of #9589 - glennw:webrender, r=pcwalton 2016-02-19 00:54:06 +05:30
webdriver_server Bump url to 0.5.5 2016-02-13 00:08:12 +01:00