ayeteadoe

Results 24 issues of ayeteadoe

I found a spot not using `NO_UNIQUE_ADDRESS` when trying to build some AK unit tests on Windows. This macro [properly uses the required [[msvc::no_unique_address]]](https://github.com/LadybirdBrowser/ladybird/blob/master/AK/Platform.h#L249-L250). Also note that [Clang version 18+...

This solves two issues: 1. I found a spot not using NO_UNIQUE_ADDRESS when trying to build some AK unit tests on Windows. This macro [properly uses the required [[msvc::no_unique_address]]](https://github.com/LadybirdBrowser/ladybird/blob/master/AK/Platform.h#L249-L250). 2....

When I was working on adding Windows support for CrashTest (which I did get working, as Windows **__does__** have native support for fork-like process cloning, see https://github.com/huntandhackett/process-cloning), there was discussion...

NOTE: This work depends on https://github.com/LadybirdBrowser/ladybird/pull/4698 being merged into upstream first, but I'm putting it up as a draft for now to get feedback on this approach of gradually getting...

conflicts

In a `ui-windows` discussion it was recommended to cleanup `LibTest` along with my work in https://github.com/LadybirdBrowser/ladybird/pull/4698; however, I found enough other cleanup opportunities that I felt it was better to...

WIP draft of the python script that can eventually replace `ladybird.sh`. There is Windows support, although there won't be a preset that will actually build successfully until https://github.com/LadybirdBrowser/ladybird/pull/4707 is sorted...

### Specification See **ImageData** section at https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#dom-createimagebitmap ### Demo #### Happy Path ![imagedata-to-imagebitmap](https://github.com/user-attachments/assets/1a07c35b-3f6d-49f2-ad7c-4145a66751cb) #### Sad Path ![imagedata-to-imagebitmap-detached](https://github.com/user-attachments/assets/1a128042-9f37-4ab4-9b07-1dac5c557dbb) ### Updated Test Results ![imagebitmap-updated-test-results](https://github.com/user-attachments/assets/88af1a58-dc41-480b-ba51-17788cf1395f)

Addresses https://github.com/LadybirdBrowser/ladybird/pull/4934#discussion_r2116304674, also made the naming similar to non-Windows visible presets for consistency. FYI @ADKaster

Some WIP infrastructure that implements the [Sokol "clear" example](https://floooh.github.io/sokol-html5/clear-sapp.html) in WebGPU. There is still a decent amount of things to cleanup/improve here and FIXMEs that need to be addressed; however,...

NOTE: This depends on https://github.com/LadybirdBrowser/ladybird/pull/4942 being completed and merged first. On June 6th Github Actions will have updated the windows-2025 image to use LLVM 20, which means we can then...