servo/components/script
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
..
docs
dom Auto merge of #9244 - paulrouget:securitychange, r=jdm 2016-02-09 13:00:29 +05:30
parse Update html5ever and xml5ever for API changes. 2016-01-27 12:25:16 +01:00
build.rs
Cargo.toml Update html5ever to 0.5.0 2016-02-08 16:58:18 -05:00
clipboard_provider.rs Remove unused imports in script 2016-01-17 12:41:28 +05:30
cors.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
devtools.rs task -> thread 2016-01-10 17:58:13 +09:00
document_loader.rs task -> thread 2016-01-10 17:58:13 +09:00
layout_interface.rs Update rust-selectors 2016-02-03 02:11:31 +01:00
lib.rs Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanut 2016-02-05 07:32:13 +05:30
makefile.cargo
mem.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
network_listener.rs task -> thread 2016-01-10 17:58:13 +09:00
page.rs Auto merge of #8481 - frewsxcv:iterablepage-iter, r=Ms2ger 2015-11-12 18:29:12 +05:30
reporter.rs Hoist ParseErrorReporter into style and remove the dependency on msg. 2016-01-11 18:01:48 -08:00
script_thread.rs mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
textinput.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
timers.rs Auto merge of #9471 - peterkort:patch-1, r=jdm 2016-02-06 02:51:21 +05:30
unpremultiplytable.rs
webdriver_handlers.rs task -> thread 2016-01-10 17:58:13 +09:00