summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-01LibWeb: Implement ReadableStream's constructorMatthew Olsson
2023-04-01LibWeb: Add UnderlyingSource struct for ReadableStream constructorMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultControllerMatthew Olsson
2023-04-01IDLGenerators: Support nullable double valuesMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultReaderMatthew Olsson
2023-04-01LibWeb: Add the stream queue-related abstract operationsMatthew Olsson
2023-04-01LibWeb: Add the ReadableStreamGenericReader mixin interfaceMatthew Olsson
2023-04-01LibWeb: Use scaled font when painting list item markersMacDue
2023-04-01LibWeb: Use scaled font when painting text shadowsMacDue
2023-04-01LibWeb: Add .scaled_font() helper to Layout::NodeMacDue
2023-04-01Base: Document the -f option for grepEli Youngs
2023-04-01grep: Read patterns from a file with -fEli Youngs
2023-04-01LibWeb: Add display grid automated testsmartinfalisse
2023-04-01Tests: Use layout tests placed in subdirectoriesmartinfalisse
2023-04-01Meta: Install PCI and USB ID files directly into /resTimothy Flynn
2023-04-01LibCompress: Implement block size validation for XZ streamsTim Schumacher
2023-04-01LibCompress: Factor out the list of XZ check sizesTim Schumacher
2023-04-01Tests: Document input of the xz_utils_good_1_block_header_1 test caseTim Schumacher
2023-04-01LibCompress: Reduce indentation in CompressedBlock::try_read_more()Nico Weber
2023-04-01LibWeb: Don't churn HTML::EventLoop while in microtask checkpointAndreas Kling
2023-04-01Base: Remove trailing colons from man page headingsTim Ledbetter
2023-04-01Base: Update man pages for utilitiesTim Ledbetter
2023-04-01LibCore: Remove colons from markdown header names in ArgsParserTim Ledbetter
2023-04-01gzip: Use utilities from LibCompress to (de)compress filesTimothy Flynn
2023-04-01LibCompress: Add a utility to GZIP compress an entire fileTimothy Flynn
2023-04-01gunzip+LibCompress: Move utility to decompress files to GzipDecompressorTimothy Flynn
2023-03-31Browser: Add tooltip to reset zoom level buttonMacDue
2023-03-31Ladybird: Add tooltip to reset zoom level buttonMacDue
2023-03-31KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrlsbcohen2000
2023-03-31Kernel/HID: Don't update the remapped Ctrl modifier unconditionallyLiav A
2023-03-31LibCompress: Remove two needless heap allocationsNico Weber
2023-03-31LibWeb: Add HTMLAnchorElement.referrerPolicy propertySam Atkins
2023-03-31LibWeb: Add HTMLAnchorElement.text getter and setterSam Atkins
2023-03-31LibWeb: Add "CEReactions" to HTMLAnchorElement IDL as in specSam Atkins
2023-03-31HackStudio: Migrate git-diff indicators to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate execution-position indicator to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate breakpoint indicators to TextEditor APISam Atkins
2023-03-31LibGUI: Add gutter indicators to TextEditor :^)Sam Atkins
2023-03-31LibGUI: Rename TextEditor::LineVisualData -> LineDataSam Atkins
2023-03-31LibGUI: Extract repeated code for populating TextEditor per-line dataSam Atkins
2023-03-31CrashReporter: Warn about malloc and free patterns in fault addressLiav A
2023-03-31disk_benchmark: Remove the call to umaskPankaj Raghav
2023-03-31AK+LibCompress: Remove the Deflate back-reference intermediate bufferTimothy Flynn
2023-03-31gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzipTimothy Flynn
2023-03-31LibCrypto: Implement little endian CRC using the slicing-by-8 algorithmTimothy Flynn
2023-03-31LibCore: Don't assume ArgsParser arguments are non-emptyAli Mohammad Pur
2023-03-31Shell: Don't require ArgsParser values to be null-terminatedAli Mohammad Pur
2023-03-30LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-30LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}Sam Atkins
2023-03-30LibWeb: Make `absolutized_length()` helper a Length methodSam Atkins