| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GlobalRoot and GlobalRef | Anthony Ramine | 2016-10-06 | 1 | -8/+4 |
* | Do not use GlobalRoot in CodegenRust anymore | Anthony Ramine | 2016-10-06 | 1 | -8/+8 |
* | Make Promise::Reject and Resolve take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -4/+4 |
* | Remove global_root_from_reflector | Anthony Ramine | 2016-10-06 | 1 | -1/+0 |
* | Pass a &GlobalScope to WebIDL static methods and constructors | Anthony Ramine | 2016-10-06 | 1 | -4/+4 |
* | Make throw_dom_exception take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -5/+5 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+7 |
* | Implement [Inline] interfaces | Anthony Ramine | 2016-10-06 | 1 | -27/+29 |
* | Prevent doing use self::FooBinding::{} | Anthony Ramine | 2016-10-06 | 1 | -3/+7 |
* | Reorganise CGDescriptor | Anthony Ramine | 2016-10-02 | 1 | -23/+19 |
* | Auto merge of #13449 - servo:fill_property_descriptor, r=jdm | bors-servo | 2016-09-30 | 1 | -3/+3 |
|\ |
|
| * | Pass a MutableHandle to fill_property_descriptor. | Ms2ger | 2016-09-27 | 1 | -3/+3 |
* | | Auto merge of #13508 - tschneidereit:fix-sh-methods-codegen, r=emilio | bors-servo | 2016-09-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix codegen for iterable's forEach method | Till Schneidereit | 2016-09-29 | 1 | -1/+1 |
* | | | Auto merge of #13431 - nox:webidl, r=Ms2ger | bors-servo | 2016-09-28 | 1 | -16/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update the WebIDL parser | Anthony Ramine | 2016-09-26 | 1 | -16/+3 |
* | | | Auto merge of #13406 - Mylainos:issue-13377, r=jdm | bors-servo | 2016-09-27 | 1 | -12/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | Issue #13377 Extract panic-catching for JS engine callbacks into a | Hugo Thiessard | 2016-09-26 | 1 | -12/+3 |
| |/ |
|
* / | remove link to #5876 due to everything has been fixed in PR #13333 | Alexandrov Sergey | 2016-09-26 | 1 | -1/+0 |
|/ |
|
* | Enqueue promise jobs from SpiderMonkey callbacks, and execute them in batches... | Mátyás Mustoha | 2016-09-22 | 1 | -1/+2 |
* | Implement binding support for returning and accepting Promises in WebIDL. | Josh Matthews | 2016-09-22 | 1 | -18/+67 |
* | Auto merge of #13333 - splav:JS-setters-fix#13327, r=jdm | bors-servo | 2016-09-22 | 1 | -13/+7 |
|\ |
|
| * | fix JS IndexedGetter and NamedSetter bindings generation | Alexandrov Sergey | 2016-09-20 | 1 | -13/+7 |
* | | Implement the MozMap type. | Ms2ger | 2016-09-21 | 1 | -7/+24 |
* | | Introduce wrapInNativeContainerType. | Ms2ger | 2016-09-21 | 1 | -3/+12 |
* | | Use innerContainerType in getConversionConfigForType. | Ms2ger | 2016-09-21 | 1 | -1/+1 |
* | | Rename innerSequenceType to innerContainerType. | Ms2ger | 2016-09-21 | 1 | -4/+4 |
* | | Handle unsupported types better in getUnionTypeTemplateVars. | Ms2ger | 2016-09-21 | 1 | -13/+1 |
* | | Improve handling of ConversionResult::Failure in unions. | Ms2ger | 2016-09-21 | 1 | -21/+19 |
* | | Improve jsid_to_str's name and documentation. | Ms2ger | 2016-09-21 | 1 | -2/+2 |
|/ |
|
* | Auto merge of #13185 - nox:namespaces, r=jdm,Ms2ger | bors-servo | 2016-09-10 | 1 | -23/+62 |
|\ |
|
| * | Implement WebIDL namespaces | Anthony Ramine | 2016-09-08 | 1 | -21/+60 |
| * | Fix descriptor argument in CGCallGenerator.__init__ | Anthony Ramine | 2016-09-07 | 1 | -3/+3 |
* | | Auto merge of #13201 - KiChjang:codegen-typedefs, r=nox | bors-servo | 2016-09-09 | 1 | -3/+6 |
|\ \
| |/
|/| |
|
| * | Properly generate typedef identities in unions | Keith Yeung | 2016-09-07 | 1 | -3/+6 |
* | | Extract mutability out of Reflectable trait. | Josh Matthews | 2016-09-07 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #13183 - nox:cleanup-interface, r=Ms2ger | bors-servo | 2016-09-06 | 1 | -18/+14 |
|\ |
|
| * | Fix case of InterfaceObjectClass in codegen | Anthony Ramine | 2016-09-06 | 1 | -2/+2 |
| * | Remove NonNullJSNative | Anthony Ramine | 2016-09-06 | 1 | -3/+3 |
| * | Move WebIDL constants machinery to bindings::constant | Anthony Ramine | 2016-09-06 | 1 | -9/+8 |
| * | Simplify InterfaceConstructorBehavior | Anthony Ramine | 2016-09-06 | 1 | -4/+1 |
* | | Add missing IsCallable checks. | Ms2ger | 2016-09-06 | 1 | -2/+12 |
|/ |
|
* | Use Option<T> to return from getters | Anthony Ramine | 2016-08-30 | 1 | -10/+9 |
* | Compile WebIDL return type "object" to NonZero<*mut JSObject> | Anthony Ramine | 2016-08-30 | 1 | -1/+5 |
* | Convert imports in generate_imports into one per line, so that it can easily ... | tp6vup54 | 2016-08-27 | 1 | -71/+195 |
* | Make DOMJSClass use JSClass instead of Class (fixes #13031) | Tetsuharu OHZEKI | 2016-08-26 | 1 | -10/+8 |
* | Implement [Replaceable] (fixes #13033) | Anthony Ramine | 2016-08-26 | 1 | -8/+30 |
* | Pass the receiver to get_property_on_prototype (fixes #11600) | Anthony Ramine | 2016-08-25 | 1 | -1/+1 |
* | Make has_property_on_prototype fallible | Anthony Ramine | 2016-08-25 | 1 | -10/+25 |
* | Call JS_SetImmutablePrototype for prototypes of globals (fixes #13023) | Anthony Ramine | 2016-08-25 | 1 | -21/+24 |