| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update js. | Ms2ger | 2016-11-27 | 1 | -7/+5 |
* | script creates methods taking '*mut JSContext' unsafe | Abelardo E. Mendoza | 2016-11-14 | 1 | -15/+22 |
* | Add a missing newline. | Ms2ger | 2016-11-03 | 1 | -1/+1 |
* | Auto merge of #13453 - metajack:media-query-list, r=jdm | bors-servo | 2016-11-02 | 1 | -1/+5 |
|\ |
|
| * | Implement matchMedia and MediaQueryList | Jack Moffitt | 2016-11-02 | 1 | -1/+5 |
* | | 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 | 5 | -53/+79 |
|\ |
|
| * | 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 | 5 | -30/+53 |
| * | 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 | 14 | -531/+150 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update the WebIDL parser | Anthony Ramine | 2016-09-26 | 13 | -531/+127 |
| * | | Properly keep track of our union typedef support in WebIDL.py | Anthony Ramine | 2016-09-26 | 2 | -0/+23 |
* | | | 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 |
|/ |
|
* | Ensure Promise "reflector" is not GCed before the Rust object. | Josh Matthews | 2016-09-22 | 1 | -1/+2 |
* | 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 | 3 | -20/+81 |
* | 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 | 2 | -30/+77 |
|\ |
|
| * | Implement WebIDL namespaces | Anthony Ramine | 2016-09-08 | 2 | -28/+75 |
| * | 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 | 2 | -4/+15 |
|\ \
| |/
|/| |
|