|
1329 | 1329 | # made to the `ExportKey` method. |
1330 | 1330 | # Testing: Refactoring. Existing WPT tests suffice. Fixes: Part of #39368 |
1331 | 1331 | +https://github.com/servo/servo/pull/39771 (@mrobinson, #39771) servoshell: Reimplement "onClick" action on Android (#39771) |
1332 | | - crash; fixed crash when clicking on web content on android |
| 1332 | + ;crash; fixed crash when clicking on web content on android |
1333 | 1333 | # The Android interface needs some way to communciate click events to Servo, so the JNI layer needs to expose a click |
1334 | 1334 | # event. Even though there is no longer a "click" action in the API, we can implement this behavior via a mouse button |
1335 | 1335 | # down and then mouse button up event, which should be a more complete implementation in the DOM. |
@@ -2857,7 +2857,7 @@ https://github.com/servo/servo/pull/40037 (@Loirooriol, #40037) layout: Simplify |
2857 | 2857 | # **After fix** |
2858 | 2858 | # Testing: Manually tested on MacOS and confirmed the overlapping text issue no longer occurs |
2859 | 2859 | +https://github.com/servo/servo/pull/40071 (@jschwe, #40071) Linux: Detect JIT support (#40071) |
2860 | | - ohos |
| 2860 | + ;ohos |
2861 | 2861 | # On some systems (specifically ohos / HarmonyOS) JIT may be forbidden, which would cause spidermonkey to crash. To avoid |
2862 | 2862 | # this, we test if JIT would work on startup, by remapping a page to be executable and disabling JIT if it not allowed. |
2863 | 2863 | # The runtime check is currently only implemented for linux, but similar checks could easily be added for other platforms |
@@ -3163,7 +3163,7 @@ https://github.com/servo/servo/pull/40037 (@Loirooriol, #40037) layout: Simplify |
3163 | 3163 | # Testing: These changes do not require tests because they are a refactor. Addresses part of |
3164 | 3164 | # https://github.com/servo/servo/issues/34573. |
3165 | 3165 | +https://github.com/servo/servo/pull/40130 (@jschwe, @sagudev, #40130) ohos: Fix JIT detection (#40130) |
3166 | | - ohos |
| 3166 | + ;ohos |
3167 | 3167 | # On recent versions of HarmonyOS the previous JIT detection does not appear to work anymore, since the second `mmap` |
3168 | 3168 | # succeeds. This moves the failure in spidermonkey to a later point, when SM remaps memory to be writable. On recent |
3169 | 3169 | # versions of HOS I observed that the `PROT_WRITE` permission was silently ignored by mprotect, which lead to a crash |
|
0 commit comments