1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Services
Luke Wilde 42bc83a9d0 LibWebView+WebWorker: Attach an image decoder to worker instances
The createImageBitmap API can programmatically decode arbitrary images
from JS, and it's exposed in Workers, so they need an ImageDecoder
instance.
2025-03-27 17:47:27 +00:00
..
ImageDecoder LibGfx+ImageDecoder: Use RefPtr<Bitmap> instead of optional 2025-03-22 17:49:38 +01:00
RequestServer RequestServer: Remove useless Forward.h 2025-03-26 18:22:50 +00:00
WebContent LibDevTools+LibWebView+WebContent: Report exceptions to DevTools 2025-03-27 14:14:02 +00:00
WebDriver WebDriver: Temporarily disable site isolation 2025-03-12 02:00:54 +00:00
WebWorker LibWebView+WebWorker: Attach an image decoder to worker instances 2025-03-27 17:47:27 +00:00
CMakeLists.txt