index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-07-14
LibVT: Show application display name when hovered over, if available
Wuzado
2022-07-14
LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.1. Methods' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]]
Linus Groh
2022-07-14
LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optional
Linus Groh
2022-07-14
LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.1. URL' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add a stub PolicyContainer struct
Linus Groh
2022-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-14
LibWeb: Add 'byte-{lower,upper}case' operations from the Infra spec
Linus Groh
2022-07-14
cp: Implement the granular `--preserve` flag
Tim Schumacher
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
2022-07-14
LibCore: Introduce support for optional ArgsParser option values
Tim Schumacher
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-14
LibCore: Don't print optional arguments in ArgsParser help messages
Tim Schumacher
2022-07-13
LibWeb: Fix regexes for XHR
Ankur Sundara
2022-07-13
LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changes
Timothy Flynn
2022-07-13
LibJS: Implement Intl.NumberFormat V3's [[UseGrouping]] changes
Timothy Flynn
2022-07-13
LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptions
Timothy Flynn
2022-07-13
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
Timothy Flynn
2022-07-13
NotificationServer: Move notifications down if hovered
Atharva Kulkarni
2022-07-13
LibWeb: Only create one wrapper for inline content inside flex container
Andreas Kling
2022-07-13
WorkspacePicker: Hide applet if size == 0
Filiph Sandström
2022-07-12
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
Andreas Kling
2022-07-12
LibWeb: Use fit-content size for flex items with indefinite cross size
Andreas Kling
2022-07-12
LibWeb: Stub out two functions on SVGGeometryElement
Andreas Kling
2022-07-12
LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly
Andreas Kling
2022-07-12
AK+Userland+Tests: Remove URL(char const*) constructor
sin-ack
2022-07-12
LibRegex: Remove RegexStringView(char const*) constructor
sin-ack
2022-07-12
LibCore: Add FIXME note about converting Core::Account to use StringView
sin-ack
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibC: Convert getopt and getopt_long to new StringView usage
sin-ack
2022-07-12
LibCore: Add convenience templates for System::{unveil,pledge}
sin-ack
2022-07-12
LibX86: Convert register names to StringViews
sin-ack
2022-07-12
Userland: Remove erroneous String -> char* -> StringView conversions
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-07-12
LibJS: Emit StringViews for ErrorType instances
sin-ack
2022-07-12
LibChess: Add convenience constructor for Chess::Square
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
[next]