summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-14LibWeb: Implement Node.cloneNode()Linus Groh
2021-04-14LibWeb: Add Element::prefix()Linus Groh
2021-04-13LibWeb: Actually return an empty value when an exception is thrown viaAnotherTest
2021-04-13LibWeb: Fix some FIXMEs related to ExceptionOr<T>AnotherTest
2021-04-13LibWeb: Make ExceptionOr work with non-JS::Value typesAnotherTest
2021-04-13LibWeb: Use min-height in calculating heightEgor Ananyin
2021-04-13LibWeb: Start parsing font propertyEgor Ananyin
2021-04-13LibWeb: Fix a TODO in the adoption agency algorithmLinus Groh
2021-04-13LibCore: Don't leak file descriptor inside AnonymousBuffer on LinuxJean-Baptiste Boric
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13LibJS: Unset m_unwind_until_label in stop_unwind()Linus Groh
2021-04-13LibJS: Add set_exception() and change throw_exception() to take a referenceLinus Groh
2021-04-13LibJS: Update empty TryStatement result value to undefinedLinus Groh
2021-04-13LibJS: Fix return value of TryStatement with finalizerLinus Groh
2021-04-13LibJS: Replace two more uses of unwind(ScopeType::None) with stop_unwind()Linus Groh
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13HackStudio+LibCpp: Include class members in LocatorItamar
2021-04-13LibJS: Array.from mapFn fixes + thisArg supporttuqqu
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-13LibC: getaddrinfo: Set addrinfo sin_port to 0 if service arg is NULLBrendan Coles
2021-04-13LibGUI: Allow GUI::ProgressBar to have min() == max()Andreas Kling
2021-04-12LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()Gunnar Beutner
2021-04-12LibC: The port numbers returned by getservby*() should be in network byte orderGunnar Beutner
2021-04-12LibC: Validate the len argument for inet_ntop()Gunnar Beutner
2021-04-12LibDebug: Stop parsing unhandled variable typesFalseHonesty
2021-04-12LibDebug+HackStudio: Fix crashes relating to debugger variable previewFalseHonesty
2021-04-12LibC: Use dbgln() in strerror() and strsignal()Gunnar Beutner
2021-04-12LibC: Turn CRASH() into a function and add noreturn attributeGunnar Beutner
2021-04-12LibWeb: Set border width to zero if style is noneEgor Ananyin
2021-04-12LibWeb: Parse border-style correctlyEgor Ananyin
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