servo/components/script/dom/bindings
bors-servo 221db56b08 Auto merge of #11155 - emilio:codegen-dict-keyword, r=Ms2ger
codegen: Fix dictionary handling and semantics

Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data:
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #11152 (github issue number if applicable).

Either:
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

Fixes #11152

<!-- 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/11155)
<!-- Reviewable:end -->
2016-05-13 02:47:08 -07:00
..
codegen codegen: Throw a more descriptive invalid enum message 2016-05-13 11:44:39 +02: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 Update SpiderMonkey 2016-05-03 18:36:11 +02:00
error.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
global.rs Implement user interaction task source 2016-05-11 10:12:25 -04:00
inheritance.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
interface.rs Auto merge of #10756 - servo:smup, r=Ms2ger 2016-05-03 15:46:40 -07:00
js.rs Make debug logging for tracing JS objects more informative. 2016-05-11 08:34:48 -04:00
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 SpiderMonkey 2016-05-03 18:36:11 +02:00
refcounted.rs Make debug logging for tracing JS objects more informative. 2016-05-11 08:34:48 -04: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 Update SpiderMonkey 2016-05-03 18:36:11 +02:00
trace.rs Make debug logging for tracing JS objects more informative. 2016-05-11 08:34:48 -04:00
utils.rs codegen: Throw a more descriptive invalid enum message 2016-05-13 11:44:39 +02: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