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..06ab41981 --- /dev/null +++ b/commits.txt @@ -0,0 +1,4818 @@ +>>> 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 (@lumiscosity, #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 (@lumiscosity, #40310) script: fix defaults on formMethod getters on and