aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-1424-393/+564
* constellation: allow event tracing to be configured with RUST_LOG (#31659)Delan Azabani2024-03-143-7/+267
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-1417-316/+361
* fix: missing thread name when spawning (#31656)Ngo Iok Ui (Wu Yu Wei)2024-03-143-28/+36
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-145-131/+417
* Allow finishing anonymous inline-table at the end of inline elements (#31650)Oriol Brufau2024-03-141-0/+2
* layout: IFCs should not always be marked as containing floats (#31641)Martin Robinson2024-03-142-2/+4
* End ongoing IFC when inserting anonymous block-level table (#31606)Oriol Brufau2024-03-131-0/+1
* rustdoc: Fix warnings in `components/layout_2020` (#31647)Aarya Khandelwal2024-03-131-2/+2
* rusdoc: Fix `idl` warning in components/script/dom/bindings (#31643)Oluwatobi Sofela2024-03-131-2/+2
* rustdoc: Fix warnings in `components/layout_2020` (#31640)Aarya Khandelwal2024-03-131-3/+3
* rustdoc: Add some basic Safety sections to unsafe functions (#31639)Martin Robinson2024-03-133-0/+22
* Fix vertical alignment at the root of an IFC (#31636)Oriol Brufau2024-03-133-56/+57
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-138-53/+54
* rustdoc: Fix warnings in `components/script/dom` (#31632)Azhar Ismagulova2024-03-132-3/+5
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-137-7/+82
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-1314-98/+87
* layout: make `margin` in `pbm` use app unit (#31621)atbrakhi2024-03-138-114/+119
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-1211-50/+36
* Fix clippy warnings in components/third_party (#31623)Mucha Naibei2024-03-121-2/+0
* rustdoc: Fix StackingContextFragment error (#31625)Oluwatobi Sofela2024-03-121-2/+2
* Gamepad: Align closer to spec and implement missing slots (#31385)Daniel Adams2024-03-125-38/+123
* Fix rustdoc errors in `components/script/dom` (#31617)Mucha Naibei2024-03-114-4/+4
* font_cache: Handle filtering `@font-face` rules in Servo (#31601)Martin Robinson2024-03-114-108/+108
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-1117-69/+59
* layout: Enable rendering of `conical-gradient` and `repeating-conical-gradien...Martin Robinson2024-03-112-28/+134
* Take spaces into account in the max-content size of an IFC (#31613)Oriol Brufau2024-03-111-11/+9
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-1117-150/+129
* clippy: Fix warnings in `components/constellation` (#31610)eri2024-03-117-112/+114
* Use libc::malloc_size on apple (#31602)Samson2024-03-111-4/+4
* fix: unused mem import (#31608)eri2024-03-101-1/+1
* Fix more clippy warnings in `components/shared/net` (#31548)Mucha Naibei2024-03-102-11/+15
* clippy: fix warnings in components/net (#31564)eri2024-03-1022-379/+325
* Use get_desired_proto in htmlconstructor (#31600)Samson2024-03-102-42/+15
* Align table cell measures in the block axis to Gecko/Blink/WebKit (#31596)Oriol Brufau2024-03-091-19/+5
* layout: Do not inherit node and fragment flags in anonymous boxes (#31586)Martin Robinson2024-03-097-38/+73
* compositor: Remove the `is_running_problem_test` setting (#31589)Martin Robinson2024-03-094-64/+11
* fix: resolved warning related to deprecated method chrono::NaiveDateTime::fro...Azhar Ismagulova2024-03-081-2/+5
* Fixed unresolved links by appropriately linking to parent (#31588)Wepngong Maureen2024-03-081-2/+2
* Fix rustdoc warnings in `components/layout 2020/positioned.rs` (#31592)Wepngong Maureen2024-03-081-3/+3
* fix: resolved warnings related to deprecated method chrono::NaiveDateTime::ti...Azhar Ismagulova2024-03-081-4/+4
* Fix rustdoc warnings in `components/layout_2020` (#31587)sandeep2024-03-082-3/+3
* Make image decoding thread pool the size of the system's CPUs (#31585)eri2024-03-081-2/+9
* clippy: fix warnings in components/shared (#31565)eri2024-03-0814-138/+101
* clippy: fix warnings in various modules in components (#31568)eri2024-03-0824-118/+107
* Extract generated finalizers into generic helper functions. (#31569)Josh Matthews2024-03-083-31/+60
* layout: Add documentation about table layout (#31535)Martin Robinson2024-03-082-6/+61
* Fix rustdoc errors in `components/shared` (#31582)Aarya Khandelwal2024-03-083-3/+3
* Obey table cell's box-sizing (#31536)Oriol Brufau2024-03-081-45/+39
* layout: Fix the pseudo for anonymous tables (#31578)Martin Robinson2024-03-081-3/+1