servo/components/script/dom/bindings
bors-servo 8255e74a61 Auto merge of #10081 - jdm:interfacepref, r=nox
Support controlling interface and member visibility via preferences

This was easier to throw together than per-attribute/method support, and it gets rid of some nonstandard properties from our globals.

Fixes #7626.

r? @Ms2ger

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10081)
<!-- Reviewable:end -->
2016-05-02 11:35:38 -07:00
..
codegen Implement hiding of interface members via Pref annotations. 2016-05-02 14:32:56 -04: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 Use num-traits in script. 2016-04-20 15:23:43 +02:00
error.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
global.rs Reduce channel cloning. 2016-04-29 14:55:52 +02:00
inheritance.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
interface.rs Implement hiding of interface members via Pref annotations. 2016-05-02 14:32:56 -04:00
js.rs Auto merge of #10546 - stjepang:fix-typo-in-jsrs, r=Ms2ger 2016-04-13 06:30:59 +05:30
mod.rs fix docs 2016-05-02 11:17:35 +08:00
num.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
proxyhandler.rs Update to Rust 2016-03-18. 2016-03-20 10:05:45 +01:00
refcounted.rs Remove extraneous script_chan parameter from Trusted::new 2016-04-28 10:52:44 +02:00
reflector.rs Add global default method for Reflectable trait 2016-01-11 20:23:47 -05:00
str.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
structuredclone.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
trace.rs Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
utils.rs Implement hiding of interface members via Pref annotations. 2016-05-02 14:32:56 -04:00
weakref.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
xmlname.rs Implement From<DOMString> for Atom 2016-02-24 17:52:17 +01:00