ayeteadoe
ayeteadoe
Oops, I just realized when I switched to using the D3D backend context for navigables, I missed updating `BackingStoreManager` to handle Windows now, as `USE_VULKAN` in [reallocate_backing_stores](https://github.com/LadybirdBrowser/ladybird/blob/master/Libraries/LibWeb/Painting/BackingStoreManager.cpp#L124) is no longer...
Another thing I've been thinking about with this, given all of this LLVM versioning complication is due to `GenerateEncodingIndexes` halting the build, this may be a good opportunity to migrate...
Yeah, but I should note that I have a another branch that I'll probably put up today that migrates the LibTextCodec code generator to python and fully removes the C++...
> This should then remove the requirement for LLVM 20 (or at least fix that one problem, I haven't tested a sanitize build with the python code generator yet to...
> Figure out how to get GHA to use their new LLVM 20 toolchain for Windows_Sanitizer_CI while still using Visual Studio environment overall @ADKaster Is there any way that a...
🎉 It worked! https://github.com/ayeteadoe/ladybird/actions/runs/15547908000/job/43772865028, C++ generators didn't fail and the build completed. This was triggered before I removed `test-js` due to `windows-2025` issues so we did end up failing during...
@ADKaster So with the updated run that disables `test-js` in windows CI mode, I have now confirmed that `Windows_Sanitizer_CI` should be happy in a `nightly-windows` run: https://github.com/ayeteadoe/ladybird/actions/runs/15549040781/job/43775948419 ! FYI, although...
nightly-windows CI run is ongoing at: https://github.com/ayeteadoe/ladybird/actions/runs/15594229050/job/43920604966
`nightly-windows` is now happy: https://github.com/ayeteadoe/ladybird/actions/runs/15654424638/job/44103549471
The "default" preset has been replaced with the "Release" preset. And pending testing on Unix, all presets except for Windows_* should only be visible on Unix, and only Windows_* presets...