summaryrefslogtreecommitdiff
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-13Browser: Remove expired cookies from the CookieJarTimothy Flynn
2021-04-13Base: Update cookie test page with cookies expected to be rejectedTimothy Flynn
2021-04-13Minesweeper: Use one premade mine palette for all mine widgetsJean-Baptiste Boric
2021-04-13LibCore: Don't leak file descriptor inside AnonymousBuffer on LinuxJean-Baptiste Boric
2021-04-13Kernel: Fix RAM OK test condition for NE2000NetworkAdapterJean-Baptiste Boric
2021-04-13Kernel: Remove type from StorageDevice classJean-Baptiste Boric
2021-04-13Ports: patch config.sub instead of the configure script in the yasm portTom Needham
2021-04-13Meta: Add link to Discord in CONTRIBUTING.mdAndreas Kling
2021-04-13Utilities: Remove the "html" programAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13Browser: Implement spec-compliant cookie storageTimothy Flynn
2021-04-13Meta: Enable pull_request_target context for the notify_discord actionIdan Horowitz
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-13LanguageServers: Only notify client about updated declarationsItamar
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
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-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13LibGUI: Allow GUI::ProgressBar to have min() == max()Andreas Kling
2021-04-13FileManager: Use a Core::File for the FileOperation pipesAndreas Kling
2021-04-13FileManager: Use FileOperation to perform drag&drop copy out-of-processAndreas Kling
2021-04-13FileOperation: Add a new helper program for out-of-process file opsAndreas Kling
2021-04-13Keymaps: Add pl keymap (#6282)breakgimme
2021-04-13Shell: flush stderr and stdout when using builtinsjacob gw
2021-04-13Shell: add `type` builtinjacob gw
2021-04-12Kernel: Mark s_syscall_table const so it ends up in ro_data.Brian Gianforcaro
2021-04-12Ports: Link curl against openssl and disable non-blocking I/OGunnar Beutner
2021-04-12Ports: Remove configure option which disables getattrinfo() for curlGunnar Beutner
2021-04-12Ports: Fix for building opensshGunnar Beutner
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-12HackStudio: Fix debugger preview for char variablesFalseHonesty