Commit graph

9 commits

Author SHA1 Message Date
jahielkomu
1976fd0405 Removed trailing white space in componets/script/layout_dom_root.rs 2024-03-31 20:24:22 +03:00
jahielkomu
5c71b925fb Updated fixes to clippy warnings in components/script 2024-03-31 20:14:54 +03:00
komuhangi
f789c02693
Update shadow_root.rs (Ignore change) 2024-03-31 20:03:53 +03:00
komuhangi
12ec560dc1
Update shadow_root.rs
Removed the ``` # Safety ``` section from components/script/layout_dom
2024-03-31 17:09:08 +03:00
jahielkomu
e74a03724f Fixd some clippy warnings in components/script 2024-03-30 23:57:01 +03:00
Oluwatobi Sofela
02a0cdd6fa
clippy: Fix dereferenced warnings (#31770) 2024-03-20 08:07:22 +00:00
Samson
aad2dccc9c
Strict import formatting (grouping and granularity) (#30325)
* strict imports formatting

* Reformat all imports
2023-09-11 19:16:54 +00:00
Oriol Brufau
60e206143c Further changes required by Servo 2023-05-16 13:00:18 +02:00
Martin Robinson
2d31d4301d Eliminate duplicate Layout DOM wrappers
There are duplicate sets of Layout DOM wrappers: one for Layout 2013 and
one for Layout 2020. As part of cleaning up and simplifying the
wrappers, this change parameterizes them on the specific layout data
they contain. This allows them to be shared again. In addition, various
small cleanups are included.

Fixes #29691.
2023-05-05 17:16:38 +02:00