summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-06LibJS: Remove impossible check from Array's native length getter/setterIdan Horowitz
2021-07-06LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AOIdan Horowitz
2021-07-06LibJS: Bring String.prototype.split closer to the specificationIdan Horowitz
2021-07-06LibJS: Add missing exception check to the ArraySpeciesCreate AOIdan Horowitz
2021-07-06LibJS: Add %TypedArray%.prototype.reverseLuke
2021-07-06LibJS: Fix byteOffset copy-paste error in TypedArray buffer testLuke
2021-07-06LibJS: Fix byteOffset copy-paste error in TypedArray byteLength testLuke
2021-07-06LibJS: Use Number instead of parseInt in TypedArray forEach BigInt testsLuke
2021-07-06LibJS: Add Uint8ClampedArray to TypedArray testsLuke
2021-07-06Revert "LibJS: Don't hoist functions under certain circumstances"Linus Groh
2021-07-06PixelPaint: Paint the area around the image with ColorRole::TrayAndreas Kling
2021-07-06PixelPaint: Don't repaint area outside image when image itself changedAndreas Kling
2021-07-06LibGfx: Make Painter::fill_rect_with_checkerboard() fasterAndreas Kling
2021-07-06LibJS: Add missing exception check in internalize_json_propertyLuke
2021-07-06LibJS: Don't hoist functions under certain circumstancesHendi
2021-07-06LibJS: Fix runaway let scope when parsing for-in/of statementsHendi
2021-07-06LibJS: Fix variable scoping issues in two testsHendi
2021-07-06LibJS: Improve function hoisting across blocksHendi
2021-07-06LibJS: Remove variables from FunctionNodeHendi
2021-07-05LibJS: Implement and use the GetSubstitution abstract operationTimothy Flynn
2021-07-05LibJS: Fix linked specification of String.prototype.concatTimothy Flynn
2021-07-06LibM: Use assembly for all atan versionsHendiadyoin1
2021-07-06LibM: Use fcos for cosineHendiadyoin1
2021-07-06LibThread: Fix formatting that was broken by the previous commitGunnar Beutner
2021-07-06LibThreading: Fix building the library on macOSGunnar Beutner
2021-07-05Kernel+LibC: Remove sys$donate()Andreas Kling
2021-07-05LibThreading: Reimplement Lock in terms of pthread_mutex_tAndreas Kling
2021-07-05Assistant: Add missing <unistd.h> includeAndreas Kling
2021-07-05LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NPAndreas Kling
2021-07-05LibWeb: Use is_nullish instead of is_null for nullable typesLuke
2021-07-05LibJS: Make Object.prototype.toString() fully spec compliantLinus Groh
2021-07-05PixelPaint: Make move_selection() cycle through layersMarcus Nilsson
2021-07-05PixelPaint: Use layer menu as context menu in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Change color of disabled layers in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Make LayerListWidget scrollableMarcus Nilsson
2021-07-05PixelPaint: Change the default layer name to "Layer"Marcus Nilsson
2021-07-05LibPthread: Reimplement semaphoresSergey Bugaev
2021-07-05LibPthread: Reimplement condition variablesSergey Bugaev
2021-07-05LibC: Add __pthread_mutex_lock_pessimistic_np()Sergey Bugaev
2021-07-05LibC: Rewrite pthread_mutexSergey Bugaev
2021-07-05LibC: Add futex_wait() and futex_wake() helpersSergey Bugaev
2021-07-05LibGUI: Don't fire visibility-tracking timers in non-visible widgetsAndreas Kling
2021-07-05Piano: Use AudioServer instead of /dev/audio for audiokleines Filmröllchen
2021-07-05LibAudio: Add ClientConnection::async_enqueue()kleines Filmröllchen
2021-07-05LibAudio: Improve latency on audio queue failureskleines Filmröllchen
2021-07-05WindowServer: Fix crash removing modal windowsTom
2021-07-05LibJS: Fix bogus target.[[OwnPropertyKeys]]() call in ProxyLinus Groh
2021-07-05LibJS: Add a missing exception check in Object.assign()Linus Groh