summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-16AK: Define both `::nullptr_t` and `std::nullptr_t`Tim Schumacher
2022-09-16Shell: Fix 'Command:' output for built-in 'time' commandBen Wiederhake
2022-09-15AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArrayHendiadyoin1
2022-09-15Base: Add 13 emojiJoel Hansen
2022-09-15Base: Add new emojiMykola
2022-09-15LibWeb: Don't set initial font+color on both HTML and BODY elementsAndreas Kling
2022-09-15LibWeb: Cache lowercased names in SimpleSelectorAndreas Kling
2022-09-15LibWeb: Hoist case sensitivity check out of loop in Element::has_class()Andreas Kling
2022-09-15LibWeb: Resolve cyclic declaration/definitions involving LengthBen Wiederhake
2022-09-15Calculator: Change internal representation to support perfect divisionLucas CHOLLET
2022-09-15LibCrypto: Fix -0 and 0 non-equalityLucas CHOLLET
2022-09-15LibCrypto: Add BigFractionLucas CHOLLET
2022-09-15StringBuilder: Add try_append_repeated() and append_repeated()Lucas CHOLLET
2022-09-15LibCrypto: Add SignedBigInteger::negated_value()Lucas CHOLLET
2022-09-15Meta: Revise lint-commit.sh regex for the titleBen Wiederhake
2022-09-15LibWeb: Don't ignore data: URLs in @font-face srcAndreas Kling
2022-09-15LibGfx: Cache vector fonts by family nameAndreas Kling
2022-09-15LibCore: Rewrite Core::Stream::read_all_implsin-ack
2022-09-15LibCore: Add documentation to Stream functions + make parameter clearersin-ack
2022-09-15LibWeb: Implement document.domain getterLuke Wilde
2022-09-15Meta: Enable vptr sanitation by default for Lagom UBSAN buildsTimothy Flynn
2022-09-15LibJS: Do not invoke Cell::vm in constructors before Cell is constructedTimothy Flynn
2022-09-15LibJS: Do not assume that IsArray means the object type is an ArrayTimothy Flynn
2022-09-15LibJS: Use correct include + object class for Function{Object,Prototype}Timothy Flynn
2022-09-15LibWeb: Fix bogus condition when checking CSS font file extensionsAndreas Kling
2022-09-14LibWeb: Be slightly better at @font-face rules with multiple sourcesAndreas Kling
2022-09-14LibWeb: Allow CSS at-rules to have an empty preludeAndreas Kling
2022-09-14LibWeb: Invalidate layout whenever a CSS font is loadedAndreas Kling
2022-09-14LibWeb: Schedule a layout update in Document::invalidate_layout()Andreas Kling
2022-09-14LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rulesAndreas Kling
2022-09-14LibWeb: Account for float's container offsets in BFC root auto heightAndreas Kling
2022-09-14LibSoftGPU: Return a `const&` texel in `Image` to prevent copyingJelle Raaijmakers
2022-09-14LibSoftGPU: Use `memcpy` instead of a loop to blit the color bufferJelle Raaijmakers
2022-09-14LibGfx: Use `memcpy` instead of `fast_u32_copy` for blittingJelle Raaijmakers
2022-09-14LibWeb: Don't show pointer (hand) cursor over non-linked a elementsAndreas Kling
2022-09-14LibWeb: Account for containing block padding when placing abspos boxesAndreas Kling
2022-09-14LibWeb: Replace most of our default UA stylesheet with spec rulesAndreas Kling
2022-09-14LibWeb: Make :link selector behave according to specAndreas Kling
2022-09-14LibWeb: Don't re-resolve "auto" flex item sizes after definitizing themAndreas Kling
2022-09-14LibWeb: Use PercentageOr<T>::contains_percentage() in CSS layoutAndreas Kling
2022-09-14LibWeb: Treat unimplemented grid-track-size syntax as "auto" for nowAndreas Kling
2022-09-14LibWeb: Add a way to ask if a PercentageOr<T> value contains percentagesAndreas Kling
2022-09-14CI: Fix typo preventing the CLDR cache from being pulledTimothy Flynn
2022-09-14Base: Tweak Source fontelectrikmilk
2022-09-14LibWeb: Add partial serialization for CSSFontFaceRuleelectrikmilk
2022-09-14Base: Add existing @font-face test to welcome pageelectrikmilk
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-14LibWeb: Don't clip to containing block when painting abspos descendantsAndreas Kling
2022-09-14LibWeb: Create stacking context for flex/grid items with z-index != autoAndreas Kling
2022-09-14LibWeb: Don't include abspos children in containing block's auto widthAndreas Kling