aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_dom
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* fix: root element not establishing stacking context (#35390) (#36174)Michael Rees2025-04-031-0/+4
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-292-11/+36
* script: Eliminate `PseudoElementType` (#36146)Martin Robinson2025-03-262-35/+37
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+1
* script: Remove ThreadSafeLayoutNode::is_ignorable_whitespace (#35959)Martin Robinson2025-03-131-29/+0
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-2/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-5/+5
* Support the `<meter>` element (#35524)Simon Wülker2025-02-211-0/+3
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-072-11/+13
* Upgrade Stylo to 2025-02-03 (#35289)Oriol Brufau2025-02-051-5/+12
* Move more foundational types to script_bindings (#35280)Josh Matthews2025-02-041-2/+2
* Lay out the contents of slot elements (#35220)Simon Wülker2025-02-022-8/+84
* Never compute style for children of shadow hosts (#35198)Simon Wülker2025-01-281-25/+6
* script: Limit public exports. (#34915)Josh Matthews2025-01-102-2/+2
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-071-1/+1
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-033-6/+6
* 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