Narfinger
Narfinger
I incorporated the comments. By the way, I wonder if we can check for this condition already in the overview of the libraries in the admin view. I noticed that...
@mrobinson Can you take a look at this? This kind of reverts your work on Snapshots but I am not sure.
The benefit is that we do not use anymore File descriptors for images. Currently we use one file descriptor per image which can easily blow up on big websites. This...
Ok let me know when you looked through this. Perhaps I missed some process boundary but I don't think so.
There is no observable change by using multiprocess mode. I think the only threads we cross are: - For webrender: (which uses SerializableImageData which uses IpcSharedMemory - For Script: which...
Is there a good testcase for canvas that is known to work? I can try t hat. But I feel like I still don't understand. Canvas gets spawned from a...
I tested every demo in multiprocess mode and it seems to work. Iframe and cookie clicker, however, give me gstreamer errors which I think are unrelated. This was all on...
Sorry, I feel like I am missing something or there is a missunderstanding. In this design: `RasterImage` does not own the bytes anymore. To access the bytes you need to...
After rebasing it to the new main, there is one more copy introduces which wasn't in the original. `components/pixels/lib.rs` for `webrender_image_descriptor_and_data_for_frame` now needs to get the bytes from the store...
@servo-highfive assign me