summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Taskbar: Move 'Assistant' Desktop::AppFile to member for quicker accessSpencer Dixon
2021-06-28Assistant+Taskbar: Use AppFile::spawn() utilitySpencer Dixon
2021-06-28LibDesktop: Add spawn() to AppFilesSpencer Dixon
2021-06-28Taskbar: Open 'Assistant' with Super+SpaceSpencer Dixon
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-28Userland: Add new app called AssistantSpencer Dixon
2021-06-28Meta: Tidy up include path and alphabetic orderingSpencer Dixon
2021-06-28Kernel: Add a sanity check for CHUNK_SIZEGunnar Beutner
2021-06-28Kernel: Increase kmalloc eternal heap to 3MiBGunnar Beutner
2021-06-28Kernel: Fix memset() on x86_64Gunnar Beutner
2021-06-28Kernel: Fix type for PageDirectory::s_cr3_mapGunnar Beutner
2021-06-28Kernel: Specify I/O size for BMIDEChannelGunnar Beutner
2021-06-28Kernel: Implement more x86_64 context switching functionalityGunnar Beutner
2021-06-28Kernel: Implement entry code for x86_64 interruptsGunnar Beutner
2021-06-28Kernel: Fix stack for new threads on x86_64Gunnar Beutner
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-28Meta: Choose the QEMU display backend based on whats availableSahan Fernando
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-28AK: Add and use the RemoveCVReference<T> type traitAli Mohammad Pur
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-27WindowServer: Un-tile window if resizing warrants itTom
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-27AK: Make the constexpr StringView methods actually constexprAli Mohammad Pur
2021-06-27FileManager: Pass launch origin rects to spawned programsAndreas Kling
2021-06-27WindowServer+LibGUI: Allow specifying a "launch origin" for new windowsAndreas Kling
2021-06-27WindowServer: Add a more generic mechanism for animationsAndreas Kling
2021-06-27Meta: Do not use gl=on if building in WSLstelar7
2021-06-27Kernel: Implement initializing threads on x86_64Gunnar Beutner
2021-06-27Kernel: Rename Thread::tss to Thread::regs and add x86_64 supportGunnar Beutner
2021-06-27Kernel: Reorder code a bit to clarify which #if block it belongs toGunnar Beutner
2021-06-27Kernel: Implement safe_* memory access functions for x86_64Gunnar Beutner