aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/shadowroot.rs
Commit message (Expand)AuthorAgeFilesLines
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-14/+17
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-231-2/+17
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-191-0/+34
* Implement declarative shadow dom (#34964)batu_hoang2025-03-171-0/+8
* Hide servo internal shadow roots from the inspector by default (#35958)Simon Wülker2025-03-131-0/+10
* Implement `ElementInternals::shadowRoot` (#35923)Simon Wülker2025-03-121-0/+14
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Keep a list of slot descendants on each shadow root (#35802)Simon Wülker2025-03-101-0/+43
* 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-1/+3
* Inform the devtools about shadow roots on a node (#35294)Simon Wülker2025-02-051-0/+10
* Fire slot change events when the slot content changes (#35137)Simon Wülker2025-01-271-0/+3
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-2/+21
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* Fix shadow root binding children to the tree (#34909)Taym Haddadi2025-01-101-3/+12
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-13/+13
* Consider shadow dom when dispatching events (#34788)Simon Wülker2025-01-071-2/+7
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-071-0/+1
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-3/+3
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Implement `ShadowRoot.clonable` attribute (#34514)Simon Wülker2024-12-071-3/+22
* Make traverse_preorder follow shadow roots (#34503)Josh Matthews2024-12-071-7/+0
* Don't register unconnected shadow roots with their owner document (#34361)Simon Wülker2024-12-021-1/+46
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Implement `ShadowRoot.innerHtml` attribute (#34335)Simon Wülker2024-11-221-0/+29
* Implement `element.shadowRoot` attribute (#34306)Simon Wülker2024-11-211-5/+10
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-3/+15
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-9/+4
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+9
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-0/+1
* Further changes required by ServoOriol Brufau2023-05-161-8/+4
* Make DomRefCell not mutate the borrow flag non-atomicallyAnthony Ramine2020-05-181-1/+1
* Add some comments and remove obsolete allow attributesAnthony Ramine2020-04-011-0/+2
* Make LayoutShadowRootHelpers::get_style_data_for_layout return a &CascadeDataAnthony Ramine2020-04-011-3/+6
* Make LayoutShadowRootHelpers::get_host_for_layout be safeAnthony Ramine2020-03-311-6/+8
* Make LayoutShadowRootHelpers methods take selfAnthony Ramine2020-03-301-4/+4
* Clean up LayoutShadowRootHelpers::get_style_data_for_layoutAnthony Ramine2020-03-301-6/+2
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-4/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Doc named getter improvementsPatrick Shaughnessy2020-02-131-2/+2
* Moar detach shadow improvementsFernando Jiménez Moreno2019-07-221-22/+9
* More detach shadow changesFernando Jiménez Moreno2019-07-221-3/+16
* Detach shadow clean upFernando Jiménez Moreno2019-07-221-9/+21
* Remove unused ShadowRoot constructor argumentFernando Jiménez Moreno2019-07-221-11/+3
* Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-7/+0
* Media UI basic functionalityFernando Jiménez Moreno2019-07-221-2/+10
* Barebones media UIFernando Jiménez Moreno2019-07-221-3/+17