Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Generate code for handling callbacks. Implement add/removeEventListener and ↵ | Josh Matthews | 2013-11-05 | 1 | -5/+75 | |
| | | | | hacky dispatchEvent proof-of-concept. | |||||
* | Merge BindingObject and Reflectable. | Ms2ger | 2013-10-18 | 1 | -3/+1 | |
| | ||||||
* | Remove unused DerivedWrapper implementations. | Ms2ger | 2013-10-18 | 1 | -8/+2 | |
| | ||||||
* | Remove DerivedWrapper::wrap_shared, as it's unused. | Ms2ger | 2013-10-18 | 1 | -14/+0 | |
| | ||||||
* | Remove unused aTriedToWrap argument. | Ms2ger | 2013-10-17 | 1 | -2/+1 | |
| | ||||||
* | Introduce mutable/immutable variants of reflector() with named lifetimes, ↵ | Bobby Holley | 2013-10-10 | 1 | -4/+6 | |
| | | | | and kill unsafe casts. | |||||
* | Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects. | Bobby Holley | 2013-10-09 | 1 | -3/+3 | |
| | ||||||
* | Rename get_wrappercache() to reflector(). v1 | Bobby Holley | 2013-10-09 | 1 | -1/+1 | |
| | | | | I also updated some variable names in the codegen. | |||||
* | Rename WrapperCache to Reflector. | Bobby Holley | 2013-10-09 | 1 | -4/+4 | |
| | | | | | I think the abstraction from the raw JSObject is still probably worthwhile for now. | |||||
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -4/+4 | |
| | ||||||
* | Update Rust | Brian Anderson | 2013-08-29 | 1 | -0/+1 | |
| | ||||||
* | Generate bindings for Window. | Josh Matthews | 2013-07-30 | 1 | -2/+2 | |
| | ||||||
* | structural changes to support Iframes | Tim Kuehn | 2013-07-29 | 1 | -9/+5 | |
| | ||||||
* | Update to latest Rust. | Jack Moffitt | 2013-07-09 | 1 | -2/+56 | |
| | ||||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -2/+2 | |
| | ||||||
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -0/+17 | |