aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* layout: Fix CSS `attr()` function case sensitivity matching (#34574)Steven Novaryo2024-12-137-10/+26
* Use inline-start/inline-end instead of left/right terminology for floats (#34...Oriol Brufau2024-12-132-67/+70
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-13207-101/+570
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-139-191/+179
* tidy: Use more `cargo-deny` features (#34447)Martin Robinson2024-12-136-272/+154
* Fix devtools timeout with Firefox 133 (#34602)Jay Oster2024-12-121-1/+20
* Distinguish cached `inline_content_sizes()` from uncached ones (#34595)Oriol Brufau2024-12-129-125/+152
* Fix block size of containing block established by table rows (#34596)Oriol Brufau2024-12-121-1/+1
* layout: Fix ordering of padding, border, and margin in inline BiDi (#34572)Dmitrii Desiatkin2024-12-1211-52/+29
* Share more code for non-replaced float-avoiding blocks (#34585)Oriol Brufau2024-12-122-86/+46
* build(deps): bump rustix from 0.38.41 to 0.38.42 (#34544)dependabot[bot]2024-12-121-3/+3
* Upgrade Rust to 1.82.0 (#34592)Jonathan Schwender2024-12-1210-5/+23
* Remove taffy-specific layout caching (#34589)Nico Burns2024-12-124-14/+4
* Run bencher in try-full (#34556)Samson2024-12-121-11/+16
* script: Remove `note_rendering_opportunity` and `rendering_opportunity` (#34575)Martin Robinson2024-12-126-66/+63
* build: upgrade rustc to 1.81.0 (#34270)Mukilan Thiyagarajan2024-12-1215-26/+16
* Add embedder event for preferred color scheme and respond to it in the Layout...arthmis2024-12-1213-43/+144
* android: Fix flinging downwards (#34584)Jonathan Schwender2024-12-121-2/+12
* Deduplicate taffy layout pbm computation (#34587)Nico Burns2024-12-121-42/+24
* Make sure to cache `inline_content_sizes()` (#34586)Oriol Brufau2024-12-124-11/+16
* Allow running testharness/testdriver/reftests in servodriver (#34550)Josh Matthews2024-12-119-410/+339
* script: Do not do explicit reflows when handing rAFs (#34576)Martin Robinson2024-12-112-29/+26
* build(deps): bump serde from 1.0.215 to 1.0.216 (#34583)dependabot[bot]2024-12-112-5/+5
* layout: Clean up inline layout data types a bit (#34563)Martin Robinson2024-12-116-35/+35
* layout: Make a new `ContainingBlockSize` type (#34565)Martin Robinson2024-12-1113-158/+192
* tidy: Update pattern for checking for missing specification links. (#34552)Josh Matthews2024-12-113-2/+3
* Update response handling in main_fetch (#34570)shanehandley2024-12-115-30/+11
* script: Remove 'pending reflow' concept and some explicit reflows (#34558)Martin Robinson2024-12-1110-122/+43
* Iterate PR commits in reverse (oldest->newest) when preparing WPT export. (#3...Josh Matthews2024-12-111-1/+3
* ci: disable caches on Android CI for testing (#34577)Mukilan Thiyagarajan2024-12-111-5/+7
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-1140-380/+439
* Don't transfer indefinite `height: stretch` to inline axis (#34557)Oriol Brufau2024-12-103-15/+26
* script: Do not prioritize *update-the-rendering* in `ScriptThread` message lo...Martin Robinson2024-12-102-103/+75
* script: Add stub interface for AbortController. (#34519)Josh Matthews2024-12-105-0/+72
* Revert "mach: switch to `uv` for managing python venv (#34504)" (#34548)Mukilan Thiyagarajan2024-12-1022-100/+80
* build(deps): bump png from 0.17.14 to 0.17.15 (#34546)dependabot[bot]2024-12-091-2/+2
* build(deps): bump chrono from 0.4.38 to 0.4.39 (#34545)dependabot[bot]2024-12-091-2/+2
* build(deps): bump cc from 1.2.2 to 1.2.3 (#34543)dependabot[bot]2024-12-091-2/+2
* build(deps): bump libc from 0.2.167 to 0.2.168 (#34542)dependabot[bot]2024-12-091-2/+2
* build(deps): bump fastrand from 2.2.0 to 2.3.0 (#34541)dependabot[bot]2024-12-091-2/+2
* build(deps): bump taffy from 0.6.2 to 0.6.3 (#34540)dependabot[bot]2024-12-092-4/+4
* tracing: Trace Constellation blocked duration (#34536)Jonathan Schwender2024-12-091-31/+36
* retire deprecated MouseEvent::InitMouseEvent (#34538)Jay Wang2024-12-092-20/+31
* mach: switch to `uv` for managing python venv (#34504)Mukilan Thiyagarajan2024-12-0922-80/+100
* script: Update the rendering when receiving IPC messages instead of just refl...Martin Robinson2024-12-097-200/+321
* Reword assert message (#34506)atbrakhi2024-12-092-4/+2
* layout: Have `SameFormattingContextBlock` be a `LayoutBoxBase` (#34530)Martin Robinson2024-12-092-33/+28
* traverse Shadow DOM boundaries when determining element lang (#34529)Ville Lindholm2024-12-082-10/+1
* Add ReferrerPolicy IDL attribute to iframes (#34526)shanehandley2024-12-0810-206/+29
* Update web-platform-tests to revision b'7b6f075f0ec3c52d92c61fb9f35ce0ec927b1...Servo WPT Sync2024-12-08146-584/+4113