servo/components/script/dom/bindings
bors-servo edcf24fd4d Auto merge of #10152 - jdm:9511-rebase, r=nox
Fix #9511. Export webidl enums using "pub use".

Change typedef codegen to export the underlying enum itself, rather
than an alias. Works around https://github.com/rust-lang/rust/issues/31355

Rebase of #9691.

<!-- 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/10152)
<!-- Reviewable:end -->
2016-03-24 10:40:44 +05:30
..
codegen Auto merge of #10152 - jdm:9511-rebase, r=nox 2016-03-24 10:40:44 +05:30
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 Fixed compile error in generated code, when webidl constructors have same number of args 2016-03-03 20:21:48 +00:00
error.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
global.rs Add task_source directory 2016-03-10 01:05:53 -05:00
inheritance.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
interface.rs Make all interface objects share the same funToString 2016-03-21 11:57:48 +01:00
js.rs Implement RootedReference<T> for Option<JS<T>> 2016-02-16 22:40:03 +00:00
mod.rs Lazily define interface objects on globals (fixes #6419) 2016-02-25 15:56:47 +01:00
num.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
proxyhandler.rs Update to Rust 2016-03-18. 2016-03-20 10:05:45 +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 move method from ByteString to module where it was used 2016-02-23 15:21:35 +01:00
structuredclone.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
trace.rs Use a BTreeMap for Document::animation_frame_list (fixes #9834) 2016-03-02 16:53:06 +01:00
utils.rs Lazily define interface objects on globals (fixes #6419) 2016-02-25 15:56:47 +01: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