summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-04-02LibWeb: Fix regression in definite grid row heightsmartinfalisse
2023-04-02LibWeb: Rename PositionedBox to GridItemmartinfalisse
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-04-02AK: Increase LittleEndianOutputBitStream's buffer size and remove loopsTimothy Flynn
2023-04-02LibWeb: Fix application of intrinsic aspect ratio to flex column itemsAndreas Kling
2023-04-02LibWeb: Make HTMLImageElement loads delay the document load eventAndreas Kling
2023-04-02LibJS: Parse secondary expressions with the original forbidden token setLinus Groh
2023-04-02LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<>Nico Weber
2023-04-01LibWeb: Add ReadableStream.locked/cancel()/getReader()Matthew Olsson
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-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-01LibCompress: Implement block size validation for XZ streamsTim Schumacher
2023-04-01LibCompress: Factor out the list of XZ check sizesTim 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-01LibCore: Remove colons from markdown header names in ArgsParserTim Ledbetter
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-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-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-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-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
2023-03-30LibWeb: Move to_gfx_scaling_mode() helperSam Atkins
2023-03-30LibWeb: Move PositionValue into its own filesSam Atkins
2023-03-30LibWeb: Move CSS::EdgeRect into its own filesSam Atkins
2023-03-30LibWeb: Move BackgroundSize enum to ComputedValues.hSam Atkins
2023-03-30LibWeb: Move FlexBasis enum to ComputedValues.hSam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from LengthSam Atkins
2023-03-30LibWeb: Let CSS::Size contain a CalculatedStyleValueSam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from TimeSam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from FrequencySam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from AngleSam Atkins