aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_dom
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Turn white-space into a shorthand (#32146)Oriol Brufau2024-04-291-4/+4
* 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-044-241/+79
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-042-59/+34
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-033-18/+18
* Fixed some clippy warnings in components/script (#31950)komuhangi2024-03-311-5/+5
* 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
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-5/+3
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-2/+2
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-222-7/+7
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-0/+14
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-1/+1
* layout: Add line height from preserved segment breaks in quirks mode (#31419)Martin Robinson2024-02-261-0/+4
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-2/+11
* 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-114-43/+43
* remove `extern crate` (#30311)Samson2023-09-082-1/+2
* 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
* Further changes required by ServoOriol Brufau2023-05-162-10/+6
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-2/+4
* Remove DangerousThreadSafeLayoutNodeMartin Robinson2023-05-121-36/+33
* Simplify our setup for font metric queries from styleOriol Brufau2023-05-111-3/+0
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-055-0/+1729