| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #15327 - servo:missing-newline-wrap-panic, r=jdm | bors-servo | 2017-02-01 | 1 | -1/+1 |
|\ |
|
| * | Add a missing newline in wrap_panic() calls. | Ms2ger | 2017-02-01 | 1 | -1/+1 |
* | | Root the arguments to callback functions. | Ms2ger | 2017-02-01 | 1 | -4/+6 |
|/ |
|
* | Improve the readability of dictionaries' new() method. | Ms2ger | 2017-01-31 | 1 | -16/+19 |
* | Auto merge of #15099 - servo:phf-no-macros, r=jdm | bors-servo | 2017-01-20 | 1 | -11/+14 |
|\ |
|
| * | script codegen: Avoid modifying in-place a generated file. | Simon Sapin | 2017-01-19 | 1 | -11/+14 |
* | | Support dictionaries in unions. | Ms2ger | 2017-01-20 | 1 | -12/+37 |
|/ |
|
* | Auto merge of #14994 - jdm:callback_rooting, r=Manishearth,Ms2ger | bors-servo | 2017-01-16 | 1 | -8/+9 |
|\ |
|
| * | Add a permanent root to WebIDL callbacks, ensuring they are always safe to st... | Josh Matthews | 2017-01-13 | 1 | -8/+9 |
* | | Remove unused needsRooting field from JSToNativeConversionInfo. | Ms2ger | 2017-01-12 | 1 | -11/+4 |
|/ |
|
* | Expose CallbackObject more. | Ms2ger | 2017-01-09 | 1 | -8/+9 |
* | Avoid generating literal nulls in DOM bindings. | Ms2ger | 2017-01-06 | 1 | -2/+2 |
* | Auto merge of #14859 - servo:CallSetup, r=nox | bors-servo | 2017-01-05 | 1 | -5/+1 |
|\ |
|
| * | Simplify CallSetup. | Ms2ger | 2017-01-05 | 1 | -5/+1 |
* | | Fix JS_ObjectIsDate() call in webidl codegen. | Eric Anholt | 2017-01-04 | 1 | -1/+6 |
* | | Fix is_null_or_undefined() call in codegen to be snake_case. | Eric Anholt | 2017-01-04 | 1 | -1/+1 |
|/ |
|
* | Don't generate constructor IDs for inline interfaces | Anthony Ramine | 2017-01-03 | 1 | -1/+1 |
* | Fix/silence some warnings | Simon Sapin | 2016-12-20 | 1 | -1/+3 |
* | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -1/+1 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -4/+4 |
* | Make WebIDL static methods take a more specific global if possible | Anthony Ramine | 2016-11-30 | 1 | -4/+5 |
* | Make WebIDL constructors take a more specific global if possible (fixes #14071) | Rohan Prinja | 2016-11-30 | 1 | -5/+8 |
* | Update js, AGAIN | Anthony Ramine | 2016-11-27 | 1 | -3/+3 |
* | 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 |
* | 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 |
|\ \ \
| |/ /
|/| | |
|