aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_dom
Commit message (Expand)AuthorAgeFilesLines
* layout: Fix CSS `attr()` function case sensitivity matching (#34574)Steven Novaryo2024-12-131-2/+1
* script: Remove 'pending reflow' concept and some explicit reflows (#34558)Martin Robinson2024-12-111-8/+0
* Include non-shadowdom children of shadow hosts in style calculation (#34298)Simon Wülker2024-11-201-6/+27
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-163-0/+23
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-3/+3
* Upgrade stylo to 2024-09-02 (#33370)Oriol Brufau2024-09-131-1/+15
* script: Update list of non-TS pseudo classes supported by Servo (#33165)Martin Robinson2024-08-241-9/+21
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-102-1/+10
* 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
* 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