aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-061-0/+1
* Use std::cell::OnceCell and remove mitochondria dependency (#30207)Martin Robinson2023-08-251-1/+0
* Add initial support for css-text-3 whitespace handling (#29828)Atbrakhi2023-07-201-0/+1
* Remove rayon_croissant and clean up `contains_floats` (#29960)Martin Robinson2023-07-191-1/+0
* Make the choice of layout runtime settingMartin Robinson2023-07-061-2/+2
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-18/+18
* Detect body elements during layoutMartin Robinson2023-05-041-0/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Remove env_logger duplicate.Josh Matthews2022-04-011-1/+1
* Update html5ever/xml5ever.Josh Matthews2022-04-011-1/+1
* Update parking_lot.Josh Matthews2022-04-011-1/+1
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* Revert "Revert "Update harfbuzz, freetype, unicode-script.""Josh Matthews2020-08-101-1/+1
* Revert "Update harfbuzz, freetype, unicode-script."Josh Matthews2020-08-041-1/+1
* Update harfbuzz, freetype, unicode-script.Josh Matthews2020-07-311-1/+1
* Add an implementation of the core float and clear placement logic in layoutPatrick Walton2020-07-201-0/+4
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0...Josh Matthews2020-05-261-1/+1
* layout_2020: Add support for transitions and animationsMartin Robinson2020-05-191-0/+1
* More Cargo.toml cleanupsAlex Touchet2020-05-141-15/+15
* Update atomic_refcellAnthony Ramine2020-03-171-1/+1
* layout_2020: Paint hoisted positioned fragments in tree orderMartin Robinson2020-03-111-0/+1
* Canvas rendering for layout 2020Fernando Jiménez Moreno2020-03-061-0/+1
* Generate ::before and ::after content from attr() for layout 2020Fernando Jiménez Moreno2020-02-251-0/+1
* Add layout debugger support to layout_2020Fernando Jiménez Moreno2020-02-211-0/+1
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Use mitochondriaSimon Sapin2020-01-141-1/+1
* Use OnceCell instead of OptionSimon Sapin2020-01-131-0/+1
* Copy image-fetching code from Layout 2013Simon Sapin2020-01-131-0/+3
* Handle cursor and hit testing in 2020Anthony Ramine2019-12-131-0/+1
* Upgrade rayon_croissant to 0.2.0Simon Sapin2019-12-121-1/+1
* Start supporting images in layout 2020Anthony Ramine2019-12-011-0/+1
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-1/+1
* Start implementing text in layout 2020Anthony Ramine2019-11-251-0/+4
* 2020: paint background-colorSimon Sapin2019-10-241-0/+1
* Remove unused dependenciesShotaro Yamada2019-10-011-7/+0
* Import victor's layout system 🍷Anthony Ramine2019-09-111-0/+5
* Kill fragmentsAnthony Ramine2019-09-111-1/+0
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Fix compilation errors due to the rebaseAnthony Ramine2019-08-011-1/+1
* Remove most of the things in layout 2020Anthony Ramine2019-07-311-25/+0
* Make layout_2020 be layout_2013Anthony Ramine2019-07-311-0/+44
* Add `./mach build --with-layout-2020`Simon Sapin2019-07-041-0/+15