aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/windowproxy.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of WindowProxy. Implement basic browser context concept and...Josh Matthews2014-04-221-32/+0
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
* Pass &JS<Window> to some constructors.Ms2ger2014-03-041-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-4/+9
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-10/+0
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-9/+1
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-10/+8
* Introduce mutable/immutable variants of reflector() with named lifetimes, and...Bobby Holley2013-10-101-4/+6
* Fix infinite-looping reflector() implementation for WindowProxy.Bobby Holley2013-10-101-1/+3
* Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects.Bobby Holley2013-10-091-2/+2
* Rename get_wrappercache() to reflector(). v1Bobby Holley2013-10-091-2/+2
* Rename WrapperCache to Reflector.Bobby Holley2013-10-091-4/+4
* Rename CacheableWrapper to Reflectable.Bobby Holley2013-10-091-4/+4
* Generate bindings for Window.Josh Matthews2013-07-301-2/+2
* structural changes to support IframesTim Kuehn2013-07-291-9/+4
* DOM bindings: Autogenerate list of prototypes and binding registration goop.Josh Matthews2013-07-121-2/+11
* Generate DOM bindings for UIEvent and MouseEvent.Josh Matthews2013-07-101-0/+39