aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/dom_traversal.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Do not inherit node and fragment flags in anonymous boxes (#31586)Martin Robinson2024-03-091-6/+27
* layout: Add line height from preserved segment breaks in quirks mode (#31419)Martin Robinson2024-02-261-1/+4
* layout: Place absolutes in IFCs at their hypothetical static position (#31418)Martin Robinson2024-02-231-0/+2
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-2/+2
* layout: Convert layout internal display to inline for replaced elements (#31133)Martin Robinson2024-01-231-0/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Anonymous boxes that wrap inlines should not inherit overflow (#30579)Martin Robinson2023-10-191-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+9
* Make the choice of layout runtime settingMartin Robinson2023-07-061-0/+8
* Further changes required by ServoOriol Brufau2023-05-161-2/+2
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-195/+5
* Detect body elements during layoutMartin Robinson2023-05-041-0/+26
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-0/+12
* Don’t parse unspported values of `content`Simon Sapin2020-07-241-2/+0
* Make a bool for `display: list-item` available to flow box constructionSimon Sapin2020-07-231-1/+3
* Bump rust to 1.46.0-nightly (a8cf39911 2020-06-21)Anthony Ramine2020-06-231-1/+1
* Add WebGPU to Layout-2020Kunal Mohan2020-06-141-0/+1
* layout_2020: Tag fragments with their pseudo content typeMartin Robinson2020-06-061-28/+62
* Owned `ServoArc<ComputedValues>` in `TraversalHandler`Simon Sapin2020-06-041-7/+7
* Don't panic while already panicking in BoxSlot::dropAnthony Ramine2020-05-181-2/+4
* Correctly paint the CSS canvas’ backgroundSimon Sapin2020-05-151-3/+14
* Rewrite handling of pointers to boxes in the DOM treeSimon Sapin2020-05-151-65/+30
* Rename a bunch of style/layout data itemsAnthony Ramine2020-04-061-2/+2
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-7/+5
* Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-3/+6
* Make LayoutNodeHelpers::text_content return a cowAnthony Ramine2020-03-311-4/+10
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-261-2/+2
* Switch some uses of `Arc<AtomicRefCell<T>>` over to `ArcRefCell<T>`Patrick Walton2020-03-171-3/+4
* Canvas rendering for layout 2020Fernando Jiménez Moreno2020-03-061-2/+22
* Generate ::before and ::after content from url() for layout2020Fernando Jiménez Moreno2020-02-281-1/+9
* Temporarily allow PseudoElementContentItem unused variantFernando Jiménez Moreno2020-02-251-0/+1
* Generate ::before and ::after content from attr() for layout 2020Fernando Jiménez Moreno2020-02-251-10/+23
* Generate ::before and ::after string content for layout 2020Fernando Jiménez Moreno2020-02-251-11/+35
* Use euclid data types for physical structs in layout_2020Martin Robinson2020-01-231-8/+4
* Fix an issue with `unset_boxes_in_subtree` in layout_2020Martin Robinson2020-01-211-0/+5
* Store an OpaqueNode in boxes and fragmentsAnthony Ramine2019-12-131-3/+5
* Remove the Node type parameter from ContentsAnthony Ramine2019-12-131-25/+29
* Add NodeExt::as_opaqueAnthony Ramine2019-12-131-1/+6
* Don’t assume replaced elements have an intrinsic sizeSimon Sapin2019-12-101-8/+10
* Finish plumbing intrinsic min/max-content through box constructionSimon Sapin2019-12-031-2/+1
* Add box construction for 'inline-block'…Simon Sapin2019-12-031-0/+11
* Pass a LayoutContext through box constructionSimon Sapin2019-12-021-12/+13
* Un-allow and fix warnings in `components/layout_2020`Simon Sapin2019-12-021-2/+1
* Start supporting images in layout 2020Anthony Ramine2019-12-011-5/+28
* Make NodeExt private in layout_2020Anthony Ramine2019-11-261-1/+1
* Rename Arc to ServoArc in layout_2020::dom_traversalAnthony Ramine2019-11-261-10/+10
* Make IndependentFormattingContext a struct that owns stylesSimon Sapin2019-11-261-1/+1
* Fix a ridiculous bug in layout-2020Anthony Ramine2019-10-251-1/+4
* Make some of layout_2020 privateSimon Sapin2019-10-041-5/+5
* Call BoxTreeRoot::construct from layout_thread_2020Anthony Ramine2019-10-041-5/+5