summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-03-05LibWeb: Add a very basic and ad-hoc version of IDL overload resolutionIdan Horowitz
2022-03-04LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUGLinus Groh
2022-03-03Meta: Add "SerenityOS" to the QEMU window titleJelle Raaijmakers
2022-03-02Meta: Add option to run SerenityOS on a QEMU MicroVM machineLiav A
2022-03-02Meta: Add option to run SerenityOS on a QEMU ISA-PC machineLiav A
2022-02-26Utilities+Meta: Check icons in markdown-checkkleines Filmröllchen
2022-02-26Lagom/Fuzzers: Add MP3 fuzzerLuke Wilde
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-25Everywhere: Use title case for man section titlesnetworkException
2022-02-24Meta: Title case 'File Formats' on man.serenityos.orgLinus Groh
2022-02-24Meta: Use correct man page title for section 5 on man.serenityos.orgnetworkException
2022-02-24LibWeb: Allow Angle/Frequency/Resolution/Time values for CSS propertiesSam Atkins
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
2022-02-21Lagom: Port LibSyntaxFiliph Sandström
2022-02-20Meta: Add "vdagent" character device for both qemu-vdagent and spicevmcSviatoslav Peleshko
2022-02-20Fuzzers: Avoid unnecessary ByteBuffer copies in FuzzWAVLoaderAndrew Kaster
2022-02-20Lagom: Add two-stage build for Fuzzers to enable fuzzing generated codeAndrew Kaster
2022-02-20Ports/gdb: Add descriptions to all gdb patches and remove dead codeBrian Gianforcaro
2022-02-20LibWeb: Add AbortSignal as a wrappable typeLuke Wilde
2022-02-20LibWeb: Add support for dictionary types to union typesLuke Wilde
2022-02-20LibWeb: Add dictionary types to idl_type_name_to_cpp_typeLuke Wilde
2022-02-20LibWeb: Add support for optional, non-nullable wrapper typesLuke Wilde
2022-02-20LibWeb: Don't perform ToObject when converting values to wrapper typesLuke Wilde
2022-02-19Meta: Explicitly set number of available inodes for genext2fsGunnar Beutner
2022-02-19Meta: Make `serenity.sh gdb` work with the Clang toolchainDaniel Bertalan
2022-02-18LibWeb: Move WebSocket into the Web::WebSockets namespaceLinus Groh
2022-02-17LibWeb: Add partially functioning Worker APIBen Abraham
2022-02-17WrapperGenerator: Don't emit code for imported enumerationsAli Mohammad Pur
2022-02-17WrapperGenerator: Add support for IDL mixin interfacesAli Mohammad Pur
2022-02-17Meta: Split and refactor the WrapperGenerator a bitAli Mohammad Pur
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-16Meta: Make the WrapperGenerator generate includes based on importsAli Mohammad Pur
2022-02-16Meta: Support DOMExceptions when invoking IDL getters/settersAli Mohammad Pur
2022-02-16Meta: Add support for enumerations to the IDL compilerAli Mohammad Pur
2022-02-16LibUnicode: Use BCP 47 data to filter valid calendar namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to filter valid numbering system namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to generate available calendars and numbersTimothy Flynn
2022-02-16LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR packageTimothy Flynn
2022-02-16LibUnicode: Extract the BCP 47 package from the CLDRTimothy Flynn
2022-02-15Meta: Actually run gml-format in CIIdan Horowitz
2022-02-15Meta: Increase Azure CI timeout for Lagom buildsIdan Horowitz
2022-02-15Meta+LibUnicode: Download and parse Unicode block propertiesthankyouverycool
2022-02-15LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attributeLinus Groh
2022-02-14Meta: Use clang-13 instead of clang-12 in Azure CIIdan Horowitz
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-14LibUnicode: Port the CLDR time format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR date format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR number format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR locale generator to the stream APITimothy Flynn