summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14AK: Add Traits<ByteBuffer>::hash()Linus 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-13Ports: Move build directories into Build/Tim Schumacher
2022-07-13Ports/opentyrian-data: Don't extract the archive a second timeTim Schumacher
2022-07-13Meta+Ports: Automatically generate a meson cross file that we can useTim Schumacher
2022-07-13Ports/freedink: Don't extract freedink-data a second timeTim Schumacher
2022-07-13Ports/git: Store default gitconfig as heredocTim Schumacher
2022-07-13Ports/libicu: Evaluate the host build folder laterTim Schumacher
2022-07-13Ports/cfunge: Remove workdir weirdnessTim Schumacher
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-13Kernel/Graphics: Allocate VGA window region according to the usual rulesLiav A
2022-07-13Kernel/Graphics: Rename m_vga_region => m_vga_window_regionLiav A
2022-07-13Kernel/Graphics: Rename TextModeConsole => VGATextModeConsoleLiav A
2022-07-13Kernel/Graphics: Remove unnecessary VGAConsole class abstractionLiav A
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: Remove StringView(char const*) :^)sin-ack
2022-07-12Tests: Remove StringView char const* initialization testsin-ack
2022-07-12AK+Userland+Tests: Remove URL(char const*) constructorsin-ack
2022-07-12AK: Remove String <-> char const* comparison operatorssin-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-12Tests: Convert TestQuotedPrintable decode test to use StringViewssin-ack
2022-07-12Tests: Convert TestBase64 decode test to use StringViews directlysin-ack
2022-07-12Tests: Make TestSourceLocation basic_scenario specify StringView lengthsin-ack