summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-13LibSQL: Convert binary SQL operations to be fallibleTimothy Flynn
2022-02-13LibSQL: Short-circuit single-element tuple comparisonsTimothy Flynn
2022-02-13LibSQL: Implement converting float and tuple values to a booleanTimothy Flynn
2022-02-13LibSQL: Use absolute value when comparing against floating point epsilonTimothy Flynn
2022-02-13LibSQL: Return a not-yet-implemented error for unimplemented expressionsTimothy Flynn
2022-02-13Userland/Applets: Use default constructors/destructorsLenny Maiorani
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.byteLengthJamie Mansfield
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.sliceJamie Mansfield
2022-02-13LibGfx: Allow changing the default font pathFiliph Sandström
2022-02-13Base+HexEditor: Add iconselectrikmilk
2022-02-13Base+Calculator: Add iconselectrikmilk
2022-02-13Magnifier: Add missing iconselectrikmilk
2022-02-13LibCore: Add Darwin anon_create supportFiliph Sandström
2022-02-13LibTLS: Add SHA-384 as supported certificate signing algorithmJoaquim Monteiro
2022-02-13Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"Andreas Kling
2022-02-13LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()MacDue
2022-02-13LibJS: More properly implement scoping rules in bytecode codegenAli Mohammad Pur
2022-02-13LibJS: Implement ClassExpression::generate_bytecode()Ali Mohammad Pur
2022-02-13LibJS: Make ASTNode::generate_bytecode() fallibleAli Mohammad Pur
2022-02-13LibJS: Don't emit a LeaveUnwindContext after a successful handlerAli Mohammad Pur
2022-02-13LibJS: Implement the NewClass opcodeAli Mohammad Pur
2022-02-13LibJS/Tests: Rename snake_case identifiers in string-basic.jsLinus Groh
2022-02-13LibJS: Correct receiver value in GetValue's [[Get]] callLinus Groh
2022-02-13LibJS: Add spec comments to more Reference AOsLinus Groh
2022-02-13LibJS+LibLine: Run clang-formatAndreas Kling
2022-02-13LibJS: Always inline Lexer::current_code_point()Andreas Kling
2022-02-13LibJS: Make more use of Token::flystring_value()Andreas Kling
2022-02-13LibJS: Add Token::flystring_value() to produce FlyString directlyAndreas Kling
2022-02-13LibJS: Add fast_is<T>() for things that were hot in RTTIAndreas Kling
2022-02-13LibJS: Make Parser::ScopePusher::has_declaration() take FlyStringAndreas Kling
2022-02-13LibJS: Add ASCII fast path to Lexer::current_code_point()Andreas Kling
2022-02-13LibJS: Stop eagerly creating the backing store for IndexedPropertiesAnonymous
2022-02-13LibJS: Avoid unnecessary ToObject conversion when resolving referencesAnonymous
2022-02-13LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-13LibJS: Correct the handling of accessors on stringsAnonymous
2022-02-13LibLine: Fix loading of terminal dimensions when running under lldbAnonymous
2022-02-13profile: Port to LibMainrvictorr
2022-02-13LibCore: Add syscall wrapper for profiling_free_buffer()rvictorr
2022-02-13LibCore: Add syscall wrapper for profiling_disable()rvictorr
2022-02-13LibCore: Add syscall wrapper for profiling_enable()rvictorr
2022-02-13LibGUI: Allow breadcrumbbar segment activation using the keyboardnetworkException
2022-02-13LibGUI: Allow activation of CommandPalette without a focused widgetnetworkException
2022-02-13Base+PixelPaint: Add more iconselectrikmilk
2022-02-13gml-format: Skip writing formatted GML to file if no changes were madeIdan Horowitz
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-13gml-format+Playground: Print GML parsing error on formatting failureIdan Horowitz
2022-02-13LibGUI: Enforce new GML newline and ordering guidelinesIdan Horowitz
2022-02-13LibWeb: Don't crash on unknown CSS display types, fall back to inlineAndreas Kling
2022-02-12LibWeb: Add stub implementation for Element's getClientRectsDerpyCrabs
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs