aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-25/+29
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-43/+44
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-11/+13
* Further changes required by ServoOriol Brufau2023-08-161-3/+11
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-11/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-3/+11
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-5/+0
* Update uuidMartin Robinson2023-06-261-2/+2
* Further changes required by ServoOriol Brufau2023-06-091-8/+6
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2