summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-12LibArchive: Support POSIX.1-1988 tar filesPeter Elliott
2021-04-12LibJS: Memoize failed calls of try_parse_arrow_function_expression()Stephan Unverwerth
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-12LibJS: Add Object::get_without_side_effects()Linus Groh
2021-04-12LibWeb: Add Window.parent and fix Window.top attributesLuke
2021-04-12LibRegex: Generate a 'Compare' op for empty character classesAnotherTest
2021-04-12LibHTTP: Handle running out of input between chunk body and ending CRLFAnotherTest
2021-04-11LibJS: Removed a fixme in a test of BigInt.prototype.valueOftuqqu
2021-04-11LibWeb: Move element_child_count to ParentNode and add its IDL attributeLuke
2021-04-11LibWeb: Add Event.initEventLuke
2021-04-11LibWeb: Add support for optional default values and optional bools in IDLLuke
2021-04-11LibWeb: Store cookies sent via the Set-Cookie HTTP headerTimothy Flynn
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-11Browser+LibWeb: Add hooks for getting and setting cookiesTimothy Flynn
2021-04-11LibJS: Fix array hole and string object indexing prototype indirectionLinus Groh
2021-04-11LibWeb+WebContent: Support image context menus in OOPWVAndreas Kling
2021-04-11LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProviderAndreas Kling
2021-04-11LibGUI: Add convenient helpers for getting the sibling of a ModelIndexAndreas Kling
2021-04-11LibGUI: Remove an unused AK/Debug.h includeBrian Gianforcaro
2021-04-11LibWeb: Remove trailing ';' from WrapperGenerator functions.Brian Gianforcaro
2021-04-11LibC: getopt() and getopt_long() shouldn't modify argvGunnar Beutner
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-11LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...Gunnar Beutner
2021-04-11LibWeb: Add implementation of Node.compareDocumentPosition()Brian Gianforcaro
2021-04-11LibWeb: Connect existing implementation of Node::is_connected to JS.Brian Gianforcaro
2021-04-11LibC: Provide macros for the <ctype.h> functionsGunnar Beutner
2021-04-11LibC: Include additional headers in <arpa/inet.h>Gunnar Beutner
2021-04-11LibGfx: Add a count to FontTypes and a helper to return type namesthankyouverycool
2021-04-11LibGUI: Move FontPickerWeightModel and helpers to their own headerthankyouverycool
2021-04-11LibGfx: Make sure draw_ui_text() paints underlines with text colorAndreas Kling
2021-04-11LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip textsAndreas Kling
2021-04-11LibJS: Replace Vector with MarkedValueList in RegExpPrototype::symbol_replaceLuke
2021-04-10LibCore: Save errno before it gets clobbered in Core::IODevice::write()Andreas Kling
2021-04-10LibGUI/ScrollBar: Only paint buttons as pressed when also hoveredJelle Raaijmakers
2021-04-10LibTLS: Remove excessive CloseNotify loggingJelle Raaijmakers
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-10LibWeb: Add a basic implementation of Document.createEvent()Linus Groh
2021-04-10LibWeb: Support nullable EventListener parameters in WrapperGeneratorLinus Groh
2021-04-10LibJS: Implicitly break for..in loop if the RHS result is nullishLinus Groh
2021-04-10LibJS: Implement Object.create()Linus Groh
2021-04-10LibJS: Implement Object.defineProperties()Linus Groh
2021-04-10LibJS: Update Object::define_accessor() to take both getter and setterLinus Groh
2021-04-10LibJS: Let Object::delete_property() return a bool, not ValueLinus Groh
2021-04-10LibJS: Remove superfluous exception check from get_own_property_descriptor()Linus Groh
2021-04-10LibGUI: Ignore right-clicks on HeaderViewsAndreas Kling
2021-04-10LibTLS: Convert some #ifs to dbgln_if()Jelle Raaijmakers
2021-04-10LibTLS: Support empty SNI data in ServerHelloJelle Raaijmakers
2021-04-10LibGUI: List directories before files in FileSystemModelAndreas Kling
2021-04-10LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer neededAnotherTest
2021-04-10LibRegex: Treat brace quantifiers with invalid contents as literalsAnotherTest