aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-5/+5
* Replace squirrel_away_unique by boxed::into_raw.Ms2ger2015-02-121-7/+2
* Rename CreateDOMGlobal to create_dom_global.Ms2ger2015-01-291-1/+2
* Remove unused IsConvertibleToCallbackInterface.Ms2ger2015-01-291-8/+1
* Rename HasPropertyOnPrototype to has_property_on_prototype.Ms2ger2015-01-291-1/+2
* Rename IsPlatformObject to is_platform_object.Ms2ger2015-01-291-4/+5
* Rename GetArrayIndexFromId to get_array_index_from_id.Ms2ger2015-01-291-1/+1
* Use snake case for the local in get_property_on_prototype.Ms2ger2015-01-291-4/+4
* Rename GetPropertyOnPrototype to get_property_on_prototype.Ms2ger2015-01-291-3/+4
* Use snake case for the local in initialize_global.Ms2ger2015-01-291-2/+3
* Rename ThrowingConstructor to throwing_constructor.Ms2ger2015-01-291-1/+2
* Use snake case for arguments to and locals in create_interface_prototype_object.Ms2ger2015-01-291-8/+9
* Rename CreateInterfacePrototypeObject to create_interface_prototype_object.Ms2ger2015-01-291-6/+7
* Rename Define{Constants, Methods, Properties} to define_{constants, methods, ...Ms2ger2015-01-291-9/+12
* Use snake case for arguments to and locals in create_interface_object.Ms2ger2015-01-291-6/+6
* Rename CreateInterfaceObject to create_interface_object.Ms2ger2015-01-291-8/+9
* Use snake case for the arguments to do_create_interface_objects.Ms2ger2015-01-291-6/+6
* Rename CreateInterfaceObjects2 to do_create_interface_objects.Ms2ger2015-01-291-6/+8
* Use snake case for the members of NativeProperties.Ms2ger2015-01-291-6/+10
* Rename GetProtoOrIfaceArray to get_proto_or_iface_array.Ms2ger2015-01-291-1/+1
* Replace the 'GlobalStaticData' free function by a 'new' static member function.Ms2ger2015-01-291-4/+6
* auto merge of #4739 : Manishearth/servo/warning-patrol, r=Ms2gerbors-servo2015-01-281-2/+2
|\
| * raw_pointer_deriving -> raw_pointer_deriveManish Goregaokar2015-01-281-2/+2
* | auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyukibors-servo2015-01-281-2/+0
|\ \ | |/ |/|
| * Require documentation for all code in dom::bindings (excluding dom::bindings:...Ms2ger2015-01-251-2/+0
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-11/+15
|/
* auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdmbors-servo2015-01-081-2/+25
|\
| * Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)Guillaume Bort2015-01-071-2/+25
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-15/+17
|/
* auto merge of #4526 : servo/servo/deref-1, r=Manishearthbors-servo2015-01-021-1/+1
|\
| * Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+1
* | Stop using ptr.is_not_null() in script.Ms2ger2015-01-011-5/+5
|/
* Add inheritance-checking lintManish Goregaokar2014-12-271-1/+4
* GlobalRef passed by value in reflect_dom_object, reflect_node #4165Amanda Watson2014-12-201-2/+2
* Move unwrap_jsmanaged and related machinery to conversions.rs.Ms2ger2014-12-201-105/+3
* Remove the proto_{id,depth} arguments from unwrap_jsmanaged.Ms2ger2014-12-201-9/+6
* Use the try macro in unwrap_jsmanaged.Ms2ger2014-12-201-12/+10
* Rename the PrototypeList enums to fix case build warnings.Ms2ger2014-12-181-3/+3
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-13/+13
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-2/+2
* Use Cell::as_unsafe_cell in Reflector::rootable.Ms2ger2014-11-141-7/+5
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-26/+25
* Remove VoidVal.Ms2ger2014-11-081-3/+0
* Document bindings/utils.rs.Ms2ger2014-11-071-0/+29
* Move jsstring_to_str and jsid_to_str to conversions.rs.Ms2ger2014-10-161-26/+1
* Privatize WindowTim Taubert2014-10-131-1/+1
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable/Untraceable entirelyManish Goregaokar2014-10-051-1/+3
* Remove Untraceable from utils.rsManish Goregaokar2014-10-051-3/+2
* Remove Traceable/Untraceable from window.rsManish Goregaokar2014-10-051-1/+1