aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fonts: Use `FontInstanceFlags::EMBEDDED_BITMAPS` for color fonts on MacOS (#3...Martin Robinson2024-05-0212-38/+471
* Update web-platform-tests to revision b'9b5719f9756aba6e4aa3c855db9cc54648df8...Servo WPT Sync2024-05-02149-3112/+5249
* compositor: Do not handle embedder events during or after shutdown (#32207)Martin Robinson2024-05-021-0/+32
* build(deps): bump x11rb from 0.13.0 to 0.13.1 (#32211)dependabot[bot]2024-05-011-2/+2
* build(deps): bump serde from 1.0.199 to 1.0.200 (#32210)dependabot[bot]2024-05-012-5/+5
* build(deps): bump x11rb-protocol from 0.13.0 to 0.13.1 (#32209)dependabot[bot]2024-05-011-2/+2
* mach: Upgrade boto3 and remove Python < 3.10 dependencies (#32208)Martin Robinson2024-05-011-4/+2
* Update web-platform-tests to revision b'86de4ffa4e439098e05f05de7d8cae1c24ff8...Samson2024-05-01893-6557/+44827
* script: Include layout when collecting memory reports (#32204)Mukilan Thiyagarajan2024-05-014-12/+13
* Remove unused import (#32192)Taym Haddadi2024-04-301-1/+0
* build(deps): bump cc from 1.0.95 to 1.0.96 (#32198)dependabot[bot]2024-04-301-2/+2
* build(deps): bump glib-sys from 0.19.0 to 0.19.5 (#32197)dependabot[bot]2024-04-301-2/+2
* build(deps): bump libc from 0.2.153 to 0.2.154 (#32196)dependabot[bot]2024-04-301-2/+2
* build(deps): bump serde from 1.0.198 to 1.0.199 (#32195)dependabot[bot]2024-04-302-6/+6
* build(deps): bump glib-macros from 0.19.4 to 0.19.5 (#32194)dependabot[bot]2024-04-301-2/+2
* Disable `/fetch/api/crashtests/huge-fetch.any.js` (#32188)Samson2024-04-302-0/+22
* webgpu: Use safe callbacks & try_recv_timeout (#32008)Samson2024-04-302-174/+95
* build(deps): bump gio-sys from 0.19.0 to 0.19.5 (#32187)dependabot[bot]2024-04-301-2/+2
* build(deps): bump socket2 from 0.5.6 to 0.5.7 (#32186)dependabot[bot]2024-04-301-2/+2
* build(deps): bump data-encoding from 2.5.0 to 2.6.0 (#32178)dependabot[bot]2024-04-301-2/+2
* build(deps): bump fastrand from 2.0.2 to 2.1.0 (#32185)dependabot[bot]2024-04-301-2/+2
* build(deps): bump glib from 0.19.4 to 0.19.5 (#32182)dependabot[bot]2024-04-291-3/+3
* fonts: Add support for more @font-face features (#32164)Martin Robinson2024-04-2956-585/+605
* build(deps): bump gobject-sys from 0.19.0 to 0.19.5 (#32183)dependabot[bot]2024-04-291-2/+2
* build(deps): bump gilrs from 0.10.6 to 0.10.7 (#32180)dependabot[bot]2024-04-292-3/+3
* build(deps): bump unicode-width from 0.1.11 to 0.1.12 (#32181)dependabot[bot]2024-04-291-2/+2
* build(deps): bump flate2 from 1.0.29 to 1.0.30 (#32179)dependabot[bot]2024-04-291-2/+2
* layout: Ensure empty list items are at least as tall as outside markers (#32152)Martin Robinson2024-04-2913-30/+93
* url: Only truncate data URLs for `Debug` (#32177)Martin Robinson2024-04-291-7/+19
* bootstrap: Add a `--skip-platform` option (#32176)Martin Robinson2024-04-293-5/+12
* script: implement autofocus IDL reflection (#32170)Nolan Lawson2024-04-2927-24193/+45
* Run platform_bootstrap first (#31840)Samson2024-04-292-5/+7
* Android: load url from Intent, plus fixed some warnings (#32160)Gae242024-04-2912-64/+48
* Fixe some clippy warnings (#32131)komuhangi2024-04-295-36/+32
* Turn white-space into a shorthand (#32146)Oriol Brufau2024-04-2923-454/+141
* Fix flip_rect calculation (#32174)Ngo Iok Ui (Wu Yu Wei)2024-04-291-1/+4
* Update WebView variants of ConstellationMsg (#32163)Ngo Iok Ui (Wu Yu Wei)2024-04-294-63/+21
* layout2020 (flexbox): Implement `start`, `end`, and `space-evenly` content al...Nico Burns2024-04-2826-221/+181
* feat: implement ARIA string reflection on Element (#32080)Nolan Lawson2024-04-277-708/+433
* build(deps): bump parking_lot from 0.12.1 to 0.12.2 (#32159)dependabot[bot]2024-04-261-2/+2
* build(deps): bump flate2 from 1.0.28 to 1.0.29 (#32158)dependabot[bot]2024-04-261-2/+2
* build(deps): bump parking_lot_core from 0.9.9 to 0.9.10 (#32157)dependabot[bot]2024-04-261-4/+13
* build(deps): bump rustls from 0.21.11 to 0.21.12 (#32155)dependabot[bot]2024-04-262-5/+5
* build(deps): bump lock_api from 0.4.11 to 0.4.12 (#32156)dependabot[bot]2024-04-261-2/+2
* Let legacy layout serialize shorthands in getComputedStyle (#32149)Oriol Brufau2024-04-2659-1915/+265
* Cleanup obsolete expectations for /css/css-values/round-function.html (#32151)Oriol Brufau2024-04-262-300/+0
* Implement special table sizing for floats (#32150)Oriol Brufau2024-04-262-6/+18
* Bump Stylo to servo/stylo#34 and upgrade html5ever and xml5ever (#32145)Oriol Brufau2024-04-2617-493/+35
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-2628-9521/+3417
* build(deps): bump winapi-util from 0.1.7 to 0.1.8 (#32144)dependabot[bot]2024-04-251-2/+2