Corey Farwell
|
52b3226d54
|
Rename constructor to match convention, add doc comment.
|
2016-04-17 12:38:29 -04:00 |
|
Corey Farwell
|
c37ab1facd
|
Make read_resource_file param simpler and more idiomatic.
`<P: AsRef<Path>>` is also what `File::open` uses as a generic type for
the parameter.
|
2016-04-16 23:06:59 -04:00 |
|
Simon Sapin
|
45ec900745
|
Remove dependency on regex_macros
This reduces the amount of code using unstable features that we depend on.
The hand-written IP address parser is probably just as fast.
|
2015-11-24 22:07:14 +01:00 |
|
Ravi Shankar
|
889eec364b
|
sorted the extern crate, mod & use declarations
|
2015-09-24 02:12:45 +05:30 |
|
Maciej Skrzypkowski
|
88815d21ba
|
Add plugins for compositing and net crates #7699
Changed to_string calls to to_owned calls
where was a need.
|
2015-09-22 13:51:21 +02:00 |
|
Brandon Fairchild
|
de3547e401
|
Fix reported test-tidy errors for unmerged import blocks
This merges import blocks that were reported by tidy as unmerged.
|
2015-09-19 12:50:14 -04:00 |
|
Johann Tuffe
|
ec07178b6f
|
sort all uses
|
2015-08-20 20:47:12 +08:00 |
|
James Graham
|
f52276d2cc
|
Use hosts-replaced URL only when loading resources
|
2015-08-05 10:34:20 +01:00 |
|
Sam Gibson
|
118122da38
|
Uses the approach suggested by @SimonSapin for changing Url scheme
servo/rust-url#61
|
2015-07-22 11:49:10 +12:00 |
|
Sam Gibson
|
bae979137a
|
Moves HSTS includeSubdomains enum to net_traits
|
2015-07-22 11:49:09 +12:00 |
|
Sam Gibson
|
11f5be6d85
|
Responds to more code review feedback
* Use regex from resource task
* Don't have an option of an HSTS list, default to empty
|
2015-07-22 11:49:08 +12:00 |
|
Sam Gibson
|
f2148f06b1
|
Moves the HSTS replacement code to http_loader
This respects STS for redirects as well.
|
2015-07-22 11:49:08 +12:00 |
|
Sam Gibson
|
826f56bdf3
|
Moves HSTS code to it's own module
|
2015-07-22 11:49:07 +12:00 |
|