| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove unused aTriedToWrap argument. | Ms2ger | 2013-10-17 | 1 | -9/+5 |
* | Introduce mutable/immutable variants of reflector() with named lifetimes, and... | Bobby Holley | 2013-10-10 | 1 | -3/+3 |
* | Rename {get,set}_wrapper to {get,set}_jsobject. v1 | Bobby Holley | 2013-10-09 | 1 | -3/+3 |
* | Rename get_wrappercache() to reflector(). v1 | Bobby Holley | 2013-10-09 | 1 | -6/+6 |
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
* | Make proxy finalizers retrieve the DOM object from the right slot. | Josh Matthews | 2013-10-02 | 1 | -1/+1 |
* | Make proxy bindings generate trace and finalization hooks. | Josh Matthews | 2013-09-30 | 1 | -5/+7 |
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -10/+16 |
* | Replace our rust_box with std::unstable::raw::Box | Keegan McAllister | 2013-09-18 | 1 | -10/+11 |
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -6/+6 |
* | Make all DOM manipulation wait until it's safe to do so (ie. all reflows for ... | Josh Matthews | 2013-09-16 | 1 | -1/+2 |
* | Make Element.set_attr require an AbstractNode so we can always downcast. | Josh Matthews | 2013-09-12 | 1 | -4/+11 |
* | auto merge of #912 : brson/servo/longcat, r=jdm | bors-servo | 2013-09-11 | 1 | -4/+11 |
|\ |
|