servo/components
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
..
canvas Auto merge of #9512 - timvandermeij:feature-cleanup, r=frewsxcv 2016-02-04 18:11:52 +05:30
canvas_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
compositing Auto merge of #9532 - nox:dedup-heapsize, r=Manishearth 2016-02-05 03:40:36 +05:30
devtools Reorder dependencies in various Cargo.toml files 2016-02-04 14:09:01 +01:00
devtools_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
gfx Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanut 2016-02-05 07:32:13 +05:30
gfx_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
layout Auto merge of #9522 - pcwalton:two-overflows, r=mbrubeck 2016-02-05 10:58:50 +05:30
layout_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
msg Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
net Auto merge of #9244 - paulrouget:securitychange, r=jdm 2016-02-09 13:00:29 +05:30
net_traits mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
plugins Remove the casing plugin 2016-02-05 00:42:03 +01:00
profile task -> thread 2016-01-10 17:58:13 +09:00
profile_traits task -> thread 2016-01-10 17:58:13 +09:00
script Auto merge of #9244 - paulrouget:securitychange, r=jdm 2016-02-09 13:00:29 +05:30
script_traits mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
servo Update html5ever to 0.5.0 2016-02-08 16:58:18 -05:00
style Auto merge of #9532 - nox:dedup-heapsize, r=Manishearth 2016-02-05 03:40:36 +05:30
style_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
util Remove some unused dependencies from the util crate. 2016-02-05 13:06:14 +01:00
webdriver_server Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00