summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-03LibJS: Bring the `super` keyword in line with the specAndreas Kling
2021-07-03Everywhere: Fix some alignment issuesDaniel Bertalan
2021-07-03LibC: Don't use C++ attribute syntax in C-visible headersDaniel Bertalan
2021-07-02LibJS: Improve ResolveBinding + add GetIdentifierReferenceAndreas Kling
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02LibJS: Implement the PrepareForOrdinaryCall abstract operationAndreas Kling
2021-07-02LibM: Add long double defines of Math ConstantsHediadyoin1
2021-07-02LibM: Implement path for negative powersHendiadyoin1
2021-07-02LibJS: Make SuperCall a proper AST node and clean up evaluationAndreas Kling
2021-07-02LibJS: NewExpression doesn't need compute_this_and_callee()Andreas Kling
2021-07-02LibJS: Split out NewExpression evaluation from CallExpressionAndreas Kling
2021-07-02LibJS: Break out ArgumentListEvaluation AO from CallExpressionAndreas Kling
2021-07-02PixelPaint: Reset layer widgets when closing last tabMarcus Nilsson
2021-07-02PixelPaint: Add layer to image before setting propertiesMarcus Nilsson
2021-07-02LibThreading: Add new detach() API to ThreadSpencer Dixon
2021-07-02LibJS: Bring %TypedArray%.prototype.set slightly closer to specIdan Horowitz
2021-07-02Assistant: Add a new FileProvider to assist in searching the filesystemSpencer Dixon
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-07-02Assistant: Remove Result::Kind in favor of native `typeid`Spencer Dixon
2021-07-02LibJS: Allow patterns in parenthesized arrow function parametersAli Mohammad Pur
2021-07-02LibJS: Allow 'yield' and 'await' as function expression namesAli Mohammad Pur
2021-07-02LibJS: Allow binding patterns as for in/of targetsAli Mohammad Pur
2021-07-02LibJS: Allow 'yield' as a variable name outside of generator functionsAli Mohammad Pur
2021-07-02LibJS: Make a slash after a curly close mean not-divisionAli Mohammad Pur
2021-07-02LibJS: Parse generator functions in class expressions tooAli Mohammad Pur
2021-07-02Assistant: Change to home directory when spawning applicationsSpencer Dixon
2021-07-02WindowServer: Fix redrawing menu window that already existedTom
2021-07-02LibELF: Use StringView literal to avoid string allocationsBrian Gianforcaro
2021-07-02DynamicLoader: Use string view literal to remove a allocation on startupBrian Gianforcaro
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-07-02LibJS: Implement the %TypedArray%.set() functionAli Mohammad Pur
2021-07-02LibWeb: Add the WebAssembly.Module constructorAli Mohammad Pur
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-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-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-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