| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #9508: Beautify our union enums constructors | Alexander Lopatin | 2016-02-07 | 1 | -4/+4 |
* | Auto merge of #9419 - psdh:includeTypedef, r=nox | bors-servo | 2016-01-26 | 1 | -0/+12 |
|\ |
|
| * | generate typedefs in CodegenRust | Prabhjyot Singh Sodhi | 2016-01-26 | 1 | -0/+12 |
* | | For WebIDL interfaces without constant members, do not generate a 'Constant' ... | Michael Rosenberg | 2016-01-26 | 1 | -3/+6 |
* | | Move ConstantSpec, NonNullJSNative and define_constants from utils to interface | nxnfufunezn | 2016-01-24 | 1 | -3/+4 |
|/ |
|
* | webidl: Refactor isSequence in getJSToNativeConversionInfo | Emilio Cobos Álvarez | 2016-01-15 | 1 | -2/+5 |
* | webidl: Implement sequences in unions | Emilio Cobos Álvarez | 2016-01-15 | 1 | -20/+30 |
* | codegen: Implement WebIDL sequence arguments | Emilio Cobos Álvarez | 2016-01-12 | 1 | -1/+10 |
* | codegen: Move conversion behaviour to a common function | Emilio Cobos Álvarez | 2016-01-12 | 1 | -24/+32 |
* | Fix prototypes of interface objects (fixes #2665) | Anthony Ramine | 2016-01-12 | 1 | -54/+65 |
* | Describe non-callback interface objects with JSClass structures | Anthony Ramine | 2016-01-12 | 1 | -30/+66 |
* | Bump rust-mozjs to 4d384eb830d8d53c1268e8ce37135ace21e41721 | Anthony Ramine | 2016-01-12 | 1 | -1/+2 |
* | Introduce Descriptor.prototypeDepth | Anthony Ramine | 2016-01-12 | 1 | -2/+2 |
* | Use the object prototype for callback interface objects | Anthony Ramine | 2016-01-12 | 1 | -1/+1 |
* | Refactor prototype initialisation | Anthony Ramine | 2016-01-12 | 1 | -110/+93 |
* | Remove NativePropertyHooks | Anthony Ramine | 2016-01-12 | 1 | -32/+2 |
* | Remove unneeded dict sorting functions in CodegenRust.py | Corey Farwell | 2016-01-10 | 1 | -18/+4 |
* | Generate PartialEq automatically | Guillaume Gomez | 2016-01-03 | 1 | -0/+6 |
* | Auto merge of #8993 - nox:small-codegen-slimming, r=Ms2ger | bors-servo | 2015-12-18 | 1 | -3/+4 |
|\ |
|
| * | Link [Abstract] to the existing concrete descriptor field | Anthony Ramine | 2015-12-16 | 1 | -1/+2 |
| * | Do not export GetProtoObject if the interface has no descendants | Anthony Ramine | 2015-12-16 | 1 | -2/+2 |
* | | Auto merge of #8996 - nox:rm-empty-modules, r=frewsxcv | bors-servo | 2015-12-16 | 1 | -8/+12 |
|\ \ |
|
| * | | Do not create modules from files with nothing to codegen (fixes #8711) | Anthony Ramine | 2015-12-16 | 1 | -8/+12 |
| |/ |
|
* | | Auto merge of #8055 - nox:rm-webidl-patches, r=Ms2ger | bors-servo | 2015-12-16 | 1 | -5/+6 |
|\ \ |
|
| * | | Remove all our local patches to the WebIDL parser | Anthony Ramine | 2015-12-15 | 1 | -5/+6 |
| |/ |
|
* / | Merge CGClassConstructHook and CGClassNameConstructHook (fixes #8934) | Anthony Ramine | 2015-12-15 | 1 | -37/+14 |
|/ |
|
* | Fix invalid returned value for dictionary types | Guillaume Gomez | 2015-12-15 | 1 | -2/+2 |
* | Fix invalid dictionary inheritance | Guillaume Gomez | 2015-12-14 | 1 | -1/+2 |
* | Treat undefined arguments in JS as missing | Keith Yeung | 2015-12-12 | 1 | -5/+5 |
* | Avoid a null-dereference using debug mozjs builds. This matches the equivalen... | Josh Matthews | 2015-12-07 | 1 | -22/+9 |
* | Implement [Unforgeable] | Anthony Ramine | 2015-12-02 | 1 | -78/+225 |
* | Remove unused slot in prototype object (fixes #8588) | Anthony Ramine | 2015-11-30 | 1 | -11/+2 |
* | Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffrey | bors-servo | 2015-11-13 | 1 | -1/+1 |
|\ |
|
| * | Code generation uses DOMString::from("...") rather than DOMString("...".to_ow... | Alan Jeffrey | 2015-11-12 | 1 | -1/+1 |
* | | Auto merge of #8147 - nox:weakref, r=Ms2ger | bors-servo | 2015-11-13 | 1 | -4/+42 |
|\ \
| |/
|/| |
|
| * | Introduce trait WeakReferenceable | Anthony Ramine | 2015-11-12 | 1 | -4/+42 |
* | | Auto merge of #8498 - nox:fix-variadic-and-default-arguments, r=jdm | bors-servo | 2015-11-13 | 1 | -9/+10 |
|\ \ |
|
| * | | Properly handle variadic arguments preceded by default values | Anthony Ramine | 2015-11-12 | 1 | -9/+10 |
| |/ |
|
* | | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -23/+21 |
* | | Use throw_type_error and throw_range_error from js. | Ms2ger | 2015-11-12 | 1 | -10/+5 |
|/ |
|
* | Implement WebIDL sequence return values | Emilio Cobos Álvarez | 2015-11-11 | 1 | -1/+6 |
* | Support variadic interface arguments (fixes #8159) | Anthony Ramine | 2015-11-11 | 1 | -53/+50 |
* | Remove unused parameter in instantiateJSToNativeConversionTemplate() | Anthony Ramine | 2015-11-11 | 1 | -16/+7 |
* | Clean up the conversion routines | Anthony Ramine | 2015-11-11 | 1 | -16/+14 |
* | Auto merge of #8286 - eefriedman:no-move, r=nox | bors-servo | 2015-11-08 | 1 | -1/+0 |
|\ |
|
| * | Clean up some code related to #[no_move]. | Eli Friedman | 2015-11-07 | 1 | -1/+0 |
* | | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | | make test-tidy happy + fix some merge errors | rohan.prinja | 2015-11-03 | 1 | -3/+3 |
* | | merge from master | rohan.prinja | 2015-11-03 | 1 | -0/+4 |
|\| |
|
| * | Support unions that contain USVStrings. | Ms2ger | 2015-10-30 | 1 | -0/+4 |