ladybird/Userland/Libraries
Braydn dbc2f7ed48 LibJS: Implement CreatePerIterationEnvironment for 'for' statements
Implement for CreatePerIterationEnvironment for 'for' loops per the Ecma
Standard. This ensures each iteration of a 'for' loop has its own
lexical environment so that variables declared in the loop are scoped to
the current iteration.
2024-07-17 11:20:11 +02:00
..
LibArchive
LibAudio
LibCompress
LibCore LibCore: Don't check for Core::NotificationType::None on Android 2024-07-07 03:43:32 -06:00
LibCrypto Revert "LibTLS+Everywhere: Switch to using WolfSSL" 2024-07-06 15:15:34 -06:00
LibDiff
LibFileSystem
LibGfx LibGfx+LibWeb: Rename Gfx::WOFF2::Font to Gfx::WOFF2::Typeface 2024-07-13 09:31:02 +02:00
LibHTTP Revert "LibTLS+Everywhere: Switch to using WolfSSL" 2024-07-06 15:15:34 -06:00
LibIDL
LibImageDecoderClient
LibIPC
LibJS LibJS: Implement CreatePerIterationEnvironment for 'for' statements 2024-07-17 11:20:11 +02:00
LibLine
LibMain
LibMedia LibMedia: Support videos with BT470BG color matrix 2024-07-07 07:39:07 +02:00
LibProtocol
LibRegex
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading
LibTLS Revert "LibTLS+Everywhere: Switch to using WolfSSL" 2024-07-06 15:15:34 -06:00
LibUnicode Meta: Add vulkan and vulkan-headers to vcpkg dependencies 2024-07-06 01:44:58 +02:00
LibURL
LibWasm LibWasm: Make Absolute/Negate<SignedIntegral> explicitly work mod 2^N 2024-07-16 15:09:03 +02:00
LibWeb LibWeb/SVG: SVGGradientElement includes SVGURIReference 2024-07-16 21:43:53 +02:00
LibWebSocket Revert "LibTLS+Everywhere: Switch to using WolfSSL" 2024-07-06 15:15:34 -06:00
LibWebView LibWebView: Trim whitespace when sanitizing file paths 2024-07-14 23:44:36 +01:00
LibXML