aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/refcounted.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-2/+2
* Rustfmt some of script.Ms2ger2015-11-181-2/+3
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+1
* more refactoringrohan.prinja2015-10-301-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-4/+2
* sort all usesJohann Tuffe2015-08-201-4/+4
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-2/+2
* Make stmt part of unrooted_must_root handle type parameters (fixes #6651)Manish Goregaokar2015-07-221-0/+1
* Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)Simon Sapin2015-07-151-2/+10
* Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-4/+4
* Upgrade to SM 39Michael Wu2015-06-191-13/+20
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+0
* Add a Reflectable bound to Trusted's type parameter.Ms2ger2015-05-011-1/+1
* Refactored image cache task - details below.Glenn Watson2015-04-231-2/+5
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-0/+4
* Fixing Intermittent failure in pages with timersPrabhjyot Singh Sodhi2015-02-221-1/+1
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-3/+3
* Implement an Unrooted smart pointer to replace JS when it is not traced.Ms2ger2015-02-061-2/+2
* Fix a typo in the refcounted documentation.Ms2ger2015-02-051-1/+1
* Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid 'D...Diego Marcos2015-01-301-6/+0
* 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-8/+12
|/
* Encapsulate to-be-cleaned-up refcounted pointers.Ms2ger2015-01-211-2/+7
* Fix `non_upper_case_globals` warningsMatthew Rasmus2015-01-081-5/+5
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-36/+47
* Force all messages to worker tasks to send a TrustedWorkerAddress along with ...Josh Matthews2014-12-291-9/+13
* Allow refcounting arbitrary DOM objects in concert with the GC to enable safe...Josh Matthews2014-12-291-0/+174