aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns3 days1-1/+1
* 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-291-4/+29
* script: Eliminate `PseudoElementType` (#36146)Martin Robinson2025-03-261-7/+7
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+1
* 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-071-11/+2
* Upgrade Stylo to 2025-02-03 (#35289)Oriol Brufau2025-02-051-5/+12
* Lay out the contents of slot elements (#35220)Simon Wülker2025-02-021-8/+83
* Never compute style for children of shadow hosts (#35198)Simon Wülker2025-01-281-25/+6
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-2/+2
* layout: Fix CSS `attr()` function case sensitivity matching (#34574)Steven Novaryo2024-12-131-2/+1
* 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-161-0/+12
* 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
* 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