Skip to content

Commit ca5b8bf

Browse files
committed
Triage 11 commits
1 parent c93b6b6 commit ca5b8bf

1 file changed

Lines changed: 22 additions & 11 deletions

File tree

commits.txt

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,8 @@ https://github.com/servo/servo/pull/44702 (@shubhamg13, #44702) script: Implemen
658658
#
659659
# Testing: More WPT Passed
660660
#
661-
https://github.com/servo/servo/pull/44707 (@Narfinger, #44707) script: Fix unit test panic for domstring test for release profile (#44707)
661+
-https://github.com/servo/servo/pull/44707 (@Narfinger, #44707) script: Fix unit test panic for domstring test for release profile (#44707)
662+
;test; test only
662663
^ commit 548260c084b1c5a94cd74922629171b2cfd00c75
663664
# A unit test in domstring was relying on debug_asserts to panic. This broke with a recent change to unit tests in release mode.
664665
#
@@ -686,7 +687,8 @@ https://github.com/servo/servo/pull/44705 (@shubhamg13, #44705) Enable feature `
686687
#
687688
# Testing: Tested Locally
688689
# Fixes: #44711
689-
https://github.com/servo/servo/pull/44598 (@Narfinger, #44598) script: Move DomRefCell, assert_in_* into script_bindings (#44598)
690+
+https://github.com/servo/servo/pull/44598 (@Narfinger, #44598) script: Move DomRefCell, assert_in_* into script_bindings (#44598)
691+
script; move more code out of script crate
690692
^ commit 474ee1726ce7df3c2314051264ab3c8612c076ad
691693
# As part of splitting up the Script crate this moves DomRefCell (and related) into script_bindings. Also it moves assert_in_script and assert_in_layout, similarly.
692694
# As the diff is quite large, the major files are
@@ -712,7 +714,8 @@ https://github.com/servo/servo/pull/44713 (@jschwe, #44713) ohos ci: Set PYTHONU
712714
# Fixes: #43235
713715
# Fixes: #43255
714716
#
715-
https://github.com/servo/servo/pull/44690 (@Loirooriol, #44690) Upgrade Stylo to 2026-05-01 (#44690)
717+
+https://github.com/servo/servo/pull/44690 (@Loirooriol, #44690) Upgrade Stylo to 2026-05-01 (#44690)
718+
security perf style; attr() can no longer be used in url(). faster cascade if only non-inherited properties change (not for standard properties yet). more conformant <color> values
716719
^ commit 58dcc26ec4c4c7645db72ebe7b0038002b0d347c
717720
^ /!\ contains changes to WPT expectations! it probably affects the web platform
718721
# This continues #43878
@@ -736,7 +739,8 @@ https://github.com/servo/servo/pull/44690 (@Loirooriol, #44690) Upgrade Stylo to
736739
#
737740
# Testing: It compiles.
738741
#
739-
https://github.com/servo/servo/pull/44718 (@Narfinger, #44718) script: Remove accountable_refcell and refcell_backtrace feature (#44718)
742+
+https://github.com/servo/servo/pull/44718 (@Narfinger, #44718) script: Remove accountable_refcell and refcell_backtrace feature (#44718)
743+
cleanup; script cleanup
740744
^ commit d6d11195c8f31db9c38d3a1d91b756b7d2b7e586
741745
^ /!\ contains libservo or embedder_traits changes! does it affect our public API?
742746
^ /!\ contains servoshell changes! does it affect the user experience?
@@ -2482,7 +2486,8 @@ https://github.com/servo/servo/pull/44787 (@gterzian, #44787) script: Remove cli
24822486
# Testing: WPT
24832487
# Fixes: None
24842488
#
2485-
https://github.com/servo/servo/pull/44797 (@Onyeka.Obi@gmail.com, #44797) script: Use let/else in `GlobalScope::broadcast_message_event`. (#44797)
2489+
+https://github.com/servo/servo/pull/44797 (@Onyeka.Obi@gmail.com, #44797) script: Use let/else in `GlobalScope::broadcast_message_event`. (#44797)
2490+
cleanup; script cleanup
24862491
^ commit 066fb6a85a10e8aedb1a367589bcab31e815ea22
24872492
# Replace the outer `if let BroadcastChannelState::Managed(_, channels)` guard with `let ... else { return; };`, un-indenting the rest of the method. Matches the existing pattern at `note_cross_realm_transform_readable` in the same file.
24882493
#
@@ -2759,7 +2764,8 @@ https://github.com/servo/servo/pull/44827 (@sagudev, #44827) webgpu: fixup GPUBu
27592764
#
27602765
# Testing: Tests now pass
27612766
#
2762-
https://github.com/servo/servo/pull/44829 (@SharanRP, #44829) Remove stale temp_cx in consume_body (#44829)
2767+
+https://github.com/servo/servo/pull/44829 (@SharanRP, #44829) Remove stale temp_cx in consume_body (#44829)
2768+
cleanup; script cleanup
27632769
^ commit 2f8b04406fab93fb17e5a5e0594a86bddb665f3f
27642770
# Removed the `stale temp_cx()` call inside consume_body, the cx obtained from `realm.current_realm()` is already available and properly used throughout the function, the temporary cx was unnecessarily shadowing the original context
27652771
#
@@ -3160,7 +3166,8 @@ https://github.com/servo/servo/pull/44852 (@Gae24, #44852) net: drop `HttpsState
31603166
#
31613167
# Testing: It compiles
31623168
#
3163-
https://github.com/servo/servo/pull/44856 (@Loirooriol, #44856) stylo: Resolve `<color>` values in getComputedStyle for registered custom properties (#44856)
3169+
+https://github.com/servo/servo/pull/44856 (@Loirooriol, #44856) stylo: Resolve `<color>` values in getComputedStyle for registered custom properties (#44856)
3170+
style; more conformant getComputedStyle() with registered custom properties
31643171
^ commit a8d492fb51712e3410a5e67f4db2bf08b2434873
31653172
^ /!\ contains changes to WPT expectations! it probably affects the web platform
31663173
# Bumps Stylo to https://github.com/servo/stylo/pull/360
@@ -4312,7 +4319,8 @@ https://github.com/servo/servo/pull/44921 (@yezhizhen, #44921) script: Interpret
43124319
# Testing: New passing in existing. Added a new test for `FileReaderSync` too.
43134320
#
43144321
# Part of #10778
4315-
https://github.com/servo/servo/pull/44922 (@Gae24, #44922) servoshell: Fix warnings and remove unused portions of the Gradle configuration (#44922)
4322+
+https://github.com/servo/servo/pull/44922 (@Gae24, #44922) servoshell: Fix warnings and remove unused portions of the Gradle configuration (#44922)
4323+
cleanup; servoshell cleanup
43164324
^ commit 553e959047ed838bea43245d589dd6e26f00a97b
43174325
# Removed stale blurdroid and libsimpleservo references from `servoview/build.gradle.kts` and fixed a couple warnings.
43184326
#
@@ -4373,7 +4381,8 @@ https://github.com/servo/servo/pull/44926 (@simonwuelker, #44926) script: Don't
43734381
# The only caller of `BroadcastChannel::new` is the in-file `Constructor`, so no propagation beyond this file is required.
43744382
#
43754383
# Testing: it compiles
4376-
https://github.com/servo/servo/pull/44934 (@simonwuelker, #44934) mach: Remove references to nonexistent `busted` subcommand (#44934)
4384+
-https://github.com/servo/servo/pull/44934 (@simonwuelker, #44934) mach: Remove references to nonexistent `busted` subcommand (#44934)
4385+
;dev; tooling papercut
43774386
^ commit 5fa853017458deaf93b93e91b01d3251ad1756cf
43784387
# Closes https://github.com/servo/servo/issues/33560
43794388
>>> 2026-05-16T00:12:12Z
@@ -4486,7 +4495,8 @@ https://github.com/servo/servo/pull/44945 (@mrobinson, #44945) layout: Stop clon
44864495
# Testing: There are currently no automated performance tests sadly, but this
44874496
# change shouldn't change observable behavior.
44884497
#
4489-
https://github.com/servo/servo/pull/44932 (@Gae24, #44932) servoshell: further cleanup android project (#44932)
4498+
+https://github.com/servo/servo/pull/44932 (@Gae24, #44932) servoshell: further cleanup android project (#44932)
4499+
cleanup; servoshell cleanup
44904500
^ commit 56dc76cdb2125206d98ddf0da89f31b4cab8149d
44914501
# Follow up of #44922.
44924502
#
@@ -5286,7 +5296,8 @@ https://github.com/servo/servo/pull/45051 (@freyacodes, #45051) shell.nix: Updat
52865296
#
52875297
# Testing: Refactoring. Existing tests are enough.
52885298
# Fixes: Follow-up of https://github.com/servo/servo/pull/44983#discussion_r3257878902
5289-
https://github.com/servo/servo/pull/45052 (@Gae24, #45052) script: Inline some event dispatching methods (#45052)
5299+
+https://github.com/servo/servo/pull/45052 (@Gae24, #45052) script: Inline some event dispatching methods (#45052)
5300+
cleanup; script cleanup
52905301
^ commit a62701df330062eaa050190fbdab40b573c91696
52915302
# Noticed this a while ago, event dispatching code would go back and forth between `Event` and `EventTarget`, thus some of the methods are now inlined.
52925303
#

0 commit comments

Comments
 (0)