aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/treewalker.rs
Commit message (Expand)AuthorAgeFilesLines
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+12
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Use the try macro for the result of accept_node.Ms2ger2015-02-081-29/+23
* Remove incorrect SetterThrows annotation.Ms2ger2015-02-081-4/+2
* Replace Root::deref by a custom get_unsound_ref_forever method.Ms2ger2015-02-051-18/+18
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-29/+41
* Add handling for unreported exceptions when invoking callback objects.Josh Matthews2015-01-141-2/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+1
* Remove extra spacesManish Goregaokar2014-12-271-1/+0
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Create a replacement for Cell<SM primitive>. Fixes #4337.Josh Matthews2014-12-191-5/+3
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-12/+12
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-17/+17
* Move the methods on bare Document onto DocumentHelpers.Ms2ger2014-10-231-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize DocumentTim Taubert2014-10-131-1/+1
* Simple privatizationsTim Taubert2014-10-131-5/+6
* Remove Untraceable from treewalker.rsManish Goregaokar2014-10-051-3/+2
* Remove an extra lifetime parameter on PrivateTreeWalkerHelpersCameron Zwarich2014-10-011-11/+11
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Address review commentsManish Goregaokar2014-09-241-1/+0
* Use JSTraceable everywhereManish Goregaokar2014-09-241-3/+3
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-27/+27
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-12/+12
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-56/+56
* Implement TreeWalkerChris Paris2014-09-181-7/+552
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+35