Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse hosts-replaced URL only when loading resources #6416
Conversation
highfive
commented
Jun 18, 2015
hoppipolla-critic-bot
commented
Jun 18, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/5320 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
r? @Manishearth I'm not really sure that this is perfect; I couldn't decide which urls to put in error messages, and it generally feels a bit fragile. |
| @@ -21,6 +21,9 @@ path = "../util" | |||
| [dependencies.msg] | |||
| path = "../msg" | |||
|
|
|||
| [dependencies.net] | |||
| path = "../net" | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
jgraham
Jun 19, 2015
Author
Contributor
Oh look, a @jdm!
You want the whole of the HOSTS_FILE stuff moved into net_traits then?
This comment has been minimized.
This comment has been minimized.
Manishearth
Jun 19, 2015
Member
Yes. Or make it polymorphic on a trait in net_traits. The former is okay.
|
Mostly LGTM except for the dependency. Also, there should be some comments about what the various |
|
| @@ -24,4 +24,5 @@ log = "*" | |||
| url = "0.2.35" | |||
| hyper = "0.5" | |||
| euclid = "0.1" | |||
|
|
|||
| regex = "0.1.33" | |||
| regex_macros = "0.1.19" | |||
This comment has been minimized.
This comment has been minimized.
| @@ -1,17 +1,21 @@ | |||
| /* This Source Code Form is subject to the terms of the Mozilla Public | |||
| * License, v. 2.0. If a copy of the MPL was not distributed with this | |||
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |||
|
|
|||
This comment has been minimized.
This comment has been minimized.
waddlesplash
Jun 23, 2015
Isn't there supposed to be a newline between the license header and the first #! line?
|
|
8cd704c
to
15ca46f
|
@bors-servo: r+ |
|
|
Use hosts-replaced URL only when loading resources <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6416) <!-- Reviewable:end -->
|
|
|
@bors-servo: r+ |
|
|
Use hosts-replaced URL only when loading resources <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6416) <!-- Reviewable:end -->
|
|
|
|
This PR really doesn't want to merge! |
|
Seems like there shouldn't have been any metadata updates at all. Which makes some sense as wptrunner hasn't been updated to use the right host name. |
|
@bors-servo: r+ |
|
|
Use hosts-replaced URL only when loading resources <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6416) <!-- Reviewable:end -->
Update to unicode-bidi 0.2.1 Also includes some missing changes from #6416. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6998) <!-- Reviewable:end -->
Update to unicode-bidi 0.2.1 Also includes some missing changes from #6416. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6998) <!-- Reviewable:end -->
jgraham commentedJun 18, 2015