aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
...
* | auto merge of #1814 : Ms2ger/servo/more-primitive-setters, r=jdmbors-servo2014-03-051-41/+16
|\|
| * Rewrite the codegen for nullable primitives to use JSValConvertible.Ms2ger2014-03-041-21/+14
| * Implement support for returning nullable primitive types.Ms2ger2014-03-041-3/+3
| * Use JSValConvertible::to_jsval from codegen.Ms2ger2014-03-041-19/+1
* | auto merge of #1811 : Ms2ger/servo/Wrap_, r=jdmbors-servo2014-03-051-25/+15
|\ \
| * | Get the Page directly off the Window in CreateBindingJSObject.Ms2ger2014-03-041-2/+1
| * | Pass &JS<Window> to the Wrap functions in codegen.Ms2ger2014-03-041-6/+7
| * | Stop passing the scope argument to global object bindings' Wrap functions.Ms2ger2014-03-041-4/+6
| * | Merge the Wrap and Wrap_ functions in codegen.Ms2ger2014-03-041-14/+2
| |/
* | Get the Page from the global object for ResolveProperty.Ms2ger2014-03-041-7/+5
* | Return a JS<Window> from global_object_for_{dom,js}_object.Ms2ger2014-03-041-2/+1
* | When calling constructors, retrieve the global object from the callee rather ...Ms2ger2014-03-041-7/+2
|/
* Remove support for external (i.e. XPIDL) interfaces.Ms2ger2014-03-031-16/+5
* 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