summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-07-13LibJS+js: Parse new constructor options from Intl.NumberFormat V3Timothy Flynn
2022-07-13LibWeb: Only create one wrapper for inline content inside flex containerAndreas Kling
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-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-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
2022-07-12AK: Explicitly calculate length of char* when printingsin-ack
2022-07-12LibWeb: Add missing break to avoid fallthrough in FlexFormattingContextIdan Horowitz
2022-07-12LibWeb: Remove unused variable in FlexFormattingContextIdan Horowitz
2022-07-12LibWeb: Express flex item cross axis alignment as offsets-from-centerAndreas Kling
2022-07-12LibWeb: Actually clamp flex line cross size to min/max-sizeAndreas Kling
2022-07-12LibWeb: Don't crash when failing to create WebGL context on non-SerenityAndreas Kling
2022-07-12LibWeb: Set up both containing block sizes before intrinsic sizingAndreas Kling
2022-07-12LibWeb: Floor scaled flex shrink factor at 1 when spec asks us toAndreas Kling
2022-07-12LibWeb: Take margin box into account when justifying flex itemsAndreas Kling
2022-07-12LibWeb: Add safety mechanism to guard against non-finite layout sizesAndreas Kling
2022-07-12LibWeb: Honor `align-self` over `align-items` when non-auto on flex itemAndreas Kling
2022-07-12LibJS: Add test case for %TypedArray%.prototype.toSplicedObinna Ikeh
2022-07-12LibJS: Add %TypedArray%.prototype.toSplicedObinna Ikeh
2022-07-12LibJS: Implement Intl.PluralRules.prototype.selectRangeTimothy Flynn
2022-07-12LibUnicode: Parse and generate per-locale plural rangesTimothy Flynn
2022-07-11LibWeb: Implement all "attributes" mutation records for MutationObserverLuke Wilde
2022-07-11LibWeb: Implement "characterData" mutation record for MutationObserverLuke Wilde
2022-07-11LibWeb: Implement all "childList" mutation records for MutationObserverLuke Wilde
2022-07-11LibWeb: Introduce Mutation{Record,Observer} and observer microtasksLuke Wilde
2022-07-11LibWeb: Wrap DOM::Attribute in NodeWrapperFactoryLuke Wilde
2022-07-11LibWeb: Implement CharacterData.{append,insert,delete}DataLuke Wilde
2022-07-11LibWeb: Implement CharacterData::set_data in terms of replace_dataLuke Wilde
2022-07-11LibWeb: Allow creating a StaticNodeList without an r-value VectorLuke Wilde
2022-07-11LibWeb: Honor preferred size as intrinsic cross size of flex itemsAndreas Kling
2022-07-11LibWeb: Implement step 9.2.3 of the flexbox layout algorithmAndreas Kling
2022-07-11LibWeb: Stop putting the FormattingState nodes in a slow hash mapAndreas Kling
2022-07-11LibWeb: Tweak padding on button elements match other enginesAndreas Kling
2022-07-11LibWeb: Bring sizing of replaced elements closer to specAndreas Kling
2022-07-11LibWeb: Match WebKit and Blink re: absence of width/height on <svg>Andreas Kling
2022-07-11LibWeb: Try to work out the intrinsic size of <svg> elementsAndreas Kling