summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2024-03-03AK+Lagom: Make it possible to build for iOSFiliph Siitam Sandström
2024-03-02CI: Reduce the ccache size for CITimothy Flynn
2024-03-02CI: Strip binaries and libraries during the installation stepTimothy Flynn
2024-02-29Meta: Use correct helper process paths in the GN buildTimothy Flynn
2024-02-29Meta: Port recent changes to the GN buildTimothy Flynn
2024-02-29Meta: Alphabetize IDL files in the GN buildTimothy Flynn
2024-02-29CI: Remove the WPT directory after tests have completedTimothy Flynn
2024-02-27MacPDF: Honor page rotationNico Weber
2024-02-26Meta: Link AK to libexecinfo on BSDs and HaikuAndrew Kaster
2024-02-26Meta: Disable network hardware in run.py for RISC-VSönke Holz
2024-02-26Ladybird: Move helper processes to CMAKE_INSTALL_LIBEXECDIRAndrew Kaster
2024-02-26Ladybird: Copy resources into the build directoryAndrew Kaster
2024-02-26Meta: Port recent changes to the gn buildAndrew Kaster
2024-02-26LibWeb+LibWebView+WebContent: Implement more <input type=file> behaviorTimothy Flynn
2024-02-25LibWeb: Handle scenario when Window property setter is called on globalAliaksandr Kalenik
2024-02-25LibWeb: Rename URL platform object to DOMURLShannon Booth
2024-02-25LibWeb: Add support for implementing an IDL class with a different nameShannon Booth
2024-02-24Meta: Allow collecting code coverage on LagomDan Klishch
2024-02-24Meta: Enable `serial_debug` on riscvHendiadyoin1
2024-02-24Meta: Compile `fdtdump` on lagomHendiadyoin1
2024-02-24Meta: Prevent "serenity.sh gdb" to close other tmux sessionsIlya Hanov
2024-02-24Utilities: Add `mkfs.fat`implicitfield
2024-02-24CMake: Build lagom with -D_FILE_OFFSET_BITS=64 on Linuximplicitfield
2024-02-24JSSpecCompiler: Ignore notes in algorithm stepsDan Klishch
2024-02-24JSSpecCompiler: Parse "NewTarget" in xspec modeDan Klishch
2024-02-24JSSpecCompiler: Parse method headersDan Klishch
2024-02-24JSSpecCompiler: Parse optional arguments groupsDan Klishch
2024-02-24JSSpecCompiler: Parse "the *this* value" in expressionsDan Klishch
2024-02-24JSSpecCompiler: Parse "Perform <expression>." stepsDan Klishch
2024-02-24JSSpecCompiler: Parse accessor property headersDan Klishch
2024-02-24JSSpecCompiler: Simplify value handling in TextParser::parse_expressionDan Klishch
2024-02-24JSSpecCompiler: Parse lists in xspec modeDan Klishch
2024-02-24JSSpecCompiler: Make function arguments parsing much simplerDan Klishch
2024-02-24JSSpecCompiler: Parse enumerators in xspec modeDan Klishch
2024-02-24JSSpecCompiler: Parse '?' before function calls in xspec modeDan Klishch
2024-02-24JSSpecCompiler: Parse true, false, this, undefined, and nullDan Klishch
2024-02-24JSSpecCompiler: Parse arbitrarily large rational numbers in xspec modeDan Klishch
2024-02-24JSSpecCompiler: Parse <sup> as raising a number to a power in xspec modeDan Klishch
2024-02-24JSSpecCompiler: Sort token types and operators alphabeticallyDan Klishch
2024-02-24LibWeb: Add CSSStyleSheet constructor bindingTim Ledbetter
2024-02-24LibWeb: Add special handling for WindowProxy in [Replaceable] settersAliaksandr Kalenik
2024-02-24Meta: Set the RAM size to 1G for aarch64 in run.pySönke Holz
2024-02-22LibJS: Add ConservativeVector<T>Andreas Kling
2024-02-21Everywhere: Prefer {:#x} over 0x{:x} in format stringsNico Weber
2024-02-20LibWeb: Support nullable integral IDL typesTimothy Flynn
2024-02-20LibWeb: Extract common integral IDL generators to a helperTimothy Flynn
2024-02-19LibJS: Remove JIT compilerAndreas Kling
2024-02-19IDLGenerators: Add support for custom attribute [ExplicitNull]Matthew Olsson
2024-02-19Meta: Increase default VM RAM size to 2GiBTimothy Flynn
2024-02-19LibWeb: Add Animations::Animation to IDLGeneratorsMatthew Olsson