aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/documentfragment.rs
Commit message (Expand)AuthorAgeFilesLines
* add CanGc as argument to methods in DissimilarOriginWindow, DocumentFragment,...Yerkebulan Tulibergenov2025-04-081-2/+2
* Propagate CanGc arguments through HTMLCollection constructors (#36180)Kunga Derick Abongho2025-03-291-1/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* Don't register unconnected shadow roots with their owner document (#34361)Simon Wülker2024-12-021-0/+7
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-10/+12
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-8/+8
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-0/+2
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-4/+5
* Formatting.Josh Matthews2023-05-281-2/+8
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+9
* Implement ParentNode#replaceChildrenVincent Ricard2020-09-251-0/+5
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Register named elements in either the document or shadow treeFernando Jiménez Moreno2019-04-261-11/+15
* Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+2
* Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+1
* ShadowRoot interfaceFernando Jiménez Moreno2019-04-261-1/+1
* 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-14/+14
* Format script componentchansuke2018-09-191-10/+17
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-11/+11
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+2
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+2
* Rustfmt some of script.Ms2ger2015-11-181-1/+2
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-5/+3
* Introduce trait CastableAnthony Ramine2015-10-211-11/+11
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-9/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-4/+4
* Implement NonElementParentNode for DocumentFragmentAnthony Ramine2015-09-101-0/+13
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-9/+9
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* sort all usesJohann Tuffe2015-08-201-1/+1