aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* add CanGc as argument to methods in HTMLInputElement, HTMLLinkElement (#36504)Yerkebulan Tulibergenov11 days1-1/+1
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-33/+33
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* script: Remove code dealing with `CompositorUntrustedNode` (#36343)Martin Robinson2025-04-041-32/+1
* dom: Firing "click" event as synthetic pointer event (#36274)Andrei Volykhin2025-04-021-29/+46
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-1/+1
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-49/+72
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-231-6/+29
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-2/+4
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-191-2/+5
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-181-0/+4
* Implement declarative shadow dom (#34964)batu_hoang2025-03-171-0/+1
* Check whether an element is custom in the spec-compliant way (#35960)Xiaocheng Hu2025-03-131-2/+3
* Hide servo internal shadow roots from the inspector by default (#35958)Simon Wülker2025-03-131-3/+7
* Don't run disconnected callback on already disconnected custom elements (#35883)Xiaocheng Hu2025-03-131-19/+38
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-10/+14
* Set `is` value when constructing custom elements with the `new` operator (#35...Simon Wülker2025-03-121-4/+8
* Keep a list of slot descendants on each shadow root (#35802)Simon Wülker2025-03-101-1/+5
* Show correctly computed element display type in devtools (#35870)Stephen Muss2025-03-101-0/+8
* Let layout invalidations happen in the flat tree (#35769)Simon Wülker2025-03-061-0/+37
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-9/+10
* Don't recurse in Node::GetRootNode (#35725)Simon Wülker2025-03-011-9/+6
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-3/+2
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+4
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-12/+10
* dom: Move child_list to rare data (#35592)webbeef2025-02-221-7/+7
* dom: move node ranges to raredata (#35554)webbeef2025-02-211-16/+18
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-2/+2
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-0/+30
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-071-13/+54
* Inform the devtools about shadow roots on a node (#35294)Simon Wülker2025-02-051-2/+27
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* script: delay Mutation initialization (#35291)Euclid Ye2025-02-051-11/+11
* Make traverse_preorder follow children of shadow hosts (#35276)Simon Wülker2025-02-041-2/+8
* Move more foundational types to script_bindings (#35280)Josh Matthews2025-02-041-7/+11
* Lay out the contents of slot elements (#35220)Simon Wülker2025-02-021-6/+2
* Don't fire slotchange events when there's already a pending event for the sam...Simon Wülker2025-01-301-2/+2
* Potentially signal a slot change in Node::insert (#35221)Simon Wülker2025-01-301-1/+28
* Fire slot change events when the slot content changes (#35137)Simon Wülker2025-01-271-0/+42
* Set descendant's attribute's owner document in Node::adopt (#35076)Simon Wülker2025-01-191-6/+22
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-1/+30
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-4/+4
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-134/+154
* Consider shadow dom when dispatching events (#34788)Simon Wülker2025-01-071-21/+1
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-0/+9
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-071-23/+55
* Fix IS_IN_SHADOW_TREE flag for descendants after Node::remove call (#34803)Simon Wülker2025-01-031-11/+29
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-30/+46
* Use spec-aligned process for resolving history handling during navigation (#3...shanehandley2024-12-271-0/+1