aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/treewalker.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-24/+24
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-8/+8
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-2/+1
* Untry scriptSimon Sapin2017-06-181-8/+8
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* replace match by if let statements if possibleJulien Levesy2016-12-311-6/+3
* Update Rust to 1.15.0-nightly (71c06a56a 2016-12-18)Ms2ger2016-12-221-3/+0
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Remove extra spaces in function calls and declarationsDaan Sprenkels2016-10-311-1/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-25/+25
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Reorder `use` statementsUK9922016-09-091-1/+1
* 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