summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-10-10Userland: Remove unecessary uses of __serenity__ macroAndrew Kaster
2022-10-10LibRegex: Don't build LibRegex/C/Regex.cpp on LagomAndrew Kaster
2022-10-09LibVideo: Add LibVideo test to LagomZaggy1024
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-09LibWeb: Add new code generator for creating exposed interface helpersAndrew Kaster
2022-10-09LibIDL: Remove static maps for interfaces and resolved importsAndrew Kaster
2022-10-07LibUnicode: Remove GCC codegen workaroundTimothy Flynn
2022-10-07LibUnicode: Update code point ideographic replacements for Unicode 15Timothy Flynn
2022-10-06BindingsGenerator+LibWeb: Pass a VM to static IDL-based functionsSam Atkins
2022-10-06BindingsGenerator+LibIDL: Parse "inherit" attributesSam Atkins
2022-10-06LibUnicode: Let's use the GCC 11/12 workaround on all platformsAndreas Kling
2022-10-06LibWeb: Generate WebContent IPC endpoints for Lagom's LibWebViewAndreas Kling
2022-10-06LibUnicode: Add decomposition mappings and Unicode normalizationmatcool
2022-10-06Meta: Hide WebView behind ENABLE_LAGOM_LIBWEB CMake optionTimothy Flynn
2022-10-06CMake: Don't mess with absolute compile_ipc() source pathsAndreas Kling
2022-10-06Lagom: Add Build WebContentClient as part of Lagom's LibWebViewAndreas Kling
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-10-04LibWeb: Implement <input type=file> behaviorAndrew Kaster
2022-10-04BindingsGenerator: Allow the word "inline" in IDL identifiersAndreas Kling
2022-10-03Lagom: Change dl to ${CMAKE_DL_LIBS} for portabilityvl-ms
2022-10-03Lagom: Work around gcc codegen bugNico Weber
2022-10-03Meta: Make x86-64 target the defaultLiav A
2022-10-03Meta: Force -machine pc-i440fx-7.0 when using QEMU >= 7.1Andrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01Fuzzers: Convert FuzzCSSParser to use the MainThreadVMAndrew Kaster
2022-10-01LibWeb: Introduce new construct_impl method for bound classesAndrew Kaster
2022-10-01Lagom: Link LibMain staticallyDaniel Bertalan
2022-10-01Toolchain: Move the binutils patch into its own folderTim Schumacher
2022-09-29Lagom: Win32 support baby stepsDiego Iastrubni
2022-09-28AK+Meta: Define a debug flag for LibTimeZoneTimothy Flynn
2022-09-28LibTimeZone: Use the last DST rule in the TZDB if a match isn't foundTimothy Flynn
2022-09-27LibTimeZone: Update to TZDB version 2022dTimothy Flynn
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Don't always assign values to nullable IDL dictionary membersLinus Groh
2022-09-27LibWeb: Fix bindings codegen for IDL enums with only one memberLinus Groh
2022-09-26LibWeb: Add WebIDL to the IDL generator's list of web namespacesTimothy Flynn
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25Lagom: Build DOMTreeModel from LibWebViewAndreas Kling
2022-09-25Lagom: Build a tiny slice of LibGUIAndreas Kling
2022-09-24LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'Linus Groh
2022-09-24LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-24Meta: Enable full region dumping on CIkleines Filmröllchen
2022-09-24Kernel: By default, don't dump regions when a userspace crash happenskleines Filmröllchen
2022-09-24LibJS: Add JS::SafeFunction, like Function but protects captures from GCAndreas Kling
2022-09-22Meta: Don't build Core::LocalServer on AndroidAndrew Kaster
2022-09-22CI: Remove Android NDK CacheAndrew Kaster
2022-09-22Meta: Remove 'time' invocation in lint-ciBen Wiederhake
2022-09-21Everywhere: Rename WrapperGenerator to BindingsGeneratorLinus Groh
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh