| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop using Vec::from_elem. | Ms2ger | 2015-01-19 | 1 | -3/+4 |
* | Remove RethrowContentExceptions and related infrastructure. | Ms2ger | 2015-01-10 | 1 | -31/+13 |
* | auto merge of #4566 : mattnenterprise/servo/globalref-by-value, r=Ms2ger | bors-servo | 2015-01-08 | 1 | -1/+1 |
|\ |
|
| * | Fixes #4164 Make Constructor and new functions take GlobalRef by value | Matt McCoy | 2015-01-07 | 1 | -1/+1 |
* | | auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdm | bors-servo | 2015-01-08 | 1 | -1/+2 |
|\ \ |
|
| * | | Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString) | Guillaume Bort | 2015-01-07 | 1 | -1/+2 |
| |/ |
|
* / | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -4/+4 |
|/ |
|
* | Slice some fixed-size arrays. | Ms2ger | 2015-01-04 | 1 | -1/+1 |
* | auto merge of #4526 : servo/servo/deref-1, r=Manishearth | bors-servo | 2015-01-02 | 1 | -6/+6 |
|\ |
|
| * | Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency. | Ms2ger | 2015-01-01 | 1 | -2/+2 |
| * | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -2/+2 |
| * | Rename Root::root_ref() to Root::r(). | Ms2ger | 2015-01-01 | 1 | -2/+2 |
* | | Stop using ptr.is_not_null() in script. | Ms2ger | 2015-01-01 | 1 | -12/+12 |
|/ |
|
* | use str to_jsval() now | yodalee | 2015-01-01 | 1 | -1/+1 |
* | Codegen style fix | Bruno de Oliveira Abinader | 2014-12-30 | 1 | -32/+47 |
* | Codegen empty lines fix | Bruno de Oliveira Abinader | 2014-12-30 | 1 | -42/+34 |
* | Codegen indent fixes | Bruno de Oliveira Abinader | 2014-12-30 | 1 | -5/+5 |
* | Codegen whitespace fixes | Bruno de Oliveira Abinader | 2014-12-30 | 1 | -362/+362 |
* | Add support for named deleter | Bruno de Oliveira Abinader | 2014-12-29 | 1 | -2/+43 |
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -2/+2 |
* | auto merge of #4467 : servo/servo/dataset, r=Ms2ger | bors-servo | 2014-12-25 | 1 | -9/+20 |
|\ |
|
| * | Implement dummy getOwnPropertyNames and enumerate traps. | Ms2ger | 2014-12-24 | 1 | -3/+4 |
| * | Correct the generated code for NamedSetter calls. | Bruno de Oliveira Abinader | 2014-12-23 | 1 | -1/+8 |
| * | Use the custom defineProperty trap when it exists. | Bruno de Oliveira Abinader | 2014-12-23 | 1 | -2/+5 |
| * | Call the NamedGetter method from the get trap in proxy bindings. | Bruno de Oliveira Abinader | 2014-12-23 | 1 | -3/+3 |
* | | This fixes #4166. throw_dom_exception will take the GlobalRef by value, and a... | Matt McCoy | 2014-12-24 | 1 | -1/+1 |
|/ |
|
* | Revert PR #4038 for causing WPT failures. | Ms2ger | 2014-12-23 | 1 | -16/+6 |
* | auto merge of #4454 : amwatson/servo/global_update, r=jdm | bors-servo | 2014-12-20 | 1 | -1/+1 |
|\ |
|
| * | GlobalRef passed by value in reflect_dom_object, reflect_node #4165 | Amanda Watson | 2014-12-20 | 1 | -1/+1 |
* | | auto merge of #4452 : Ms2ger/servo/_obj_toString, r=jdm | bors-servo | 2014-12-20 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | Simplify _obj_toString by using JS_NewStringCopyN. | Ms2ger | 2014-12-20 | 1 | -2/+1 |
* | | auto merge of #4038 : brunoabinader/servo/dataset, r=Ms2ger | bors-servo | 2014-12-20 | 1 | -6/+16 |
|\ \
| |/
|/| |
|
| * | CodegenRust fixes for NamedGetter | Bruno de Oliveira Abinader | 2014-12-19 | 1 | -6/+16 |
* | | Move unwrap_jsmanaged and related machinery to conversions.rs. | Ms2ger | 2014-12-20 | 1 | -3/+5 |
* | | Use unwrap() when finalizing. | Ms2ger | 2014-12-20 | 1 | -4/+4 |
* | | Remove the proto_{id,depth} arguments from unwrap_jsmanaged. | Ms2ger | 2014-12-20 | 1 | -5/+1 |
|/ |
|
* | Rename the PrototypeList enums to fix case build warnings. | Ms2ger | 2014-12-18 | 1 | -14/+14 |
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -40/+38 |
* | Fixed codegen error regarding Uint8ClampedArray | Edit Balint | 2014-12-16 | 1 | -3/+2 |
* | Make callers of `${Derived}::${base}()` use casts instead. | Tetsuharu OHZEKI | 2014-11-28 | 1 | -3/+9 |
* | Fix binding generation for Callback Functions and Callback Interfaces | Mukilan Thiyagarajan | 2014-11-15 | 1 | -331/+76 |
* | Add KeyboardEvent stub. | Josh Matthews | 2014-11-13 | 1 | -9/+5 |
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -29/+29 |
* | Remove VoidVal. | Ms2ger | 2014-11-08 | 1 | -1/+0 |
* | Couple more fixes to handle 'setter' properties in WebIDL | Bruno de Oliveira Abinader | 2014-11-06 | 1 | -5/+10 |
* | Various fixes to CodegenRust.py | Bruno de Oliveira Abinader | 2014-11-03 | 1 | -4/+5 |
* | Implement [LenientThis] support and enable it in Document.webidl | Mukilan Thiyagarajan | 2014-10-25 | 1 | -7/+7 |
* | Move jsstring_to_str and jsid_to_str to conversions.rs. | Ms2ger | 2014-10-16 | 1 | -1/+1 |
* | Add a to_js method to the casting trait code in CodegenRust.py | Kasey Carrothers | 2014-10-14 | 1 | -0/+11 |
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-10-14 | 1 | -0/+1 |