aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+12
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-2/+2
|\
| * Remove usage of the deprecated `box () (expr)` syntax.Simon Sapin2015-07-301-2/+2
* | Use an actual byte string when defining the prototype of named constructors. ...Josh Matthews2015-07-291-1/+1
|/
* Add aarch64-unknown-linux-gnu supportAkos Kiss2015-07-231-1/+1
* Make stmt part of unrooted_must_root handle type parameters (fixes #6651)Manish Goregaokar2015-07-221-2/+1
* Rename browser_context identifiers to browsing_context.Ms2ger2015-07-201-1/+1
* Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)Simon Sapin2015-07-151-0/+1
* Auto merge of #6529 - dwins:master, r=Manishearthbors-servo2015-07-011-1/+1
|\
| * Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
* | Remove string_cache dependency from util.Matt Brubeck2015-07-011-2/+11
|/
* Use Box::into_raw rather than boxed::into_raw.Ms2ger2015-06-251-2/+1
* Auto merge of #6110 - klusark:NamedConstructor, r=Ms2gerbors-servo2015-06-251-25/+64
|\
| * Add support for NamedConstructor in webidlsJoel Teichroeb2015-06-241-25/+64
* | Remove unused js::JS_ARGV import in script componentCorey Farwell2015-06-241-1/+1
|/
* Auto merge of #6223 - nox:merge-generic-functions, r=Ms2gerbors-servo2015-06-241-9/+99
|\
| * Merge generic funs to share them across all bindings (fixes #2684)Anthony Ramine2015-06-241-9/+99
* | Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+1
|/
* Upgrade to SM 39Michael Wu2015-06-191-170/+208
* Avoid casting in the callersDaniel Le2015-06-061-5/+6
* Trace the prototype array on the global object.Josh Matthews2015-06-011-1/+12
* Add WebGLContextAttributes supportecoal952015-06-011-2/+22
* Avoid extra O(n) scan in `validate_and_extract`Tamir Duberstein2015-05-261-11/+21
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+4
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Pass Atom to Attr:new for the prefix argument.Ms2ger2015-04-271-3/+2
* Stop using the deprecated range function.Ms2ger2015-04-221-1/+1
* Update some URLs.Ms2ger2015-04-141-1/+1
* Support callback interfaces with constants.Chris Paris2015-04-111-16/+18
* Add script::dom::utils::validate_and_extract()Anthony Ramine2015-04-081-1/+52
* Add script::dom::utils::validate_qualified_name()Anthony Ramine2015-04-081-1/+16
* Fix xml_name_type()Anthony Ramine2015-04-061-3/+9
* Fix various build warnings.Ms2ger2015-03-201-2/+2
* Free the interface prototype array when Window is finalizedTim Cuthbertson2015-03-201-1/+9
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+4
* Fix #2108 by renaming unwrap functions to native_from_reflectorChris Double2015-03-121-2/+2
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-22/+12
* 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