aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-5/+5
* Fix rustdoc problems (#33458)Oriol Brufau2024-09-141-2/+2
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-1/+1
* Upgrade stylo to 2024-09-02 (#33370)Oriol Brufau2024-09-131-10/+19
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-2/+7
* script: fix `querySelector` returning the root (#33174)Nolan Lawson2024-08-251-2/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+2
* fix(clippy): Clippy suggestions in components/script/dom/* (#33072)Jose Monagas2024-08-151-0/+5
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+1
* DevTools: Inline text and clean whitespace (#32884)eri2024-07-301-0/+1
* DevTools: Show HTML tree (#32655)eri2024-07-261-15/+3
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-11/+11
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-171-0/+3
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-3/+3
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-7/+0
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-2/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-1/+1
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-8/+4
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#32113)Oluwatobi Sofela2024-04-191-59/+59
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-8/+6
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-11/+2
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-55/+66
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-4/+18
* clippy: Fix filter_next warnings (#31965)Oluwatobi Sofela2024-04-011-8/+4
* clippy: Fix `from_over_into` warnings (#31946)eri2024-03-301-6/+6
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-7/+6
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-2/+2
* clippy: Fix another batch of clippy warnings in `components/scripts` (#31912)Rosemary Ajayi2024-03-281-9/+9
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-1/+1
* clippy:Fix clippy problems in components/scripts/binding (#31893)Rosemary Ajayi2024-03-271-2/+0
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-261-26/+23
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-3/+3
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-12/+12
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-26/+13
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-6/+6
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-9/+9
* clippy: Fix clippy Problems in components/scripts (#31759)Rosemary Ajayi2024-03-191-13/+13
* clippy: Fix dereferenced warning (#31758)Oluwatobi Sofela2024-03-191-1/+1
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-3/+3
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-1/+4
* Check for XML and XMLS namespace during 'locating a namespace' (#31374)Keith Yeung2024-02-201-1/+1
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-3/+9
* 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
* Further changes required by ServoOriol Brufau2023-11-041-5/+4
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1