servo/components/script/dom/bindings
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
..
codegen Fix #9508: Beautify our union enums constructors 2016-02-07 02:55:21 +03:00
callback.rs Remove #[allow(raw_pointer_derive)] attributes 2015-11-27 14:32:57 -05:00
cell.rs task -> thread 2016-01-10 17:58:13 +09:00
conversions.rs script: Implement FromJSValConvertible for Root<T> 2016-01-15 13:51:05 +01:00
error.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
global.rs script: Remove some unused imports 2016-01-12 18:34:03 +01:00
inheritance.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
interface.rs Move ConstantSpec, NonNullJSNative and define_constants from utils to interface 2016-01-24 20:37:30 +05:30
js.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
mod.rs Remove remaining reference to the long-disappeared JSRef type. 2016-01-18 09:52:23 +01:00
num.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
proxyhandler.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
refcounted.rs task -> thread 2016-01-10 17:58:13 +09:00
reflector.rs Add global default method for Reflectable trait 2016-01-11 20:23:47 -05:00
str.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
structuredclone.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
trace.rs mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
utils.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
weakref.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
xmlname.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00