| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | auto merge of #1814 : Ms2ger/servo/more-primitive-setters, r=jdm | bors-servo | 2014-03-05 | 1 | -41/+16 |
|\| |
|
| * | Rewrite the codegen for nullable primitives to use JSValConvertible. | Ms2ger | 2014-03-04 | 1 | -21/+14 |
| * | Implement support for returning nullable primitive types. | Ms2ger | 2014-03-04 | 1 | -3/+3 |
| * | Use JSValConvertible::to_jsval from codegen. | Ms2ger | 2014-03-04 | 1 | -19/+1 |
* | | auto merge of #1811 : Ms2ger/servo/Wrap_, r=jdm | bors-servo | 2014-03-05 | 1 | -25/+15 |
|\ \ |
|
| * | | Get the Page directly off the Window in CreateBindingJSObject. | Ms2ger | 2014-03-04 | 1 | -2/+1 |
| * | | Pass &JS<Window> to the Wrap functions in codegen. | Ms2ger | 2014-03-04 | 1 | -6/+7 |
| * | | Stop passing the scope argument to global object bindings' Wrap functions. | Ms2ger | 2014-03-04 | 1 | -4/+6 |
| * | | Merge the Wrap and Wrap_ functions in codegen. | Ms2ger | 2014-03-04 | 1 | -14/+2 |
| |/ |
|
* | | Get the Page from the global object for ResolveProperty. | Ms2ger | 2014-03-04 | 1 | -7/+5 |
* | | Return a JS<Window> from global_object_for_{dom,js}_object. | Ms2ger | 2014-03-04 | 1 | -2/+1 |
* | | When calling constructors, retrieve the global object from the callee rather ... | Ms2ger | 2014-03-04 | 1 | -7/+2 |
|/ |
|
* | Remove support for external (i.e. XPIDL) interfaces. | Ms2ger | 2014-03-03 | 1 | -16/+5 |
* | auto merge of #1791 : Ms2ger/servo/conversions, r=jdm | bors-servo | 2014-03-03 | 1 | -2/+2 |
|\ |
|
| * | Pass a JSContext to JSValConvertible::from_jsval. | Ms2ger | 2014-03-02 | 1 | -2/+2 |
* | | Remove unused argument to CreateInterfaceObjects2. | Ms2ger | 2014-03-03 | 1 | -1/+1 |
|/ |
|
* | De-@mut the script crate. | Josh Matthews | 2014-02-28 | 1 | -23/+25 |
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -0/+1 |
* | auto merge of #1736 : sankha93/servo/issue1733, r=jdm | bors-servo | 2014-02-26 | 1 | -9/+9 |
|\ |
|
| * | Merge master into this branch | Sankha Narayan Guria | 2014-02-27 | 1 | -88/+654 |
| |\ |
|
| * | | Be more explicit in casts of generated bindings | Sankha Narayan Guria | 2014-02-23 | 1 | -9/+9 |
* | | | Move Traceable, trace_reflector from utils.rs to trace.rs.(fixes #1748) | lpy | 2014-02-26 | 1 | -1/+2 |
* | | | Remove support for some more obsolete configurations. | Ms2ger | 2014-02-25 | 1 | -57/+15 |
* | | | Remove support for workers-specific codegen. | Ms2ger | 2014-02-25 | 1 | -138/+69 |
* | | | Remove support for some more obsolete configurations. | Ms2ger | 2014-02-25 | 1 | -82/+3 |
* | | | Remove support for some obsolete configurations. | Ms2ger | 2014-02-25 | 1 | -69/+11 |
| |/
|/| |
|
* | | Address review comments. Fix union conversion result mistakes introduced in r... | Josh Matthews | 2014-02-24 | 1 | -12/+4 |
* | | Remove commented bits that aren't necessary. | Josh Matthews | 2014-02-24 | 1 | -13/+1 |
* | | Clean up TrySetTo interface to avoid mutable outrefs. | Josh Matthews | 2014-02-24 | 1 | -12/+9 |
* | | Implement WebIDL union support. | Josh Matthews | 2014-02-24 | 1 | -125/+150 |
* | | Initial unmodified dump of Gecko's union codegen. | Josh Matthews | 2014-02-24 | 1 | -0/+486 |
* | | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -50/+128 |
|/ |
|
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -0/+1 |
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -12/+10 |
* | script: Eliminate the phantom type in `Node`, as it is no longer needed | Patrick Walton | 2013-12-17 | 1 | -1/+1 |
* | Report exceptions to JS when the DOM implementation fails. | Ms2ger | 2013-12-05 | 1 | -5/+4 |
* | Warning police | Keegan McAllister | 2013-11-25 | 1 | -1/+6 |
* | Add FormData constructor | Tom Schuster | 2013-11-24 | 1 | -2/+4 |
* | Add some more Blob methods/types | Tom Schuster | 2013-11-15 | 1 | -14/+16 |
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -5/+3 |
* | Don't pass nullable strings to native DOM methods that want non-nullable stri... | Ms2ger | 2013-11-12 | 1 | -11/+12 |
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -5/+5 |
* | Rewrite jsval_to_str and introduce jsval_to_domstring. | Ms2ger | 2013-11-09 | 1 | -27/+17 |
* | Introduce jsid_to_str to simplify jsval_to_str callers that have an id. | Ms2ger | 2013-11-09 | 1 | -49/+5 |
* | Remove WrapNativeParent and nearby cleanup. | Ms2ger | 2013-11-06 | 1 | -16/+12 |
* | Pass a Reflector to WrapNewBindingObject instead of a Reflectable, and rename... | Ms2ger | 2013-11-06 | 1 | -15/+2 |
* | Add Event and EventTarget hierarchy via gross AbstractFoo mechanism. | Josh Matthews | 2013-11-05 | 1 | -4/+12 |
* | Generate code for handling callbacks. Implement add/removeEventListener and h... | Josh Matthews | 2013-11-05 | 1 | -287/+204 |
* | Import unmodified callbacks-related codegen source from Gecko. | Josh Matthews | 2013-11-05 | 1 | -21/+1537 |
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -1/+1 |