Cory Virok
Cory Virok
### Describe the bug Creating a Combobox that does not have a search input field causes up/down arrow keyboard navigation to not work. Following the example here https://www.shadcn-svelte.com/docs/components/combobox Remove the...
I had a few struggles setting up VSCode's debugger with Ladybird so I thought I'd provide a how-to for folks who want to try it out.
Prior to this change, running ./Meta/ladybird.sh rebuild would not remove the user-variables.cmake file that was generated by the build script. This caused errors when testing out the .devcontainer on my...
The only real change here is to use the absolute magnitude of the width/height when creating the ImageData. This fixes the crash on this WPT test: https://wpt.fyi/results/html/canvas/element/pixel-manipulation/2d.imageData.create2.double.html?label=master&product=ladybird
Similar to https://github.com/LadybirdBrowser/ladybird/pull/1774 Fixes the crash in the WPT test: https://wpt.fyi/results/html/canvas/element/pixel-manipulation/2d.imageData.get.double.html?label=master&product=ladybird
This allows us to simulate HTTP responses from Browser JS tests. Instead of using hacks like data URLs to "load" external data, we can now generate an actual HTTP response...