servo/components
bors-servo 81f6e70a62 Auto merge of #10785 - frewsxcv:loaderrortype-nostring, r=jdm
Refactor `LoadErrorType` to not require a `String` for every type.

Some of the `LoadErrorType` like `LoadCancelled` don't need a `String`
associated with the type since the variant is self-explanatory.

There are some variants that don't need an associated `String`, but that
can be cleaned up in a later refactor. Also, `net_traits::NetworkError`
currently requires a `String`, but that can potentially also be
refactored away too.

<!-- 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/10785)
<!-- Reviewable:end -->
2016-04-25 14:37:44 -07:00
..
canvas Auto merge of #10706 - zwn:unused-extern-crates, r=nox 2016-04-22 13:40:38 -07:00
canvas_traits Remove references to unused crates. 2016-04-22 22:20:06 +02:00
compositing Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
devtools Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
devtools_traits Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
gfx Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
gfx_traits Auto merge of #10706 - zwn:unused-extern-crates, r=nox 2016-04-22 13:40:38 -07:00
layout Auto merge of #10817 - danlrobertson:flex-basis, r=mbrubeck 2016-04-24 23:34:37 -07:00
layout_traits Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
msg Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
net Auto merge of #10785 - frewsxcv:loaderrortype-nostring, r=jdm 2016-04-25 14:37:44 -07:00
net_traits Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
plugins Remove unused import. 2016-04-23 10:38:05 -04:00
profile Silence unused-extern-crates false positives. 2016-04-22 22:20:05 +02:00
profile_traits use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #10696 - rebstar6:referrerPolicy, r=jdm 2016-04-25 13:52:01 -07:00
script_traits Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
servo Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
style Auto merge of #10817 - danlrobertson:flex-basis, r=mbrubeck 2016-04-24 23:34:37 -07:00
style_traits Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
util Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
webdriver_server Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00