aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-9/+5
* Introduce mutable/immutable variants of reflector() with named lifetimes, and...Bobby Holley2013-10-101-3/+3
* Rename {get,set}_wrapper to {get,set}_jsobject. v1Bobby Holley2013-10-091-3/+3
* Rename get_wrappercache() to reflector(). v1Bobby Holley2013-10-091-6/+6
* Rename CacheableWrapper to Reflectable.Bobby Holley2013-10-091-2/+2
* Make proxy finalizers retrieve the DOM object from the right slot.Josh Matthews2013-10-021-1/+1
* Make proxy bindings generate trace and finalization hooks.Josh Matthews2013-09-301-5/+7
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-10/+16
* Replace our rust_box with std::unstable::raw::BoxKeegan McAllister2013-09-181-10/+11
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-6/+6
* Make all DOM manipulation wait until it's safe to do so (ie. all reflows for ...Josh Matthews2013-09-161-1/+2
* Make Element.set_attr require an AbstractNode so we can always downcast.Josh Matthews2013-09-121-4/+11
* auto merge of #912 : brson/servo/longcat, r=jdmbors-servo2013-09-111-4/+11
|\
| * Implement getters and setters for img width and height propertiesBrian Anderson2013-09-111-4/+11
* | Add trace hooks for Window and Document, and remove explicit rooting for the ...Josh Matthews2013-09-111-14/+14
|/
* Make the global object be the Window object. Fixes #833.Josh Matthews2013-09-091-7/+25
* Update rustBrian Anderson2013-09-061-5/+8
* auto merge of #820 : jdm/servo/tracehook, r=metajackbors-servo2013-09-041-4/+15
|\
| * Add trace hooks for all generated derivatives of Node.Josh Matthews2013-09-041-4/+15
* | Upgrade to rustc 0.8-pre (0ac3e02 2013-08-30 05:45:45 -0700)Simon Sapin2013-09-021-2/+2
|/
* Merge remote-tracking branch 'origin/master' into HEADBrian Anderson2013-08-291-83/+44
|\
| * Generate bindings for HTMLSelectElement.Josh Matthews2013-08-281-19/+25
| * Remove many long ugly lists of imports of HTML element types. They can now be...Josh Matthews2013-08-271-64/+19
* | Update RustBrian Anderson2013-08-291-29/+34
|/
* Generate bindings for HTMLMapElement.Josh Matthews2013-08-261-0/+1
* Generate bindings for HTMLHeadingElement.Josh Matthews2013-08-261-0/+1
* Generate bindings for HTMLFrameSetElement.Josh Matthews2013-08-261-0/+1
* Generate bindings for HTMLFrameElement.Josh Matthews2013-08-261-0/+2
* Generate bindings for HTMLFieldSetElement.Josh Matthews2013-08-261-0/+1
* Generate bindings for HTMLDirectoryElement and HTMLEmbedElementJosh Matthews2013-08-261-0/+2
* Generate bindings for HTMLDataListElement.Josh Matthews2013-08-261-0/+1
* Generate bindings for HTMLButtonElement.Josh Matthews2013-08-261-0/+2
* Generate bindings for HTMLProgressElement.Tetsuharu OHZEKI2013-08-241-0/+1
* Generate bindings for HTMLLIElement.Tetsuharu OHZEKI2013-08-241-0/+1
* Generate bindings for HTMLInputElement.Tetsuharu OHZEKI2013-08-241-0/+1
* Generate bindings for HTMLTableColElement.Tetsuharu OHZEKI2013-08-241-0/+1
* Generate bindings for HTMLTableCellElement.Tetsuharu OHZEKI2013-08-241-0/+1
* Generate bindings for HTMLQuoteElement.Tetsuharu OHZEKI2013-08-241-0/+1
* auto merge of #765 : jdm/servo/linkelem, r=jdmbors-servo2013-08-231-1/+9
|\
| * Generate bindings for HTMLLinkElementYoungmin Yoo2013-08-221-0/+1
| * Generate bindings for HTMLDataElementJunyoung Cho2013-08-221-4/+5
| * Generate bindings for HTMLBaseElementJunyoung Cho2013-08-221-0/+1
| * Generate bindings for HTMLAreaElementJunyoung Cho2013-08-221-0/+1
| * Generate bindings for HTMLAppletElementJunyoung Cho2013-08-221-0/+1
| * Generate bindings for HTMLSourceElementYoungsoo Son2013-08-221-0/+1
| * Generate bindings for HTMLTimeElementYoungsoo Son2013-08-221-0/+1
| * Generate bindings for HTMLTableCaptionElementYoungsoo Son2013-08-221-0/+1
* | fix dom bindings for android(and 32bit system) buildaydin.kim2013-08-221-1/+1
|/
* Keep pace with some Rust changesKeegan McAllister2013-08-211-3/+4
* auto merge of #726 : metajack/servo/dlist, r=jdmbors-servo2013-08-211-0/+1
|\