summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-12Documentation: Fix FreeBSD usage of the pkg commandEmil Engler
2021-04-12Base: Fix a few width/height oversights in Marietathankyouverycool
2021-04-12WindowServer: Strip Alt-shortcut marker ('&') when measuring menu textsAndreas Kling
2021-04-12Ports: fallback to pro when curl is not installedPeter Elliott
2021-04-12Ports: Require less commands in .port_include.shPeter Elliott
2021-04-12LibArchive: Support POSIX.1-1988 tar filesPeter Elliott
2021-04-12Ports: Don't use getaddrinfo for curlPeter Elliott
2021-04-12Userland: Add nproc utilityPeter Elliott
2021-04-12Userland: Add support for -S to env commandPeter Elliott
2021-04-12Meta: Add install-ports CMake targetPeter Elliott
2021-04-12Ports: Add DialogBrendan Coles
2021-04-12LibJS: Memoize failed calls of try_parse_arrow_function_expression()Stephan Unverwerth
2021-04-12Ports: Add GNU libtoolBrendan Coles
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-12Browser: Process Secure and HttpOnly cookie attributesTimothy Flynn
2021-04-12Browser: Process Path cookie attributeTimothy Flynn
2021-04-12Browser: Process Domain cookie attributeTimothy Flynn
2021-04-12Browser: Process Max-Age cookie attributeTimothy Flynn
2021-04-12Browser: Parse cookie attribute name-value pairsTimothy Flynn
2021-04-12Serendipity: Paint theme agnostic bannerthankyouverycool
2021-04-12Base: Add new sans serif font Marietathankyouverycool
2021-04-12Serendipity: Don't modify tip frame palettethankyouverycool
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-11Meta: Add a link to the SerenityOS Discord server in README.mdAndreas Kling
2021-04-11LibJS: Removed a fixme in a test of BigInt.prototype.valueOftuqqu
2021-04-11AK: Update LexicalPath::relative_path to work for '/' prefixTim Waterhouse
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-11Ports: Add Port for the yasm assembler (#6149)Tom Needham
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-11Browser: Initial cookie storage implementationTimothy Flynn
2021-04-11Base: Add test page for document.cookieTimothy Flynn
2021-04-11ls: ls will print directory name when listing multiple directoriessetepenre
2021-04-11LibJS: Fix array hole and string object indexing prototype indirectionLinus Groh
2021-04-11Network: Add network.png 32x32 iconBrendan Coles
2021-04-11LibWeb+WebContent: Support image context menus in OOPWVAndreas Kling
2021-04-11SystemMonitor: Add tab with detailed state to process properties windowAndreas Kling
2021-04-11SystemMonitor: Add a little header to the process properties windowAndreas Kling
2021-04-11SystemMonitor: Simplify executable icon lookup in ProcessModelAndreas 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-11Base: Fix run-tests-and-shutdown.sh output in CI testing mode.Brian Gianforcaro
2021-04-11LibGUI: Remove an unused AK/Debug.h includeBrian Gianforcaro
2021-04-11LibWeb: Remove trailing ';' from WrapperGenerator functions.Brian Gianforcaro