auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki

This commit is contained in:
bors-servo 2015-01-28 01:48:52 -07:00
commit 1a2a08aa50
13 changed files with 23 additions and 32 deletions

View file

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![deny(missing_docs)]
//! A generic, safe mechnanism by which DOM objects can be pinned and transferred
//! between tasks (or intra-task for asynchronous events). Akin to Gecko's
//! nsMainThreadPtrHandle, this uses thread-safe reference counting and ensures