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/39506 (@tharkum, #39506) html: Allow legacy referrer policies only for <meta> referrer (#39506)
10
22
dom
@@ -67,17 +79,11 @@
67
79
embedding
68
80
- https://github.com/servo/servo/pull/40223 (@mrobinson, @atbrakhi, #40223) libservo: Expose `WebViewPoint` / `WebViewRect` and use them for the API (#40223)
69
81
embedding
70
-
- DONE https://github.com/servo/servo/pull/40269 (@mrobinson, @atbrakhi, #40269) libservo: Have wheel events trigger scroll in Servo (#40269)
71
-
embedding
72
82
- input
73
83
- https://github.com/servo/servo/pull/39776 (@mrobinson, #39776) webdriver: Send events to the embedder as `InputEvent` with a response channel (#39776)
74
84
input; similar change, but in webdriver, which is an internal part of servoshell
75
85
- https://github.com/servo/servo/pull/39810 (@mrobinson, #39810) libservo: Notify the embedder when an input event can't be sent to a Pipeline (#39810)
76
86
input; more reliable notification of input events in some edge cases
- DONE https://github.com/servo/servo/pull/40108 (@mrobinson, @atbrakhi, #40108) script: Have the renderer process root viewport handle keyboard scrolling (#40108)
80
-
input
81
87
- layout
82
88
- https://github.com/servo/servo/pull/39591 (@mrobinson, @Loirooriol, #39591) layout: Clone static position rectangles when caching in `IndependentFormattingContext` (#39591)
83
89
layout; incremental
@@ -91,8 +97,6 @@
91
97
- https://github.com/servo/servo/pull/40067 (@rayguo17, #40067) fix http cache reconstruct response from cache after validation behaviour (#40067)
92
98
network
93
99
- perf
94
-
- DONE https://github.com/servo/servo/pull/38991 (@mrobinson, @mukilan, #38991) script: Skip running layout when only updating images or canvas (#38991)
95
-
perf
96
100
- https://github.com/servo/servo/pull/39629 (@jdm, #39629) net: Share SVG font database between all image caches in the same process (#39629)
97
101
perf
98
102
- https://github.com/servo/servo/pull/39684 (@mrobinson, @delan, #39684) compositor: Fix a performance regression from #39583 (#39684)
0 commit comments