aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns10 days1-1/+1
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-291-7/+7
* script: Eliminate `PseudoElementType` (#36146)Martin Robinson2025-03-261-28/+30
* script: Remove ThreadSafeLayoutNode::is_ignorable_whitespace (#35959)Martin Robinson2025-03-131-29/+0
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-071-0/+11
* 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-021-0/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-1/+1
* 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-031-3/+3
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-0/+5
* 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-101-0/+5
* 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
* script: Make layout DOM wrappers not generic on layout data (#31994)Martin Robinson2024-04-041-102/+38
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-30/+29
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-14/+10
* Fixed some clippy warnings in components/script (#31950)komuhangi2024-03-311-5/+5
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-5/+3
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-5/+5
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-1/+1
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-2/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+15
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-2/+4
* Remove DangerousThreadSafeLayoutNodeMartin Robinson2023-05-121-36/+33
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-0/+591