summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-04LibJS: Handle invalid and symbol PropertyName in its AK::FormatterLinus Groh
2021-07-04LibJS: Add Value::operator==()Linus Groh
2021-07-04LibJS: Add new PropertyDescriptor class and related abstract operationsLinus Groh
2021-07-04LibJS: VERIFY() that property name is valid in Value::get{,_method}()Linus Groh
2021-07-04LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() moreLinus Groh
2021-07-04LibJS: Avoid unnecessary PropertyName creation in MarkupGeneratorLinus Groh
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen
2021-07-04LibTTF: Memory map TTF fonts instead of reading them into heap memoryAndreas Kling
2021-07-04LibTTF: Make TTF::Font loading API return error stringsAndreas Kling
2021-07-04Everywhere: Fix incorrect usages of AK::CheckedIdan Horowitz
2021-07-04LibC: Convert LengthModifier & ConversionSpecifier to enum classesIdan Horowitz
2021-07-04LibThreading: Wake up the background worker thread when there's workAndreas Kling
2021-07-04LibJS: Make the `with` statement evaluation follow the spec even moreAndreas Kling
2021-07-04LibCpp: Add Parser::tokens_in_range(start, end)Itamar
2021-07-04LibCpp: Fix positional information of Pointer typesItamar
2021-07-04LibCpp: Fix parsing of ellipsisItamar
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-04LibELF: Fix loading objects with a non-zero load baseGunnar Beutner
2021-07-04LibWeb: Hook on_call_stack_emptied after m_interpreter was initializedIdan Horowitz
2021-07-04LibGUI: Make tooltip height line count awareLuK1337
2021-07-04AK+LibIPC: Make all enums codableTimothy
2021-07-04LibCore: Add method to leak fd from FileTimothy
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-07-04LibJS: Add the IteratorStep abstract iterator operationIdan Horowitz
2021-07-04Toolchain+Userland: Enable TLS for x86_64Gunnar Beutner
2021-07-04LibELF: Swap the arguments for negative_offset_from_tls_block_endGunnar Beutner
2021-07-04LibELF: Fix relocation support for 'static __thread' variablesGunnar Beutner
2021-07-04LibELF: Save the negative TLS offset in m_tls_offsetGunnar Beutner
2021-07-04LibELF: Implement TLS relocation support for x86_64Gunnar Beutner
2021-07-03LibGUI/TextEditor: Set cut and copy actions to disabled on initMarcus Nilsson
2021-07-03LibCore: Avoid duplicate '/' in DirIterator::next_full_path()Andreas Kling
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-07-03WindowServer: Add basic virtual desktop supportTom
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-07-03LibJS: Don't allow `delete super.property`Andreas Kling
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-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-02LibThreading: Add new detach() API to ThreadSpencer Dixon
2021-07-02LibJS: Bring %TypedArray%.prototype.set slightly closer to specIdan Horowitz
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon