aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* Use snake case for arguments and locals in CGGetPerInterfaceObject.Ms2ger2015-01-301-12/+12
* Use snake case for arguments and locals in CGCreateInterfaceObjectsMethod.Ms2ger2015-01-301-7/+7
* Use snake case for arguments and locals in CGWrapMethod.Ms2ger2015-01-301-18/+18
* Rename GetContext to get_context.Ms2ger2015-01-291-5/+5
* Rename WrapCallThisObject to wrap_call_this_object.Ms2ger2015-01-291-2/+2
* Rename GetCallableProperty to get_callable_property.Ms2ger2015-01-291-1/+1
* Rename CreateDOMGlobal to create_dom_global.Ms2ger2015-01-291-2/+2
* Rename HasPropertyOnPrototype to has_property_on_prototype.Ms2ger2015-01-291-3/+3
* Rename IsPlatformObject to is_platform_object.Ms2ger2015-01-291-4/+4
* Rename GetArrayIndexFromId to get_array_index_from_id.Ms2ger2015-01-291-6/+6
* Rename GetPropertyOnPrototype to get_property_on_prototype.Ms2ger2015-01-291-2/+2
* Rename ThrowingConstructor to throwing_constructor.Ms2ger2015-01-291-2/+2
* Rename CreateInterfaceObjects2 to do_create_interface_objects.Ms2ger2015-01-291-5/+5
* Use snake case for the members of NativeProperties.Ms2ger2015-01-291-5/+5
* Rename GetProtoOrIfaceArray to get_proto_or_iface_array.Ms2ger2015-01-291-2/+2
* Rename getOwnPropertyNames_ and enumerate_ to get_own_property_names and enum...Ms2ger2015-01-291-3/+2
* Rename FillPropertyDescriptor to fill_property_descriptor.Ms2ger2015-01-291-5/+5
* Rename GetExpandoObject to get_expando_object.Ms2ger2015-01-291-4/+4
* Rename _obj_toString to object_to_string.Ms2ger2015-01-291-2/+1
* Rename delete_ to delete.Ms2ger2015-01-291-3/+3
* Rename defineProperty_ to define_property.Ms2ger2015-01-291-3/+3
* Rename getPropertyDescriptor to get_property_descriptor.Ms2ger2015-01-291-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-32/+37
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* Stop using Vec::from_elem.Ms2ger2015-01-191-3/+4
* Remove RethrowContentExceptions and related infrastructure.Ms2ger2015-01-101-31/+13
* auto merge of #4566 : mattnenterprise/servo/globalref-by-value, r=Ms2gerbors-servo2015-01-081-1/+1
|\
| * Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-1/+1
* | auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdmbors-servo2015-01-081-1/+2
|\ \
| * | Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)Guillaume Bort2015-01-071-1/+2
| |/
* / Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-4/+4
|/
* Slice some fixed-size arrays.Ms2ger2015-01-041-1/+1
* auto merge of #4526 : servo/servo/deref-1, r=Manishearthbors-servo2015-01-021-6/+6
|\
| * Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency.Ms2ger2015-01-011-2/+2
| * Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-2/+2
| * Rename Root::root_ref() to Root::r().Ms2ger2015-01-011-2/+2
* | Stop using ptr.is_not_null() in script.Ms2ger2015-01-011-12/+12
|/
* use str to_jsval() nowyodalee2015-01-011-1/+1
* Codegen style fixBruno de Oliveira Abinader2014-12-301-32/+47
* Codegen empty lines fixBruno de Oliveira Abinader2014-12-301-42/+34
* Codegen indent fixesBruno de Oliveira Abinader2014-12-301-5/+5
* Codegen whitespace fixesBruno de Oliveira Abinader2014-12-301-362/+362
* Add support for named deleterBruno de Oliveira Abinader2014-12-291-2/+43
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-2/+2
* auto merge of #4467 : servo/servo/dataset, r=Ms2gerbors-servo2014-12-251-9/+20
|\
| * Implement dummy getOwnPropertyNames and enumerate traps.Ms2ger2014-12-241-3/+4
| * Correct the generated code for NamedSetter calls.Bruno de Oliveira Abinader2014-12-231-1/+8
| * Use the custom defineProperty trap when it exists.Bruno de Oliveira Abinader2014-12-231-2/+5
| * Call the NamedGetter method from the get trap in proxy bindings.Bruno de Oliveira Abinader2014-12-231-3/+3