sagudev
sagudev
Reading https://github.com/servo/ipc-channel/issues/126 I think not, but I think it should be possible to send same IpcSharedMemory back after inner data was changed.
> The article is outdated Here is one newer example, but it on sketchy Chinese site: https://chowdera.com/2021/04/20210404232806125d.html. > according to webkitgtk dev, they are deprecating web extension Where is stated...
> @sagudev This issue is not really completed, is it? No it's not, github sometimes closes issues linked to PRs.
@eerii did you do any work? I would like to take over if that's okay with you.
I think to make it fully safe we need to forbid any js managed field in inner struct.
This is happening again in WPT imports: https://github.com/servo/servo/actions/runs/10127480976/job/28008249936#step:8:13250
> fallback to sending empty result.message I think we should do this (as they are not needed for ident, right?).
Ah, I think I got it, non async versions just returns pipeline objects (and in parallel runs actual creation in wgpu thread), async versions should just await for the creation...
This is related to https://github.com/servo/servo/issues/10583.
In servo we also hit this with our custom linter.