aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* auto merge of #1791 : Ms2ger/servo/conversions, r=jdmbors-servo2014-03-031-2/+2
|\
| * Pass a JSContext to JSValConvertible::from_jsval.Ms2ger2014-03-021-2/+2
* | Remove unused argument to CreateInterfaceObjects2.Ms2ger2014-03-031-1/+1
|/
* De-@mut the script crate.Josh Matthews2014-02-281-23/+25
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-0/+1
* auto merge of #1736 : sankha93/servo/issue1733, r=jdmbors-servo2014-02-261-9/+9
|\
| * Merge master into this branchSankha Narayan Guria2014-02-271-88/+654
| |\
| * | Be more explicit in casts of generated bindingsSankha Narayan Guria2014-02-231-9/+9
* | | Move Traceable, trace_reflector from utils.rs to trace.rs.(fixes #1748)lpy2014-02-261-1/+2
* | | Remove support for some more obsolete configurations.Ms2ger2014-02-251-57/+15
* | | Remove support for workers-specific codegen.Ms2ger2014-02-251-138/+69
* | | Remove support for some more obsolete configurations.Ms2ger2014-02-251-82/+3
* | | Remove support for some obsolete configurations.Ms2ger2014-02-251-69/+11
| |/ |/|
* | Address review comments. Fix union conversion result mistakes introduced in r...Josh Matthews2014-02-241-12/+4
* | Remove commented bits that aren't necessary.Josh Matthews2014-02-241-13/+1
* | Clean up TrySetTo interface to avoid mutable outrefs.Josh Matthews2014-02-241-12/+9
* | Implement WebIDL union support.Josh Matthews2014-02-241-125/+150
* | Initial unmodified dump of Gecko's union codegen.Josh Matthews2014-02-241-0/+486
* | Implement JSManaged for DOM objects.Josh Matthews2014-02-241-50/+128
|/
* Move DOMString into servo_util.Ms2ger2014-02-141-0/+1
* Upgrade to latest Rust.Jack Moffitt2014-01-121-12/+10
* script: Eliminate the phantom type in `Node`, as it is no longer neededPatrick Walton2013-12-171-1/+1
* Report exceptions to JS when the DOM implementation fails.Ms2ger2013-12-051-5/+4
* Warning policeKeegan McAllister2013-11-251-1/+6
* Add FormData constructorTom Schuster2013-11-241-2/+4
* Add some more Blob methods/typesTom Schuster2013-11-151-14/+16
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-5/+3
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-11/+12
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-5/+5
* Rewrite jsval_to_str and introduce jsval_to_domstring.Ms2ger2013-11-091-27/+17
* Introduce jsid_to_str to simplify jsval_to_str callers that have an id.Ms2ger2013-11-091-49/+5
* Remove WrapNativeParent and nearby cleanup.Ms2ger2013-11-061-16/+12
* Pass a Reflector to WrapNewBindingObject instead of a Reflectable, and rename...Ms2ger2013-11-061-15/+2
* Add Event and EventTarget hierarchy via gross AbstractFoo mechanism.Josh Matthews2013-11-051-4/+12
* Generate code for handling callbacks. Implement add/removeEventListener and h...Josh Matthews2013-11-051-287/+204
* Import unmodified callbacks-related codegen source from Gecko.Josh Matthews2013-11-051-21/+1537
* fmt! -> format!Keegan McAllister2013-10-311-1/+1
* 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
|\