summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-14LibVT: Show application display name when hovered over, if availableWuzado
2022-07-14LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.2. Headers' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.1. Methods' in the Fetch specLinus Groh
2022-07-14LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]]Linus Groh
2022-07-14LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optionalLinus Groh
2022-07-14LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}Linus Groh
2022-07-14LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-14LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.1. URL' in the Fetch specLinus Groh
2022-07-14LibWeb: Add a stub PolicyContainer structLinus Groh
2022-07-14LibWeb: Move Origin into the HTML namespaceLinus Groh
2022-07-14LibWeb: Add 'byte-{lower,upper}case' operations from the Infra specLinus Groh
2022-07-14cp: Implement the granular `--preserve` flagTim Schumacher
2022-07-14LibCore: Make copying permissions, ownership and timestamps combineableTim Schumacher
2022-07-14LibCore: Introduce support for optional ArgsParser option valuesTim Schumacher
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-14LibCore: Don't print optional arguments in ArgsParser help messagesTim Schumacher
2022-07-13LibWeb: Fix regexes for XHRAnkur Sundara
2022-07-13LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changesTimothy Flynn
2022-07-13LibJS: Implement Intl.NumberFormat V3's [[UseGrouping]] changesTimothy Flynn
2022-07-13LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptionsTimothy Flynn
2022-07-13LibJS+js: Parse new constructor options from Intl.NumberFormat V3Timothy Flynn
2022-07-13NotificationServer: Move notifications down if hoveredAtharva Kulkarni
2022-07-13LibWeb: Only create one wrapper for inline content inside flex containerAndreas Kling
2022-07-13WorkspacePicker: Hide applet if size == 0Filiph Sandström
2022-07-12LibWeb: Traverse shadow-including subtree when adopting DOM nodesAndreas Kling
2022-07-12LibWeb: Use fit-content size for flex items with indefinite cross sizeAndreas Kling
2022-07-12LibWeb: Stub out two functions on SVGGeometryElementAndreas Kling
2022-07-12LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnlyAndreas Kling
2022-07-12AK+Userland+Tests: Remove URL(char const*) constructorsin-ack
2022-07-12LibRegex: Remove RegexStringView(char const*) constructorsin-ack
2022-07-12LibCore: Add FIXME note about converting Core::Account to use StringViewsin-ack
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12LibC: Convert getopt and getopt_long to new StringView usagesin-ack
2022-07-12LibCore: Add convenience templates for System::{unveil,pledge}sin-ack
2022-07-12LibX86: Convert register names to StringViewssin-ack
2022-07-12Userland: Remove erroneous String -> char* -> StringView conversionssin-ack
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-07-12LibJS: Emit StringViews for ErrorType instancessin-ack
2022-07-12LibChess: Add convenience constructor for Chess::Squaresin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack