summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-14LibJS: Refer to String elements as code units rather than charactersTimothy Flynn
2023-01-14LibJS: Update syntax for invoking the GetOption AO from Intl objectsTimothy Flynn
2023-01-14LibJS: Fix assignment of "isNegative" in FormatNumericToStringTimothy Flynn
2023-01-14LibJS: Renumber Intl.NumberFormat v3 prototypes and AOsTimothy Flynn
2023-01-14LibJS: Set approximate number range format result's "source" to "shared"Timothy Flynn
2023-01-14LibWeb: Stop using percentage column widths in `compute_table_measures`Aliaksandr Kalenik
2023-01-14LibWeb: Propagate layout mode of table formatting context to table cellsAliaksandr Kalenik
2023-01-14LibWeb: Table box width should be relative to wrapper containing blockAliaksandr Kalenik
2023-01-14LibWeb: Override width calculation for table wrappersAliaksandr Kalenik
2023-01-14LibSQL: Don't do fchmod on OpenBSDnipos
2023-01-14LibCore: On OpenBSD, handle anon_create() like on MacOSnipos
2023-01-14LibWeb: Use failable StringBuilder methods in StyleValueMacDue
2023-01-14LibWeb: Remove some unnecessary .release_value()s in StyleValueMacDue
2023-01-14LibGemini: Disallow cases forbidden in the specArda Cinar
2023-01-14LibGemini: Do not loop in Gemini::Job in case of errorArda Cinar
2023-01-14LibGemini: Propagate errors in Job::read_line and Job::receiveArda Cinar
2023-01-14LibGemini: Add a response length helper to Gemini::JobArda Cinar
2023-01-14LibSQL: Don't do fchmod on FreeBSDnipos
2023-01-13LibDNS: Use `AllocatingMemoryStream` in DNS package constructionTim Schumacher
2023-01-13LibCore: Add helper functions to read/write trivial values from streamsTim Schumacher
2023-01-13LibCore: Enable file descriptor passing on FreeBSDNiklas Poslovski
2023-01-13LibCompress: Remove all leftover `AK::Stream` headersTim Schumacher
2023-01-13LibCompress: Switch the deflate seekback buffer to `CircularBuffer`Tim Schumacher
2023-01-13LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor`Tim Schumacher
2023-01-13LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor`Tim Schumacher
2023-01-13LibCore: Allow zero-sized spans in `Stream::*_entire_buffer`Tim Schumacher
2023-01-13LibCompress: Switch `DeflateDecompressor` to a fallible constructorTim Schumacher
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-13LibJS: Explicitly disallow references in ThrowCompletionOrTimothy Flynn
2023-01-13LibJS+Everywhere: Return strings by value from PrimitiveStringTimothy Flynn
2023-01-13AK: Add support for "debug only" formattersMacDue
2023-01-13LibWeb: Fix more ignored .to_string() errors in StyleValueMacDue
2023-01-14LibCore: Add `AllocatingMemoryStream::offset_of`Tim Schumacher
2023-01-13LibCore: Call the mkstemp function in a slightly prettier wayArda Cinar
2023-01-13LibGUI: Make undo work for TextDocument ReplaceAllTextCommandSam Atkins
2023-01-13LibJS: Use integer days in RoundDurationBodilessSleeper
2023-01-12LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()MacDue
2023-01-12LibWeb: Fix ignored .to_string() errors in StyleValueMacDue
2023-01-12LibWebView+Ladybird: Move preferred color scheme to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move text selection to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move running JavaScript to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move debug request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move page loading to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move get source request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move zoom logic to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Begin de-duplicate WebView implementationsLinus Groh
2023-01-12LibWeb: Don't mark layout tree as selected when selection is zero-lengthAndreas Kling
2023-01-12LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)Andreas Kling
2023-01-12LibWeb: Use DOM Selection instead of ad-hoc layout tree selectionAndreas Kling