summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-15WindowServer: Fix window shadow rendering glitchTom
2021-04-15LibWeb: Set Cookie header on remaining resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <img> and <object> resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <script> resource requestsTimothy Flynn
2021-04-15LibWeb: Helper for creating load requests with a Cookie headerTimothy Flynn
2021-04-15Browser: Implement spec-compliant cookie retrievalTimothy Flynn
2021-04-15LibJS: Use references in CallExpression::compute_this_and_callee()Linus Groh
2021-04-15LibPthread: Implement sem_getvalue()Gunnar Beutner
2021-04-15LibPthread: Don't hold sem->mtx after sem_wait()/sem_trywait()Gunnar Beutner
2021-04-15LibPthread: Improve error handling for the semaphore functionsGunnar Beutner
2021-04-15LibPthread: Ensure we're not overflowing the semaphore's valueGunnar Beutner
2021-04-15LibJS: Implement String.prototype.substr according to the specTimothy Flynn
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14LibWeb: Implement the CanvasRenderingContext2D::rect path methodIdan Horowitz
2021-04-14LibWeb: Make CanvasRenderingContext2D::fill's fillRule argument optionalIdan Horowitz
2021-04-14LibWeb: Request repaint on canvas path finalizaiton via fill/strokeIdan Horowitz
2021-04-14LibGfx: initialize winding number to 1 for NonZero winding rulesIdan Horowitz
2021-04-14LibJS: Improve Reference::get() TypeError message for nullish baseLinus Groh
2021-04-14LibJS: Use reference in MemberExpression::execute()Linus Groh
2021-04-14LibC: Use __inline_isascii() in isascii()Gunnar Beutner
2021-04-14LibC: Add support for isblank()Gunnar Beutner
2021-04-14LibC: Add missing macro for _SC_CLK_TCKGunnar Beutner
2021-04-14LibC: Turn regex_t and regmatch_t into typedefsGunnar Beutner
2021-04-14LibC: Change return type for sleep() to unsigned intGunnar Beutner
2021-04-14Chess: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-14Pong: Alt shortcuts in top-level menusAndreas Kling
2021-04-142048: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-14Browser: Respect the HttpOnly flag when storing cookiesTimothy Flynn
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-14Browser+LibWeb: Move the cookie structure into LibWebTimothy Flynn
2021-04-14Browser+LibWeb: Move cookie parser into LibWebTimothy Flynn
2021-04-14LibJS: Implement the encode/decodeURI(Component) family of functionsIdan Horowitz
2021-04-14LibDebug: Add support for parsing array typesFalseHonesty
2021-04-14LibDebug: Support unnamed variables and typesFalseHonesty
2021-04-14LibC: Add definition for the NI_NAMEREQD macroGunnar Beutner
2021-04-14LibPthread: Implement semaphore functionsGunnar Beutner
2021-04-14LibELF: Improve error messages for missing shared librariesGunnar Beutner
2021-04-14LibC: Add definitions for INTMAX_C and UINTMAX_CGunnar Beutner
2021-04-14LibC: Add missing include in <syslog.h>Gunnar Beutner
2021-04-14LibELF: Add support for loading objects with multiple data and text segmentsGunnar Beutner
2021-04-14LibCore: Use dbgln_if in EventLoop.cppMaciej Zygmanowski
2021-04-14LibJS: Add name and message properties to NativeError prototypesLinus Groh
2021-04-14LibHTTP: Trim the whitespace around the Transfer-Encoding header valueAnotherTest
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