summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-06-30LibJS: Get the prototype of a new String from the constructor's realmIdan Horowitz
2021-06-30LibJS: Add a [[Realm]] getter to FunctionObject and use it where neededIdan Horowitz
2021-06-30LibJS: Ensure shift values in left_shift are modded by 32Idan Horowitz
2021-06-30Utilities: Fix Build on x86_64Hendiadyoin1
2021-06-30Debugger: Compile on x86_64Hendiadyoin1
2021-06-30Userland: Disable Hackstudio and UE on x86_64Hendiadyoin1
2021-06-30LibJS: Add String.prototype.split using the @@split methods on objectdavidot
2021-06-30LibJS: Add String.prototype.indexOf position argumentdavidot
2021-06-30HeaderView: Fix horizonal section size miscalculationOlivier De Canniere
2021-06-30LibCoreDump: Change Backtrace debug info cache to member variableMax Wipfli