aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/callback.rs
Commit message (Expand)AuthorAgeFilesLines
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-5/+5
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* sort all usesJohann Tuffe2015-08-201-6/+6
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-5/+3
* Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-35/+82
* Throw a TypeError when get_callable_property encounters a value that isn't ca...Ms2ger2015-06-141-5/+4
* Return Fallible from get_callable_property.Ms2ger2015-06-141-5/+5
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Fix various build warnings.Ms2ger2015-03-201-1/+1
* Rename GetContext to get_context.Ms2ger2015-01-291-1/+1
* Rename WrapCallThisObject to wrap_call_this_object.Ms2ger2015-01-291-2/+2
* Rename GetCallableProperty to get_callable_property.Ms2ger2015-01-291-1/+2
* auto merge of #4739 : Manishearth/servo/warning-patrol, r=Ms2gerbors-servo2015-01-281-1/+1
|\
| * raw_pointer_deriving -> raw_pointer_deriveManish Goregaokar2015-01-281-1/+1
* | 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-5/+6
|/
* Stop pretending to do anything except eagerly report pending exceptions after...Josh Matthews2015-01-141-27/+3
* Add handling for unreported exceptions when invoking callback objects.Josh Matthews2015-01-141-7/+47
* Remove RethrowContentExceptions and related infrastructure.Ms2ger2015-01-101-4/+0
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-3/+4
* auto merge of #4526 : servo/servo/deref-1, r=Manishearthbors-servo2015-01-021-1/+1
|\
| * Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency.Ms2ger2015-01-011-1/+1
* | Stop using ptr.is_not_null() in script.Ms2ger2015-01-011-1/+1
|/
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Document bindings/callback.rs.Ms2ger2014-11-071-0/+3
* Remove Traceable from callback.rsManish Goregaokar2014-10-051-6/+5
* Move global_object_for_js_object to global.rs.Ms2ger2014-09-251-1/+2
* Use JSTraceable everywhereManish Goregaokar2014-09-241-5/+6
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+156