summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-02LibWeb: Add the WebAssembly.Instance constructorAli Mohammad Pur
2021-07-02LibWeb: Use the correct name to refer to WebAssembly.Memory.prototypeAli Mohammad Pur
2021-07-02LibWeb: Split the WebAssemblyInstance object logic into multiple filesAli Mohammad Pur
2021-07-02LibJS: Throw on failed PutValue into an environment referenceAndreas Kling
2021-07-02LibJS: Make Environment::put_into_environment() return a success boolAndreas Kling
2021-07-02LibJS: Make ResolveBinding() produce strict References in strict modeAndreas Kling
2021-07-01Kernel: Don't byteswap the ISR number on interrupt entryGunnar Beutner
2021-07-01AK: Annotate more AK::Span methods as nodiscardBrian Gianforcaro
2021-07-01Kernel: Handle OOM when allocating Thread FPUStateBrian Gianforcaro
2021-07-01CI: Add x86_64 on target testsIdan Horowitz
2021-07-01LibWeb: Do not encode "internal_id" in DOM JSONTimothy Flynn
2021-07-01LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM InspectorTimothy Flynn
2021-07-01CI: Cancel duplicate workflow runs for pull requestsIdan Horowitz
2021-07-01Meta: Make serenity.sh pass the SERENITY_ARCH cmake argument for x86_64Idan Horowitz
2021-07-01InspectorServer: Use LocalSocket method to get pidTimothy
2021-07-01LibCore: Add peer pid retrieval for LocalSocketTimothy
2021-07-01LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)Andreas Kling
2021-07-01LibJS: NewClass bytecode instructionJohan Dahlin
2021-07-01Kernel: Only deallocate memory when alloc succeedsHendiadyoin1
2021-07-01Kernel: Add support for 64-bit unaligned Mem-opsHendiadyoin1
2021-07-01Kernel: Remove not needed comment in Processor.hHendiadyoin1
2021-07-01DynamicLoader: Remove obsolete commentGunnar Beutner
2021-07-01Kernel+LibPthread: Add support for usermode threads on x86_64Gunnar Beutner
2021-07-01Kernel+LibPthread: Remove m_ prefix for public membersGunnar Beutner
2021-07-01LibJS: Bring JSON.parse slightly closer to the specificationIdan Horowitz
2021-07-01FileManager: Remove clicked breadcrumbs for non-existing directoriesSam Atkins
2021-07-01LibGUI: Add search/removal methods to BreadcrumbbarSam Atkins
2021-07-01LibGUI: Navigate to parent when FileSystemModel directory is deletedSam Atkins
2021-07-01LibJS: Move Binding struct into the DeclarativeEnvironment classAndreas Kling
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling
2021-07-01LibWeb: Show "x86_64" in the user agent string on x86_64 :^)Andreas Kling
2021-07-01LibC: Fix jmp_buf layout on x86_64Andreas Kling
2021-07-01LibJS: Bring JSON.stringify closer to the specificationIdan Horowitz
2021-07-01LibCrypto: Add tests for SignedBigInteger bitwise operationsGal Horowitz
2021-07-01LibCrypto: Replace incorrect operator in SignedBigInteger::bitwise_andGal Horowitz
2021-07-01LibCrypto: Replace use of negate() in SignedBigInteger::bitwise_orGal Horowitz
2021-07-01CrashReporter: Fix bogus register alignment on x86_64Andreas Kling
2021-07-01LibJS: Stop coercing this to object in Function's Symbol.hasInstanceIdan Horowitz
2021-07-01LibJS: Stop coercing Date.prototype[Symbol.toPrimitive] hint to stringIdan Horowitz
2021-07-01LibELF: Check for missing PT_LOAD alignment header valueIdan Horowitz
2021-07-01LibELF: Implement support for RELA relocationsGunnar Beutner
2021-07-01LibELF: Simplify ELF load address calculationsGunnar Beutner
2021-07-01LibELF: Fix incorrect error messageGunnar Beutner
2021-07-01Kernel: Support starting up secondary processors on x86_64Hendiadyoin1
2021-07-01LibJS: Check for DataView in ArrayBuffer.isView()Idan Horowitz
2021-07-01DisplaySettings: Adjust FontSettings.gml to work with dark themesDoubleNegation
2021-07-01LibGUI: Add foreground_role and background_role property to GUI::WidgetDoubleNegation
2021-06-30Meta: Add environment variable for disabling qemu's gdb socketGal Horowitz
2021-06-30Meta: Do not use gl=on if building in WSL2Gal Horowitz
2021-06-30LibJS: Use the GetFunctionRealm abstract-op in ArraySpeciesCreateIdan Horowitz