aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/treewalker.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-22/+40
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+6
* Update nightly rustc.Josh Matthews2021-11-011-3/+3
* Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)Simon Sapin2021-02-251-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Fix new warningsSimon Sapin2019-01-041-3/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-78/+87
* Auto merge of #18255 - CYBAI:prevent-reentrancy-pr18218, r=jdmbors-servo2017-10-211-12/+23
|\
| * Update concept of node filter algorithmCYBAI2017-10-191-12/+23
* | Use try syntax for Option where appropriateMatt Brubeck2017-10-201-7/+3
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* 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