aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* Implement Clone for Copy types.Ms2ger2015-04-281-3/+3
* Auto merge of #5845 - snf:defineProperty_fix, r=jdmbors-servo2015-04-281-14/+31
|\
| * fix defineproperty for cases with namedsettersnf2015-04-271-14/+31
* | Uniformise root() methodsAnthony Ramine2015-04-281-3/+3
* | Fix some no_move errorsManish Goregaokar2015-04-281-0/+1
|/
* Auto merge of #5850 - nox:nullary-callbacks, r=jdmbors-servo2015-04-271-4/+1
|\
| * Fix generation of nullary callbacksAnthony Ramine2015-04-261-4/+1
* | Remove useless unsafe methods on LayoutJS<T>Anthony Ramine2015-04-261-2/+2
* | Remove useless unsafe methods on JS<T>Anthony Ramine2015-04-261-9/+7
|/
* Auto merge of #5779 - nox:css-escape, r=Ms2gerbors-servo2015-04-251-4/+8
|\
| * Fix generation of static JS methodsAnthony Ramine2015-04-251-4/+8
* | Stop using the deprecated range function.Ms2ger2015-04-221-2/+2
|/
* Auto merge of #3726 - ChrisParis:callback-constants, r=jdmbors-servo2015-04-131-19/+41
|\
| * Support callback interfaces with constants.Chris Paris2015-04-111-19/+41
* | Clean up CGImports a bit more.Josh Matthews2015-04-101-14/+24
|/
* Auto merge of #5619 - jdm:bindglob, r=Manishearthbors-servo2015-04-101-8/+42
|\
| * Remove glob import from generated bindings. Fixes #1788.Josh Matthews2015-04-091-8/+42
* | Generate from_layout_js() conversion methodsAnthony Ramine2015-04-091-0/+6
|/
* Auto merge of #5564 - Ms2ger:FromJSValConvertible, r=saneyukibors-servo2015-04-081-17/+6
|\
| * When converting a non-finite float, throw the TypeError from the FromJSValCon...Ms2ger2015-04-071-17/+6
* | Auto merge of #5569 - Ms2ger:object, r=jdmbors-servo2015-04-071-7/+17
|\ \
| * | Implement support for object in IDL.Ms2ger2015-04-071-7/+17
| |/
* / Add casts to Temporary typesAnthony Ramine2015-04-071-0/+10
|/
* Stop using int/uint in script.Ms2ger2015-04-031-1/+1
* Support the conversion behavior from ECMAScript value to restricted float.Tetsuharu OHZEKI2015-03-251-6/+17
* Introduce Finite<T: Float> for restricted values defined in WebIDL.Tetsuharu OHZEKI2015-03-251-2/+3
* Add bindings support for unrestricted float/double values.Tetsuharu OHZEKI2015-03-251-3/+8
* Free the interface prototype array when Window is finalizedTim Cuthbertson2015-03-201-1/+7
* Implement USVString.Ms2ger2015-03-131-0/+32
* Update the WebIDL parser.Ms2ger2015-03-131-1/+2
* Don't define empty FooMethods traits.Ms2ger2015-03-131-5/+8
* Remove unused lifetime parameters to dictionaries.Ms2ger2015-03-131-6/+6
* Fix #2108 by renaming unwrap functions to native_from_reflectorChris Double2015-03-121-4/+4
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-1/+0
* Fix string default values.Ms2ger2015-03-021-9/+2
* auto merge of #5103 : Ms2ger/servo/from_actual, r=jdmbors-servo2015-02-281-1/+1
|\
| * Use the correct lifetime bounds for FooCast::from_actual.Ms2ger2015-02-281-1/+1
* | auto merge of #5099 : Ms2ger/servo/exceptions, r=saneyukibors-servo2015-02-281-9/+9
|\ \ | |/ |/|
| * Rename FailureUnknown to JSFailed.Ms2ger2015-02-281-9/+9
* | auto merge of #5094 : chmanchester/servo/binarynames, r=jdmbors-servo2015-02-281-18/+21
|\ \
| * | Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdmChris Manchester2015-02-271-18/+21
| |/
* / Fix a typo in argument_type.Ms2ger2015-02-281-2/+2
|/
* Mark some unused arguments as unused in bindings.Ms2ger2015-02-221-4/+4
* Only unwrap the object once when finalizing.Ms2ger2015-02-221-3/+2
* auto merge of #4882 : chmanchester/servo/stringifiers, r=Ms2gerbors-servo2015-02-201-4/+29
|\
| * Add stringifier method support to CodegenRust.py (fixes #1986)Chris Manchester2015-02-201-4/+29
* | Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-6/+6
* | Pass isize to ptr.offset().Ms2ger2015-02-201-2/+2
* | Return usize from IDLInterface::get_prototype_depth.Ms2ger2015-02-201-1/+1
* | Use u32 for reserved slot indices.Ms2ger2015-02-201-1/+1