| Commit message (Expand) | Author | Age | Files | Lines |
* | Update js. | Ms2ger | 2016-11-02 | 1 | -5/+5 |
* | Implemented FileReader::readAsArrayBuffer | Nikhil Shagrithaya | 2016-11-01 | 1 | -3/+10 |
* | Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26) | Anthony Ramine | 2016-10-27 | 1 | -3/+3 |
* | Generalise RootedReference | Anthony Ramine | 2016-10-11 | 1 | -2/+0 |
* | Remove intrinsic Root::r() | Anthony Ramine | 2016-10-11 | 1 | -12/+11 |
* | Introduce ServoParser | Anthony Ramine | 2016-10-11 | 1 | -2/+3 |
* | Auto merge of #13596 - nox:inline, r=Ms2ger | bors-servo | 2016-10-07 | 1 | -50/+55 |
|\ |
|
| * | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| * | 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 |
* | | Make TopTypeId an untagged union | Anthony Ramine | 2016-10-06 | 1 | -14/+21 |
|/ |
|
* | 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 |