index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-04-01
LibCompress: Implement block size validation for XZ streams
Tim Schumacher
2023-04-01
LibCompress: Factor out the list of XZ check sizes
Tim Schumacher
2023-04-01
LibCompress: Reduce indentation in CompressedBlock::try_read_more()
Nico Weber
2023-04-01
LibWeb: Don't churn HTML::EventLoop while in microtask checkpoint
Andreas Kling
2023-04-01
LibCore: Remove colons from markdown header names in ArgsParser
Tim Ledbetter
2023-04-01
LibCompress: Add a utility to GZIP compress an entire file
Timothy Flynn
2023-04-01
gunzip+LibCompress: Move utility to decompress files to GzipDecompressor
Timothy Flynn
2023-03-31
LibCompress: Remove two needless heap allocations
Nico Weber
2023-03-31
LibWeb: Add HTMLAnchorElement.referrerPolicy property
Sam Atkins
2023-03-31
LibWeb: Add HTMLAnchorElement.text getter and setter
Sam Atkins
2023-03-31
LibWeb: Add "CEReactions" to HTMLAnchorElement IDL as in spec
Sam Atkins
2023-03-31
LibGUI: Add gutter indicators to TextEditor :^)
Sam Atkins
2023-03-31
LibGUI: Rename TextEditor::LineVisualData -> LineData
Sam Atkins
2023-03-31
LibGUI: Extract repeated code for populating TextEditor per-line data
Sam Atkins
2023-03-31
AK+LibCompress: Remove the Deflate back-reference intermediate buffer
Timothy Flynn
2023-03-31
gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzip
Timothy Flynn
2023-03-31
LibCrypto: Implement little endian CRC using the slicing-by-8 algorithm
Timothy Flynn
2023-03-31
LibCore: Don't assume ArgsParser arguments are non-empty
Ali Mohammad Pur
2023-03-30
LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-30
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
Sam Atkins
2023-03-30
LibWeb: Make `absolutized_length()` helper a Length method
Sam Atkins
2023-03-30
LibWeb: Move to_gfx_scaling_mode() helper
Sam Atkins
2023-03-30
LibWeb: Move PositionValue into its own files
Sam Atkins
2023-03-30
LibWeb: Move CSS::EdgeRect into its own files
Sam Atkins
2023-03-30
LibWeb: Move BackgroundSize enum to ComputedValues.h
Sam Atkins
2023-03-30
LibWeb: Move FlexBasis enum to ComputedValues.h
Sam Atkins
2023-03-30
LibWeb: Remove CalculatedStyleValue from Length
Sam Atkins
2023-03-30
LibWeb: Let CSS::Size contain a CalculatedStyleValue
Sam Atkins
2023-03-30
LibWeb: Remove CalculatedStyleValue from Time
Sam Atkins
2023-03-30
LibWeb: Remove CalculatedStyleValue from Frequency
Sam Atkins
2023-03-30
LibWeb: Remove CalculatedStyleValue from Angle
Sam Atkins
2023-03-30
LibWeb: Introduce CalculatedOr type
Sam Atkins
2023-03-30
LibJS: Add fast path to Value::to_u32() if Value is a positive i32
Andreas Kling
2023-03-30
LibWeb: Actually visit rules and media queries in imported style sheets
Andreas Kling
2023-03-30
LibCompress: Use LZMA context from preexisting dictionary
Tim Schumacher
2023-03-30
LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunks
Tim Schumacher
2023-03-30
LibCompress: Use the correct LZMA repetition offset in all cases
Tim Schumacher
2023-03-30
LibCompress: Only require new LZMA2 properties after dictionary reset
Tim Schumacher
2023-03-30
LibCompress: Reduce repeated code in the LZMA decompressor
Tim Schumacher
2023-03-30
LibCompress: Implement support for multiple concatenated XZ streams
Tim Schumacher
2023-03-30
LibCompress: Move XZ header validation into the read function
Tim Schumacher
2023-03-30
LibWeb: Don't re-sort StyleSheetList on every new sheet insertion
Andreas Kling
2023-03-30
LibWeb: Make the Node.compareDocumentPosition() return value enum public
Andreas Kling
2023-03-30
LibWeb: Remove redundant invocation of `children changed` in HTMLParser
Andreas Kling
2023-03-30
LibCompress: Implement proper handling of LZMA end-of-stream markers
Tim Schumacher
2023-03-30
LibCompress: Move common LZMA end-of-file checks into helper functions
Tim Schumacher
2023-03-29
LibWeb: Implement CRC2D.imageSmoothingEnabled
Andreas Kling
2023-03-29
LibWeb: Resolve percentage vertical-align values against line-height
Andreas Kling
2023-03-29
LibCompress: Decode non-self-referencing back-references in one shot
Timothy Flynn
2023-03-29
LibCompress: Use prefix tables to decode Huffman codes up to 8 bits long
Timothy Flynn
[next]