Filiph Sandström
Filiph Sandström
A few LibJS functions doesn't actually return anything which causes some compilers to error out. This commit adds the gcc noreturn attribute to them.
The commit that introduced BuiltinWrappers (548529a) accidentally used `val` instead of `value` in the non `__GNUC__` and `__clang__` versions of the functions.
This is the first step of many to get Lagom fully compiling on Windows NT based hosts. msys2/cygwin with a posix env is required to build this. **EDIT:** *The CMakeLists.txt...
Relies on #14640
It occurs on both https://shops.nordcom.io and https://nordcom.io. It appears to be related to some configuration on Cloudflare as it doesn't occur when accessing the deployment directly e.g. https://nordcom-1htlcdlm6-nordcom.vercel.app/ (which fails...
Extracted from [dev/ladybird-ios-baby-steps](https://github.com/filiphsps/serenity/tree/dev/ladybird-ios-baby-steps) and previously [demoed on discord](https://discord.com/channels/830522505605283862/830525031720943627/1211987732646068314).
This uses CMake's built-in "target properties" to dynamically generate the macOS/iOS app bundle `Info.plist` file. See https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html
b9dc2d7 accidentally broke Android builds, this fixes that regression. A lot more than this is obviously broken in ladybird android land, this PR is strictly referring to LibCore.
Previously we would narrow `CGFloat` to `int` before passing it to `async_mouse_move`, now we let `Web::DevicePixels` deal with the underlying type and it's precision.
Would be nice to get it working for the downstream package even if we’re not really targeting commonjs. I’ll take ownership of this and see what can be done! ```sh...