|
69 | 69 | # rebase manually by commenting `@dependabot rebase`. |
70 | 70 | # [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) |
71 | 71 | +https://github.com/servo/servo/pull/39546 (@simonwuelker, #39546) Move XPath implementation into its own crate (#39546) |
72 | | - crate; xpath implementation with a bring-your-own-dom API |
| 72 | + ;crate; xpath implementation with a bring-your-own-dom API |
73 | 73 | # XPath (and, in the future, XSLT) is only loosely coupled to `script`. As `script` is already very large, I'd like to |
74 | 74 | # move the xpath parser and evaluator into a seperate crate. Doing so allows us to iterate on it more easily, without |
75 | 75 | # having to recompile `script`. Abstracting over the concrete DOM implementation could also allow us to write some more |
|
293 | 293 | # Testing: There are existing WPT testcases for font synthesis (`wpt/css/css-fonts/font-synthesis-*`) |
294 | 294 | # Depends on: https://github.com/servo/stylo/pull/244 |
295 | 295 | +https://github.com/servo/servo/pull/39590 (@atbrakhi, #39590) script: Support `keyCode`, `charCode` in KeyboardEvent constructor (#39590) |
296 | | - dom |
| 296 | + ;dom |
297 | 297 | # Support `keyCode` and `charCode` fields in KeyboardEventInit for Speedometer 3.0 |
298 | 298 | # Speedometer 3.0 fails because Servo's KeyboardEvent constructor ignores keyCode and charCode parameters, hardcoding them |
299 | 299 | # to 0. This breaks frameworks that check `event.keyCode === 13` for Enter key detection. This is how [Speedometer 3.0 |
|
447 | 447 | # to `dispatch_pause_action` |
448 | 448 | # Testing: No behaviour change. |
449 | 449 | +https://github.com/servo/servo/pull/39547 (@TimvdLippe, #39547) Implement `fetchLater` (#39547) |
450 | | - dom; pref-gated |
| 450 | + ;dom; pref-gated |
451 | 451 | # Allows fetches to be deferred, only in a secure context. It does not yet implement quota computation, since we don't |
452 | 452 | # have a concept of document quota yet. |
453 | 453 | # Also update the `fetch/api/idlharness` test to run in a secure context, since this API is only available there. |
@@ -3646,7 +3646,7 @@ https://github.com/servo/servo/pull/40208 (@Gae24, #40208) wpt: avoid checking i |
3646 | 3646 | # resort to checking the existence of the onmessage property, making sure that we actually pass this test. |
3647 | 3647 | # Testing: a new test pass for worker |
3648 | 3648 | +https://github.com/servo/servo/pull/39658 (@kkoyung, #39658) script: Implement Compression API (#39658) |
3649 | | - dom |
| 3649 | + ;dom |
3650 | 3650 | # The patch implements Compression (https://compression.spec.whatwg.org/) with the compression and decompression provided |
3651 | 3651 | # by the `flate2` crate (https://crates.io/crates/flate2). |
3652 | 3652 | # `flate2` supports several different backends, controlled through the crate's features. By default, it uses |
|
0 commit comments