aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/domparser.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup DOMParser binding.Ms2ger2013-10-241-27/+0
|
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-3/+1
|
* Remove unused DerivedWrapper implementations.Ms2ger2013-10-181-9/+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-4/+6
| | | | and kill unsafe casts.
* Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects.Bobby Holley2013-10-091-1/+1
|
* 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-2/+2
| | | | | 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
|
* Update for language changesBrian Anderson2013-06-261-1/+3
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+44