summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-29LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()Andreas Kling
2021-06-29LibELF: Don't validate PT_LOAD alignment in ET_CORE filesAndreas Kling
2021-06-29LibC: Add struct keyword to FBRects.rects to make it C compiler safeDiego Garza
2021-06-29LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first printAndrew Kaster
2021-06-29LibCrypto: Avoid unaligned reads in GHash constructorAndrew Kaster
2021-06-29LibHTTP: Relax the finish_up() "must be called once" limitation a bitAli Mohammad Pur
2021-06-28Meta: Install 64-bit libgcc_s.so for x86_64 targetsGunnar Beutner
2021-06-28LibC: Implement memcpy and memset for x86_64Gunnar Beutner
2021-06-28Kernel: Properly set up the userland context for new processes on x86_64Gunnar Beutner
2021-06-28Kernel+LibELF: Add support for validating and loading ELF64 executablesGunnar Beutner
2021-06-29LibVT: Paste full path when dropping file on widgetXavier Defrang
2021-06-29LibCpp: Update Parser test data after Type=>NamedType changeItamar
2021-06-29LibCpp: Differentiate between Type and NamedTypeItamar
2021-06-29LibCpp: Add LOG_SCOPE() macro for debugging the parser's flowItamar
2021-06-29LibCpp: Support parsing enum classesItamar
2021-06-28LibJS/Tests: Fix toBeFalse() details prefixLinus Groh
2021-06-28LibJS: Mark FunctionObject::is_ordinary_function() as overrideLeon Albrecht
2021-06-28LibJS: Add the CreateMappedArgumentsObject abstract operationAndreas Kling
2021-06-28LibHTTP: Ensure finish_up() is not called more than onceAli Mohammad Pur
2021-06-28LibTLS: Ensure that on_tls_finished is called only onceAli Mohammad Pur
2021-06-28LibDesktop: Add spawn() to AppFilesSpencer Dixon
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-28Userland: Add new app called AssistantSpencer Dixon
2021-06-28LibJS: Bring Reflect.construct() closer to the specificationIdan Horowitz
2021-06-28LibJS: Rewrite String.raw() closer to the specificationIdan Horowitz
2021-06-28LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter listsAndreas Kling
2021-06-28LibJS: Add and use the %ThrowTypeError% intrinsicIdan Horowitz
2021-06-28LibJS: Accept FlyStrings in the NativeFunction constructorsIdan Horowitz
2021-06-28LibJS: Handle values close to -0.5 correctly in Math.round(x)Idan Horowitz
2021-06-28LibJS: Implement the CreateUnmappedArgumentsObject abstract operationAndreas Kling
2021-06-27LibJS/Tests: Improve valueToString() outputLinus Groh
2021-06-27LibJS: Unbreak test-js test that depended on function object class nameAndreas Kling
2021-06-27LibJS: Fix typo "sweeped" => "swept" everywhereAndreas Kling
2021-06-27LibJS: Stop qualifying AK::FunctionAndreas Kling
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-27LibJS: Ensure shift values in shift_right are modded by 32Andrew Kaster
2021-06-27LibJS: Avoid undefined static cast of negative values in to_u32Andrew Kaster
2021-06-27LibJS: Add content type check to IntegerIndexedElementSet()Linus Groh
2021-06-27LibJS: Add content type check to InitializeTypedArrayFromTypedArray()Linus Groh
2021-06-27LibJS: Implement the TypedArray [[ContentType]] internal slotLinus Groh
2021-06-27LibJS: Add 'is detached' check to InitializeTypedArrayFromTypedArray()Linus Groh
2021-06-27LibJS: Make variables in InitializeTypedArrayFromTypedArray() match specLinus Groh
2021-06-27LibJS: Add missing InitializeTypedArrayFromTypedArray() spec linkLinus Groh
2021-06-27WindowServer+LibGUI: Allow specifying a "launch origin" for new windowsAndreas Kling
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-27LibWeb: Make ExceptionOr capable of holding all error types in the specAli Mohammad Pur
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-27LibJS: Don't extend `arguments` object to match the parameter countAndreas Kling
2021-06-26AK: Undo bogus Variant::downcast() renameAndreas Kling