Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't pass nullable strings to native DOM methods that want non-nullable ↵ | Ms2ger | 2013-11-12 | 1 | -6/+6 | |
| | | | | strings. Fixes #1207. | |||||
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -3/+3 | |
| | ||||||
* | Remove Reflectable::GetParentObject. | Ms2ger | 2013-11-06 | 1 | -14/+0 | |
| | ||||||
* | Remove DerivedWrapper. | Ms2ger | 2013-11-06 | 1 | -15/+2 | |
| | ||||||
* | Remove Reflectable::wrap_object_shared. | Ms2ger | 2013-11-06 | 1 | -8/+0 | |
| | ||||||
* | Add basic event dispatch with bubbling, capturing, and propagation interruption. | Josh Matthews | 2013-11-05 | 1 | -5/+40 | |
| | ||||||
* | Add Event and EventTarget hierarchy via gross AbstractFoo mechanism. | Josh Matthews | 2013-11-05 | 1 | -13/+141 | |
| | ||||||
* | Generate code for handling callbacks. Implement add/removeEventListener and ↵ | Josh Matthews | 2013-11-05 | 1 | -5/+5 | |
| | | | | hacky dispatchEvent proof-of-concept. | |||||
* | Remove unused init_wrapper functions. | Ms2ger | 2013-10-23 | 1 | -4/+0 | |
| | ||||||
* | Eagerly reflect {,UI,Mouse}Event | Keegan McAllister | 2013-10-22 | 1 | -6/+10 | |
| | ||||||
* | Merge BindingObject and Reflectable. | Ms2ger | 2013-10-18 | 1 | -4/+2 | |
| | ||||||
* | Remove unused DerivedWrapper implementations. | Ms2ger | 2013-10-18 | 1 | -8/+2 | |
| | ||||||
* | Remove DerivedWrapper::wrap_shared, as it's unused. | Ms2ger | 2013-10-18 | 1 | -12/+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 | -5/+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 | |
| | ||||||
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -6/+5 | |
| | | | | Fixes #909. | |||||
* | Update Rust | Brian Anderson | 2013-08-29 | 1 | -0/+1 | |
| | ||||||
* | Trait changes, and eliminate 'copy' | Keegan McAllister | 2013-08-15 | 1 | -1/+1 | |
| | ||||||
* | Generate bindings for Window. | Josh Matthews | 2013-07-30 | 1 | -2/+2 | |
| | ||||||
* | Generate HTMLDocument bindings. Introduce invariant into generated bindings ↵ | Josh Matthews | 2013-07-30 | 1 | -14/+14 | |
| | | | | that associated DOM classes are named the same as their interfaces, so Event and Event_ need to be swapped. | |||||
* | structural changes to support Iframes | Tim Kuehn | 2013-07-29 | 1 | -9/+5 | |
| | ||||||
* | Update to latest Rust. | Jack Moffitt | 2013-07-09 | 1 | -0/+52 | |
| | ||||||
* | add pipeline.rs, modularized pipelines communicating with constellation | Tim Kuehn | 2013-07-01 | 1 | -2/+0 | |
| | ||||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -0/+2 | |
| | ||||||
* | decouple script from compositor | Tim Kuehn | 2013-06-14 | 1 | -1/+1 | |
| | | | | | | | communicate via layout refactor channel wrappers from *Task --> *Chan fix merge fallout | |||||
* | Add link following and refactor the profiler. | Tim Kuehn | 2013-06-12 | 1 | -1/+3 | |
| | ||||||
* | Basic hit testing functionality | Patrick Walton | 2013-05-30 | 1 | -1/+4 | |
| | ||||||
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -0/+98 | |