aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-101-1/+5
* Upgrade Stylo to 2024-04-16 (#32128)Oriol Brufau2024-04-251-9/+19
* script: Make layout DOM wrappers not generic on layout data (#31994)Martin Robinson2024-04-041-81/+23
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-29/+5
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-2/+6
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-0/+15
* clippy: Fix `match_like_matches` warnings (#31947)eri2024-03-301-13/+6
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-4/+4
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-2/+2
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-2/+2
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-2/+2
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-0/+14
* layout: Add line height from preserved segment breaks in quirks mode (#31419)Martin Robinson2024-02-261-0/+4
* Further changes required by ServoOriol Brufau2023-11-241-5/+0
* Further changes required by ServoOriol Brufau2023-11-241-5/+0
* Further changes required by ServoOriol Brufau2023-11-241-0/+5
* Further changes required by ServoOriol Brufau2023-11-211-4/+28
* Further changes required by ServoOriol Brufau2023-11-041-1/+5
* Further changes required by ServoOriol Brufau2023-11-041-1/+1
* Further changes required by ServoOriol Brufau2023-11-041-1/+1
* Further changes required by ServoOriol Brufau2023-11-041-1/+1
* Further changes required by ServoOriol Brufau2023-10-021-0/+12
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-16/+15
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Further changes required by ServoOriol Brufau2023-08-161-0/+4
* Further changes required by ServoOriol Brufau2023-08-161-16/+12
* Further changes required by ServoOriol Brufau2023-08-161-5/+1
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-16/+20
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-20/+16
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-0/+2
* Further changes required by ServoOriol Brufau2023-05-271-0/+11
* Simplify our setup for font metric queries from styleOriol Brufau2023-05-111-3/+0
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-0/+908