aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/treewalker.rs
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-3/+3
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Return a reference in Document::window()Anthony Ramine2015-10-191-2/+1
* Fix remaining MutHeap methods not to expose JS<T>.Eli Friedman2015-10-151-16/+16
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-13/+13
* Remove helper traitsAnthony Ramine2015-08-271-27/+8
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-0/+1
* sort all usesJohann Tuffe2015-08-201-3/+3
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi...Manish Goregaokar2015-08-181-7/+7
* Cleanup treewalkerManish Goregaokar2015-08-181-36/+20
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
* Update 'traverse children' to the latest spec.Ms2ger2015-06-231-5/+5
* Upgrade to SM 39Michael Wu2015-06-191-165/+158
* Remove helpers that correspond to DOM methodsAnthony Ramine2015-05-041-199/+153
* Remove Temporary::new()Anthony Ramine2015-04-281-2/+2
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+2
* Fix some irregular indentation.Mátyás Mustoha2015-04-221-11/+11
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-12/+12
* Use NodeFilterConstants from NodeFilterBindingChris Paris2015-04-131-25/+1
* Stop using int/uint in script.Ms2ger2015-04-031-1/+1
* 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