index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
AK: Remove BitStream workaround for now-resolved BufferedStream behavior
Timothy Flynn
2023-03-30
AK: Refill a BufferedStream when it has less than the requested size
Timothy Flynn
2023-03-30
AK: Remove arbitrary 1 KB limit when filling a BufferedStream's buffer
Timothy Flynn
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
AK: Fix Clang 16 UBSan issue with zero-length `Array`
Daniel Bertalan
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
AK: Fix build with Xcode 14.2's clang
Nico Weber
2023-03-29
gunzip: Use a buffered file to read from the input file
Timothy Flynn
2023-03-29
LibCompress: Use prefix tables to decode Huffman codes up to 8 bits long
Timothy Flynn
2023-03-29
AK: Increase LittleEndianInputBitStream's buffer size and remove loops
Timothy Flynn
2023-03-29
LibCompress: Use a bit stream for the entire GZIP decompression process
Timothy Flynn
2023-03-29
AK: Add NumericLimits::digits to return the number of digits in a type
Timothy Flynn
2023-03-29
CI: Bump clang used by the Fuzzer build to clang-15
Timothy Flynn
2023-03-29
Ladybird: Add reset zoom level button to toolbar
MacDue
2023-03-29
Browser: Add reset zoom level button to toolbar
MacDue
2023-03-29
LibWeb+LibWasm: Implement and use the "reset the Memory buffer" steps
Ali Mohammad Pur
2023-03-29
LibWeb: Parse Element.style url functions relative to the document
Luke Wilde
2023-03-29
LibGfx/OpenType: Ignore glyphs with bogus offsets
Andreas Kling
2023-03-29
Shell: Skip rc files when not running interactively
Tim Schumacher
2023-03-29
Shell: Correctly mark the end line of a parsed list
Tim Schumacher
2023-03-29
Shell: Allow appending empty string literals
Tim Schumacher
2023-03-29
Shell: Properly skip POSIX `Fi` tokens
Tim Schumacher
2023-03-29
Shell: Evaluate the program name before parsing arguments
Tim Schumacher
2023-03-28
README: Add a jump section for easy access to documentation
sin-ack
2023-03-28
LibWeb: Clamp fit-content widths in flex layout to min/max-width
Andreas Kling
2023-03-28
Tests/LibWeb: Add layout test for layout fix in PR #15780
Luke Wilde
2023-03-28
LibGfx: Don't render OpenType glyphs that have no outline
Julian Offenhäuser
2023-03-28
AK: Add DeprecatedString::from_utf8(StringView)
Ali Mohammad Pur
2023-03-28
LibWeb: Allow attachshadow for elements with valid custom element names
Srikavin Ramkumar
2023-03-28
LibWeb: Return HTMLElement for valid custom element tag names
Srikavin Ramkumar
2023-03-28
LibWeb: Implement custom element name validation
Srikavin Ramkumar
2023-03-28
LibWeb: Iterate codepoints instead of characters in is_valid_name
Srikavin Ramkumar
2023-03-28
Meta: Remove SonarCloud cache and threads setup as it is now default
Massimo Paladin
2023-03-28
LibWeb: Declare defaulted style value comparision operators inline
Andrew Kaster
2023-03-28
Documentation: Add instructions for debugging Ladybird with Xcode
Andrew Kaster
2023-03-28
Meta: Diable Wshorten-64-to-32 explicitly to silence Xcode defaults
Andrew Kaster
2023-03-28
Ladybird: Improve Xcode generator experience and copy helpers to bundle
Andrew Kaster
2023-03-28
LibSQL: Block signals while forking SQLServer in Lagom
Andrew Kaster
2023-03-27
LibWeb: Use fit-content width in place of indefinite flex item widths
Andreas Kling
2023-03-27
LibWeb: Make box content sizes indefinite before intrinsic sizing
Andreas Kling
2023-03-27
LibWeb: Add default equality operators to Available{Space,Size}
Andreas Kling
2023-03-27
LibWeb: Pass available inner space to inline-level SVG layout
Andreas Kling
2023-03-27
LibWeb: Pass available inner space to BFC root auto height calculation
Andreas Kling
2023-03-27
LibWeb: Fix intrinsic sizing early return condition in TFC
Aliaksandr Kalenik
[next]