| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the `call` hook on non-callback interface objects (fixes #10744) | Anthony Ramine | 2016-04-25 | 1 | -12/+12 |
* | Make NonCallbackInterfaceObjectClass::new unsafe | Anthony Ramine | 2016-04-25 | 1 | -2/+3 |
* | Avoid generating parameter names that are Rust keywords | Keith Yeung | 2016-04-17 | 1 | -1/+8 |
* | remove unreachable code in codegen | Arnaud Marant | 2016-04-12 | 1 | -16/+0 |
* | Enable dictionaries in WebIDL sequences. Fixes #10282. | Josh Matthews | 2016-03-30 | 1 | -0/+8 |
* | Auto merge of #10152 - jdm:9511-rebase, r=nox | bors-servo | 2016-03-24 | 1 | -2/+2 |
|\ |
|
| * | Fix #9511. Export webidl enums using "pub use". | Ben | 2016-03-23 | 1 | -2/+2 |
* | | Make all interface objects share the same funToString | Guillaume Gomez | 2016-03-21 | 1 | -19/+4 |
|/ |
|
* | Auto merge of #9786 - peterjoel:fix_codegen_is_array_like, r=jdm | bors-servo | 2016-03-04 | 1 | -3/+4 |
|\ |
|
| * | Fixed compile error in generated code, when webidl constructors have same num... | Peter | 2016-03-03 | 1 | -3/+4 |
* | | Do not generate RegisterBindings::Register anymore | Anthony Ramine | 2016-02-25 | 1 | -20/+0 |
* | | Lazily define interface objects on globals (fixes #6419) | Anthony Ramine | 2016-02-25 | 1 | -10/+38 |
* | | Cache legacy callback interface objects in proto_or_icache_array | Anthony Ramine | 2016-02-25 | 1 | -12/+20 |
* | | Lazily-define standard ECMAScript classes | Anthony Ramine | 2016-02-25 | 1 | -2/+6 |
* | | Always implement getOwnEnumerablePropertyKeys | Anthony Ramine | 2016-02-23 | 1 | -3/+3 |
* | | Support [LegacyUnenumerableNamedProperties] | Anthony Ramine | 2016-02-23 | 1 | -10/+72 |
* | | Fix a typo in CGDOMJSProxyHandler_getOwnPropertyDescriptor | Anthony Ramine | 2016-02-23 | 1 | -1/+1 |
* | | Make fill_property_descriptor take a flags argument | Anthony Ramine | 2016-02-23 | 1 | -4/+8 |
* | | Just pass global to CreateInterfaceObjects | Anthony Ramine | 2016-02-23 | 1 | -22/+13 |
* | | Clean up CGDOMJSClass | Anthony Ramine | 2016-02-23 | 1 | -25/+24 |
|/ |
|
* | Auto merge of #9633 - GuillaumeGomez:has_instance, r=nox | bors-servo | 2016-02-19 | 1 | -28/+5 |
|\ |
|
| * | All interface objects now share the same hasInstance | Guillaume Gomez | 2016-02-17 | 1 | -28/+5 |
* | | Fixing issue with uniontypes not created with primitive types | zakorgyula | 2016-02-18 | 1 | -18/+43 |
* | | Derive the Debug trait for WebIDL-generated enums. | Ms2ger | 2016-02-17 | 1 | -1/+1 |
* | | Support [ExceptionClass] | Anthony Ramine | 2016-02-17 | 1 | -7/+9 |
|/ |
|
* | 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 |
| |/ |
|