aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused slot in prototype object (fixes #8588)Anthony Ramine2015-11-301-11/+2
* Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffreybors-servo2015-11-131-1/+1
|\
| * Code generation uses DOMString::from("...") rather than DOMString("...".to_ow...Alan Jeffrey2015-11-121-1/+1
* | Auto merge of #8147 - nox:weakref, r=Ms2gerbors-servo2015-11-131-4/+42
|\ \ | |/ |/|
| * Introduce trait WeakReferenceableAnthony Ramine2015-11-121-4/+42
* | Auto merge of #8498 - nox:fix-variadic-and-default-arguments, r=jdmbors-servo2015-11-131-9/+10
|\ \
| * | Properly handle variadic arguments preceded by default valuesAnthony Ramine2015-11-121-9/+10
| |/
* | Use the conversion traits from js.Ms2ger2015-11-121-23/+21
* | Use throw_type_error and throw_range_error from js.Ms2ger2015-11-121-10/+5
|/
* Implement WebIDL sequence return valuesEmilio Cobos Álvarez2015-11-111-1/+6
* Support variadic interface arguments (fixes #8159)Anthony Ramine2015-11-111-53/+50
* Remove unused parameter in instantiateJSToNativeConversionTemplate()Anthony Ramine2015-11-111-16/+7
* Clean up the conversion routinesAnthony Ramine2015-11-111-16/+14
* Auto merge of #8286 - eefriedman:no-move, r=noxbors-servo2015-11-081-1/+0
|\
| * Clean up some code related to #[no_move].Eli Friedman2015-11-071-1/+0
* | Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* | make test-tidy happy + fix some merge errorsrohan.prinja2015-11-031-3/+3
* | merge from masterrohan.prinja2015-11-031-0/+4
|\|
| * Support unions that contain USVStrings.Ms2ger2015-10-301-0/+4
* | more refactoringrohan.prinja2015-10-301-3/+4
|/
* Auto merge of #8226 - froydnj:gc-zeal, r=Ms2gerbors-servo2015-10-281-20/+20
|\
| * move reserved slot setting for DOM globalsNathan Froyd2015-10-271-4/+2
| * reduce indentation in CodegenRust.pyNathan Froyd2015-10-271-20/+22
* | Auto merge of #8040 - froydnj:codegen-arg-info, r=jdmbors-servo2015-10-281-2/+93
|\ \ | |/ |/|
| * generate JIT argument type information for methodsNathan Froyd2015-10-271-2/+26
| * add CGMemberJITInfo.{getJSArgType,getSingleArgType}Nathan Froyd2015-10-271-0/+67
* | Auto merge of #8132 - akiss77:codegen-u8, r=Ms2gerbors-servo2015-10-211-3/+3
|\ \
| * | Fix char types in script binding codegenAkos Kiss2015-10-211-3/+3
* | | Introduce trait CastableAnthony Ramine2015-10-211-116/+9
* | | Introduce IDLInterface::derives()Anthony Ramine2015-10-211-24/+21
|/ /
* / Fix formatting for variable in doc-comment within codegenCorey Farwell2015-10-171-2/+2
|/
* Auto merge of #8020 - nox:codegen-derived, r=Ms2gerbors-servo2015-10-151-1/+24
|\
| * Generate all Derived implementations in codegenAnthony Ramine2015-10-141-1/+24
* | Auto merge of #7972 - nox:codegen-heapsize, r=Ms2gerbors-servo2015-10-151-1/+4
|\ \
| * | Introduce DOMClass::heap_size_ofAnthony Ramine2015-10-141-1/+4
| |/
* / Support the updated spidermonkey bindingsMichael Wu2015-10-141-85/+87
|/
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-26/+79
* Changed dom_class type to Option<&'static DOMClass>Andriy Kunitsin2015-10-091-3/+3
* Document RegisterBindings::RegisterProxyHandlers.Ms2ger2015-10-071-1/+2
* Add support for documenting CGAbstractMethods.Ms2ger2015-10-071-3/+14
* Don't generate useless InheritTypes interfacesAnthony Ramine2015-10-021-51/+78
* Remove deprecated 'creator' WebIDL attributeCorey Farwell2015-09-211-4/+0
* Python 'is' operator should not be used to check valueCorey Farwell2015-09-201-3/+3
* Remove parens around Python 'assert' statementCorey Farwell2015-09-201-7/+7
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-1/+1
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-1/+21
* Link to Servo issue instead of Gecko bugCorey Farwell2015-09-101-1/+1
* Auto merge of #7455 - nox:rm-unused-warnings, r=jdmbors-servo2015-08-301-23/+27
|\
| * Do not allow unreachable_code in codegen anymoreAnthony Ramine2015-08-301-4/+0
| * Do not allow dead_code in codegen anymoreAnthony Ramine2015-08-301-1/+0