| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove tidy blacklist for 'script/dom/bindings/*' | Corey Farwell | 2015-07-09 | 1 | -229/+422 |
* | Remove *Cast::from_actual. | Ms2ger | 2015-07-04 | 1 | -6/+1 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -3/+2 |
* | CGImports must consider special operations to generate required 'use' items | Mukilan Thiyagarajan | 2015-06-27 | 1 | -0/+3 |
* | Use Rc::get_mut rather than deprecated rc::get_mut. | Ms2ger | 2015-06-26 | 1 | -1/+2 |
* | Use Box::into_raw rather than boxed::into_raw. | Ms2ger | 2015-06-25 | 1 | -2/+1 |
* | Add support for NamedConstructor in webidls | Joel Teichroeb | 2015-06-24 | 1 | -0/+40 |
* | Merge generic funs to share them across all bindings (fixes #2684) | Anthony Ramine | 2015-06-24 | 1 | -140/+17 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -549/+905 |
* | Generate code into OUT_DIR. | Jack Moffitt | 2015-06-17 | 1 | -21/+23 |
* | Return Fallible from get_callable_property. | Ms2ger | 2015-06-14 | 1 | -4/+2 |
* | Fix codegen for overload resolution. Fixes #6300 | Mukilan Thiyagarajan | 2015-06-10 | 1 | -16/+9 |
* | Auto merge of #6299 - GreenRecycleBin:#6271, r=Ms2ger | bors-servo | 2015-06-07 | 1 | -2/+2 |
|\ |
|
| * | Avoid casting in the callers | Daniel Le | 2015-06-06 | 1 | -2/+2 |
* | | Auto merge of #6297 - brson:inline, r=jdm | bors-servo | 2015-06-06 | 1 | -10/+10 |
|\ \
| |/
|/| |
|
| * | Convert inline(always) to inline in CodegenRust and jstraceable. | Brian Anderson | 2015-06-05 | 1 | -10/+10 |
* | | Trace the prototype array on the global object. | Josh Matthews | 2015-06-01 | 1 | -2/+6 |
|/ |
|
* | Add WebGLContextAttributes support | ecoal95 | 2015-06-01 | 1 | -1/+28 |
* | Use byte string instead of handcrafted byte array | Philipp Hartwig | 2015-05-25 | 1 | -36/+14 |
* | Fix length value of interface methods | Anthony Ramine | 2015-05-14 | 1 | -2/+2 |
* | Generate forwarded setters | Anthony Ramine | 2015-05-07 | 1 | -5/+32 |
* | Auto merge of #5896 - nox:stringifier-proxy, r=jdm | bors-servo | 2015-04-30 | 1 | -20/+1 |
|\ |
|
| * | Properly generate proxy stringifiers | Anthony Ramine | 2015-04-29 | 1 | -20/+1 |
* | | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -3/+3 |
* | | Auto merge of #5845 - snf:defineProperty_fix, r=jdm | bors-servo | 2015-04-28 | 1 | -14/+31 |
|\ \
| |/
|/| |
|
| * | fix defineproperty for cases with namedsetter | snf | 2015-04-27 | 1 | -14/+31 |
* | | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -3/+3 |
* | | Fix some no_move errors | Manish Goregaokar | 2015-04-28 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #5850 - nox:nullary-callbacks, r=jdm | bors-servo | 2015-04-27 | 1 | -4/+1 |
|\ |
|
| * | Fix generation of nullary callbacks | Anthony Ramine | 2015-04-26 | 1 | -4/+1 |
* | | Remove useless unsafe methods on LayoutJS<T> | Anthony Ramine | 2015-04-26 | 1 | -2/+2 |
* | | Remove useless unsafe methods on JS<T> | Anthony Ramine | 2015-04-26 | 1 | -9/+7 |
|/ |
|
* | Auto merge of #5779 - nox:css-escape, r=Ms2ger | bors-servo | 2015-04-25 | 1 | -4/+8 |
|\ |
|
| * | Fix generation of static JS methods | Anthony Ramine | 2015-04-25 | 1 | -4/+8 |
* | | Stop using the deprecated range function. | Ms2ger | 2015-04-22 | 1 | -2/+2 |
|/ |
|
* | Auto merge of #3726 - ChrisParis:callback-constants, r=jdm | bors-servo | 2015-04-13 | 1 | -19/+41 |
|\ |
|
| * | Support callback interfaces with constants. | Chris Paris | 2015-04-11 | 1 | -19/+41 |
* | | Clean up CGImports a bit more. | Josh Matthews | 2015-04-10 | 1 | -14/+24 |
|/ |
|
* | Auto merge of #5619 - jdm:bindglob, r=Manishearth | bors-servo | 2015-04-10 | 1 | -8/+42 |
|\ |
|
| * | Remove glob import from generated bindings. Fixes #1788. | Josh Matthews | 2015-04-09 | 1 | -8/+42 |
* | | Generate from_layout_js() conversion methods | Anthony Ramine | 2015-04-09 | 1 | -0/+6 |
|/ |
|
* | Auto merge of #5564 - Ms2ger:FromJSValConvertible, r=saneyuki | bors-servo | 2015-04-08 | 1 | -17/+6 |
|\ |
|
| * | When converting a non-finite float, throw the TypeError from the FromJSValCon... | Ms2ger | 2015-04-07 | 1 | -17/+6 |
* | | Auto merge of #5569 - Ms2ger:object, r=jdm | bors-servo | 2015-04-07 | 1 | -7/+17 |
|\ \ |
|
| * | | Implement support for object in IDL. | Ms2ger | 2015-04-07 | 1 | -7/+17 |
| |/ |
|
* / | Add casts to Temporary types | Anthony Ramine | 2015-04-07 | 1 | -0/+10 |
|/ |
|
* | Stop using int/uint in script. | Ms2ger | 2015-04-03 | 1 | -1/+1 |
* | Support the conversion behavior from ECMAScript value to restricted float. | Tetsuharu OHZEKI | 2015-03-25 | 1 | -6/+17 |
* | Introduce Finite<T: Float> for restricted values defined in WebIDL. | Tetsuharu OHZEKI | 2015-03-25 | 1 | -2/+3 |
* | Add bindings support for unrestricted float/double values. | Tetsuharu OHZEKI | 2015-03-25 | 1 | -3/+8 |