You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
690
692
^ commit 474ee1726ce7df3c2314051264ab3c8612c076ad
691
693
# 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.
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
716
719
^ commit 58dcc26ec4c4c7645db72ebe7b0038002b0d347c
717
720
^ /!\ contains changes to WPT expectations! it probably affects the web platform
718
721
# This continues #43878
@@ -736,7 +739,8 @@ https://github.com/servo/servo/pull/44690 (@Loirooriol, #44690) Upgrade Stylo to
736
739
#
737
740
# Testing: It compiles.
738
741
#
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
740
744
^ commit d6d11195c8f31db9c38d3a1d91b756b7d2b7e586
741
745
^ /!\ contains libservo or embedder_traits changes! does it affect our public API?
742
746
^ /!\ contains servoshell changes! does it affect the user experience?
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
2486
2491
^ commit 066fb6a85a10e8aedb1a367589bcab31e815ea22
2487
2492
# 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.
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
2763
2769
^ commit 2f8b04406fab93fb17e5a5e0594a86bddb665f3f
2764
2770
# 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
2765
2771
#
@@ -3160,7 +3166,8 @@ https://github.com/servo/servo/pull/44852 (@Gae24, #44852) net: drop `HttpsState
3160
3166
#
3161
3167
# Testing: It compiles
3162
3168
#
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
3164
3171
^ commit a8d492fb51712e3410a5e67f4db2bf08b2434873
3165
3172
^ /!\ contains changes to WPT expectations! it probably affects the web platform
3166
3173
# Bumps Stylo to https://github.com/servo/stylo/pull/360
# Testing: Refactoring. Existing tests are enough.
5288
5298
# 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
5290
5301
^ commit a62701df330062eaa050190fbdab40b573c91696
5291
5302
# 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.
0 commit comments