servo/components/net
bors-servo 3d63f09361 Auto merge of #9244 - paulrouget:securitychange, r=jdm
mozbrowsersecuritychange event

Fixes #8544

No test yet. Is there a way to mock a https connection?

Also, I wish I could use the `HTTPSState` enum instead of a `String` when calling `trigger_mozbrowser_event` (https://github.com/servo/servo/compare/master...paulrouget:securitychange?expand=1#diff-30a18e04d7e0b66aafdf192e416cad44R306) but that would require `constellation_msg.rs` to know about `HTTPSState`, which is defined in `document.rs`, which would add a dependency to `components/msg`. I could define `HTTPSState` somewhere else maybe? Or maybe it's fine to use a `String`. But then, should I use the HTTPSState strings (`"modern/deprecated/none"`) or the mozbrowser strings (`"secure/insecure/broken"`) (as it is now)

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9244)
<!-- Reviewable:end -->
2016-02-09 13:00:29 +05:30
..
fetch Partial implementation of Main Fetch step, including appropiate updates to tests 2016-01-29 12:40:54 -07:00
about_loader.rs mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
Cargo.toml Auto merge of #9542 - timvandermeij:immeta, r=jdm 2016-02-06 04:02:47 +05:30
cookie.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
cookie_storage.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
data_loader.rs task -> thread 2016-01-10 17:58:13 +09:00
file_loader.rs Issue #9095: Send a notification when a file load is cancelled. 2016-01-10 14:06:03 +01:00
hsts.rs Remove dependency on regex_macros 2015-11-24 22:07:14 +01:00
http_loader.rs mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
image_cache_thread.rs adding image metadata notification capabilities to image cache 2016-01-29 20:54:49 -05:00
lib.rs adding image metadata notification capabilities to image cache 2016-01-29 20:54:49 -05:00
mime_classifier.rs Remove unneeded dead_code annotations. 2015-12-31 07:45:50 -05:00
pub_domains.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
resource_thread.rs task -> thread 2016-01-10 17:58:13 +09:00
storage_thread.rs Remove remaining unused imports 2016-01-17 20:55:53 -08:00
websocket_loader.rs Make closing related code more clear and more correct 2016-01-18 17:37:16 -07:00