From 7017960643e131b71d46a32da78a7d5d5078ae43 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Mon, 1 Dec 2025 16:57:17 +0800 Subject: [PATCH 1/4] blog: November in Servo (2025) --- _posts/2025-12-12-november-in-servo.md | 44 + commits.txt | 4757 ++++++++++++++++++++++++ 2 files changed, 4801 insertions(+) create mode 100644 _posts/2025-12-12-november-in-servo.md create mode 100644 commits.txt diff --git a/_posts/2025-12-12-november-in-servo.md b/_posts/2025-12-12-november-in-servo.md new file mode 100644 index 000000000..e7c97e0b4 --- /dev/null +++ b/_posts/2025-12-12-november-in-servo.md @@ -0,0 +1,44 @@ +--- +layout: post +tags: blog +title: "November in Servo: ???" +date: 2025-12-12 +summary: ao!! wrrrrao!! +categories: +--- + + + + diff --git a/commits.txt b/commits.txt new file mode 100644 index 000000000..c41a383e0 --- /dev/null +++ b/commits.txt @@ -0,0 +1,4757 @@ +>>> 2025-11-01T06:22:46Z +https://github.com/servo/servo/pull/40326 (@yerke, #40326) devtools: move test for IdMap to a separate mod test (#40326) + # devtools: move test for IdMap to a separate mod test + # Testing: existing unit test still runs with mach test-unit. + # This change will reduce the amount of code that the compiler has to compile when we are not running tests. +https://github.com/servo/servo/pull/40325 (@yerke, #40325) script: add CanGc as argument to VirtualMethods::children_changed (#40325) + # script: add CanGc as argument to VirtualMethods::children_changed + # Testing: These changes do not require tests because they are a refactor. + # Addresses part of https://github.com/servo/servo/issues/34573 +https://github.com/servo/servo/pull/40321 (@averyrudelphe@gmail.com, #40321) Properly provide architecture in useragent string (#40321) + # Uses `std::env::consts::ARCH` to accurately provide the target CPU architecture for the useragent string. + # Testing: Manual. + # Fixes: #12123 +https://github.com/servo/servo/pull/40310 (@averyrudelphe@gmail.com, #40310) script: fix defaults on formMethod getters on and