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
Copy file name to clipboardExpand all lines: _posts/2025-12-12-november-in-servo.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,15 @@ summary: ao!! wrrrrao!!
7
7
categories:
8
8
---
9
9
10
-
Landing in [**Servo 0.0.3**](https://github.com/servo/servo/releases/tag/v0.0.3) and our November nightly builds, we now have **context menus** for links, images, and other web content (@atbrakhi, @mrobinson, #40434, #40501), plus several web platform features:
10
+
Landing in [**Servo 0.0.3**](https://github.com/servo/servo/releases/tag/v0.0.3) and our November nightly builds, we now have **context menus** for links, images, and other web content (@atbrakhi, @mrobinson, #40434, #40501), **vsync on Android** (@mrobinson, #40306), plus several web platform features:
-**‘brotli’** in **CompressionStream** and **DecompressionStream** (@Taym95, #40842)
16
16
-**‘display-p3-linear’** in CSS **color()** and **color-mix()** (@Loirooriol, #40525)
17
17
-**calc()** now works in **grid layout** (@nicoburns, #34846)
18
+
-**ResizeObserver** is now enabled by default (@jdm, #40378)
18
19
19
20
**Font variations** are now applied in **‘font-weight’** and **‘font-stretch’** (@simonwuelker, #40867), fixing a rendering issue in the [Web Engines Hackfest website](https://webengineshackfest.org).
20
21
@@ -40,7 +41,7 @@ We now have full support for **SHA3-256**, **SHA3-384**, **SHA3-512** (@kkoyung,
40
41
## Embedding API
41
42
42
43
**Each webview** can now now have its **own rendering context** (@mrobinson, @mukilan, #40794, #40738, #40721, #40594, #40923).
43
-
This effectively enables full support for **multiple windows**, and you’ll see servoshell make use of that this month.
44
+
This effectively enables full support for **multiple windows**, and we’ve started incorporating that into servoshell (@mrobinson, @mukilan, #40883).
44
45
45
46
Our previously unused **context menu API** has been replaced with a new, more effective API that includes actions for links, images, and other web content (@mrobinson, @atbrakhi, #40402, #40501, #40607).
46
47
For more details, see the docs for **[ContextMenu](https://doc.servo.org/servo/struct.ContextMenu.html)**, [EmbedderControl::<wbr>ContextMenu](https://doc.servo.org/servo/enum.EmbedderControl.html#variant.ContextMenu), and [WebViewDelegate::<wbr>show_<wbr>embedder_<wbr>control()](https://doc.servo.org/servo/trait.WebViewDelegate.html#method.show_embedder_control).
- https://github.com/servo/servo/pull/40768 (@simonwuelker, #40768) script: Add messages to exceptions thrown in Element::attachShadow (#40768)
59
59
dom; exception messages
@@ -114,15 +114,15 @@
114
114
- servoshell
115
115
- DONE https://github.com/servo/servo/pull/40402 (@mrobinson, @atbrakhi, #40402) libservo: Integrate context menu into the show_embedder_control API (#40402)
116
116
api servoshell; rework context menu api, embedders can now know the position and know what each item does (`show_context_menu(webview, result_sender, title, items)` → `ContextMenu.{id,position,items,select,dismiss}()`)
117
-
- https://github.com/servo/servo/pull/40306 (@mrobinson, #40306) servoshell: Add a `VsyncRefreshDriver` for Android (#40306)
117
+
- DONE https://github.com/servo/servo/pull/40306 (@mrobinson, #40306) servoshell: Add a `VsyncRefreshDriver` for Android (#40306)
118
118
servoshell; use system compositor for vsync
119
119
- DONE https://github.com/servo/servo/pull/40434 (@atbrakhi, @mrobinson, #40434) servoshell: Implement context menu in servoshell (#40434)
120
120
servoshell; initial context menu (back, forward, reload)
- https://github.com/servo/servo/pull/40883 (@mrobinson, @mukilan, #40883) servoshell: Add architectural support for opening multiple windows (#40883)
125
+
- DONE https://github.com/servo/servo/pull/40883 (@mrobinson, @mukilan, #40883) servoshell: Add architectural support for opening multiple windows (#40883)
126
126
servoshell; towards multiple windows
127
127
- testing
128
128
- https://github.com/servo/servo/pull/40291 (@mrobinson, #40291) wpt: Enable WebDriver by default when running WPT (#40291)
0 commit comments