aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/eventtarget.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Generate code for handling callbacks. Implement add/removeEventListener and ↵Josh Matthews2013-11-051-5/+75
| | | | hacky dispatchEvent proof-of-concept.
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-3/+1
|
* Remove unused DerivedWrapper implementations.Ms2ger2013-10-181-8/+2
|
* Remove DerivedWrapper::wrap_shared, as it's unused.Ms2ger2013-10-181-14/+0
|
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
|
* Introduce mutable/immutable variants of reflector() with named lifetimes, ↵Bobby Holley2013-10-101-4/+6
| | | | and kill unsafe casts.
* Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects.Bobby Holley2013-10-091-3/+3
|
* Rename get_wrappercache() to reflector(). v1Bobby Holley2013-10-091-1/+1
| | | | I also updated some variable names in the codegen.
* Rename WrapperCache to Reflector.Bobby Holley2013-10-091-4/+4
| | | | | I think the abstraction from the raw JSObject is still probably worthwhile for now.
* Rename CacheableWrapper to Reflectable.Bobby Holley2013-10-091-4/+4
|
* Update RustBrian Anderson2013-08-291-0/+1
|
* Generate bindings for Window.Josh Matthews2013-07-301-2/+2
|
* structural changes to support IframesTim Kuehn2013-07-291-9/+5
|
* Update to latest Rust.Jack Moffitt2013-07-091-2/+56
|
* Update for language changesBrian Anderson2013-06-261-2/+2
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+17