aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* Remove *Cast::from_actual.Ms2ger2015-07-041-6/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-3/+2
* CGImports must consider special operations to generate required 'use' itemsMukilan Thiyagarajan2015-06-271-0/+3
* Use Rc::get_mut rather than deprecated rc::get_mut.Ms2ger2015-06-261-1/+2
* Use Box::into_raw rather than boxed::into_raw.Ms2ger2015-06-251-2/+1
* Add support for NamedConstructor in webidlsJoel Teichroeb2015-06-241-0/+40
* Merge generic funs to share them across all bindings (fixes #2684)Anthony Ramine2015-06-241-140/+17
* Upgrade to SM 39Michael Wu2015-06-191-549/+905
* Generate code into OUT_DIR.Jack Moffitt2015-06-171-21/+23
* Return Fallible from get_callable_property.Ms2ger2015-06-141-4/+2
* Fix codegen for overload resolution. Fixes #6300Mukilan Thiyagarajan2015-06-101-16/+9
* Auto merge of #6299 - GreenRecycleBin:#6271, r=Ms2gerbors-servo2015-06-071-2/+2
|\
| * Avoid casting in the callersDaniel Le2015-06-061-2/+2
* | Auto merge of #6297 - brson:inline, r=jdmbors-servo2015-06-061-10/+10
|\ \ | |/ |/|
| * Convert inline(always) to inline in CodegenRust and jstraceable.Brian Anderson2015-06-051-10/+10
* | Trace the prototype array on the global object.Josh Matthews2015-06-011-2/+6
|/
* Add WebGLContextAttributes supportecoal952015-06-011-1/+28
* Use byte string instead of handcrafted byte arrayPhilipp Hartwig2015-05-251-36/+14
* Fix length value of interface methodsAnthony Ramine2015-05-141-2/+2
* Generate forwarded settersAnthony Ramine2015-05-071-5/+32
* Auto merge of #5896 - nox:stringifier-proxy, r=jdmbors-servo2015-04-301-20/+1
|\
| * Properly generate proxy stringifiersAnthony Ramine2015-04-291-20/+1
* | 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