gecko-dev/servo/components/net_traits
Corey Farwell 5c841a0070 servo: Merge #5677 - Update WHATWG links to use HTTPS (from frewsxcv:https); r=Ms2ger
Extracted this out of #5649

This commit was created with the following commands:

```
find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g'
```

```
find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g'
```

Source-Repo: https://github.com/servo/servo
Source-Revision: 4997d3a112354a407365fede1ab1944834a2e13c
2015-04-14 02:57:41 -05:00
..
image servo: Merge #5642 - Switch Arc<Box<Image>> to Arc<Image> for perf boost (from aneeshusa:arc-box-image-to-arc-image); r=Ms2ger 2015-04-14 01:57:07 -05:00
Cargo.toml servo: Merge #5465 - Split out shared networking code into net_traits crate (from gilles-leblanc:issue-4476-b); r=jdm 2015-04-03 13:00:46 -06:00
image_cache_task.rs servo: Merge #5642 - Switch Arc<Box<Image>> to Arc<Image> for perf boost (from aneeshusa:arc-box-image-to-arc-image); r=Ms2ger 2015-04-14 01:57:07 -05:00
lib.rs servo: Merge #5677 - Update WHATWG links to use HTTPS (from frewsxcv:https); r=Ms2ger 2015-04-14 02:57:41 -05:00
local_image_cache.rs servo: Merge #5535 - Stop using int/uint in net_traits (from Ms2ger:int-net); r=jdm 2015-04-06 13:17:40 -05:00
storage_task.rs servo: Merge #5568 - Remove int_uint from net (from jdm:net_uint); r=jdm 2015-04-08 01:47:56 -05:00