aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/event.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't pass nullable strings to native DOM methods that want non-nullable ↵Ms2ger2013-11-121-6/+6
| | | | strings. Fixes #1207.
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-3/+3
|
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-14/+0
|
* Remove DerivedWrapper.Ms2ger2013-11-061-15/+2
|
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-8/+0
|
* Add basic event dispatch with bubbling, capturing, and propagation interruption.Josh Matthews2013-11-051-5/+40
|
* Add Event and EventTarget hierarchy via gross AbstractFoo mechanism.Josh Matthews2013-11-051-13/+141
|
* Generate code for handling callbacks. Implement add/removeEventListener and ↵Josh Matthews2013-11-051-5/+5
| | | | hacky dispatchEvent proof-of-concept.
* Remove unused init_wrapper functions.Ms2ger2013-10-231-4/+0
|
* Eagerly reflect {,UI,Mouse}EventKeegan McAllister2013-10-221-6/+10
|
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-4/+2
|
* Remove unused DerivedWrapper implementations.Ms2ger2013-10-181-8/+2
|
* Remove DerivedWrapper::wrap_shared, as it's unused.Ms2ger2013-10-181-12/+0
|
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
|
* Introduce mutable/immutable variants of reflector() with named lifetimes, ↵Bobby Holley2013-10-101-5/+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
|
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-6/+5
| | | | Fixes #909.
* Update RustBrian Anderson2013-08-291-0/+1
|
* Trait changes, and eliminate 'copy'Keegan McAllister2013-08-151-1/+1
|
* Generate bindings for Window.Josh Matthews2013-07-301-2/+2
|
* Generate HTMLDocument bindings. Introduce invariant into generated bindings ↵Josh Matthews2013-07-301-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 IframesTim Kuehn2013-07-291-9/+5
|
* Update to latest Rust.Jack Moffitt2013-07-091-0/+52
|
* add pipeline.rs, modularized pipelines communicating with constellationTim Kuehn2013-07-011-2/+0
|
* Update for language changesBrian Anderson2013-06-261-0/+2
|
* decouple script from compositorTim Kuehn2013-06-141-1/+1
| | | | | | | communicate via layout refactor channel wrappers from *Task --> *Chan fix merge fallout
* Add link following and refactor the profiler.Tim Kuehn2013-06-121-1/+3
|
* Basic hit testing functionalityPatrick Walton2013-05-301-1/+4
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+98