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
2021-10-28
LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute
Timothy Flynn
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-28
LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)
Andreas Kling
2021-10-28
LibWeb: Properly handle the <td align> attribute
Andreas Kling
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-28
LibC: Change the type of FBProperties' fields from bool to unsigned char
Idan Horowitz
2021-10-28
LibGUI: Add MetricRole and PathRole to GUI::Variant
Sam Atkins
2021-10-28
LibGfx: Add to_string() functions for MetricRole and PathRole
Sam Atkins
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-28
LibGfx: Make style painters use east const and virtual specifiers
Sam Atkins
2021-10-28
LibCore: Add ElapsedTimer::reset()
Jelle Raaijmakers
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
LibWeb: Don't create anonymous table boxes around whitespace
Andreas Kling
2021-10-27
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for Layout::Label
Andreas Kling
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-26
LibWeb: Implement URLSearchParams.getAll
Luke Wilde
2021-10-26
LibJS: Clarify mathematical types in Temporal AOs and functions
Linus Groh
2021-10-26
LibWeb: Fix inline blocks swallowing trailing whitespace
Felix Rauch
2021-10-26
LibC: Remove debug spam from openpty()
Andreas Kling
2021-10-25
LibCore: Add File::size()
Leandro Pereira
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-25
LibJS: Support calling result of a computed MemberExpression in bytecode
Andreas Kling
2021-10-25
LibJS: Simplify MemberExpression::generate_bytecode()
Andreas Kling
2021-10-25
LibJS: Tweak Value::to_property_key() fast path for Int32
Andreas Kling
2021-10-25
LibJS: Support more assignment expressions in the bytecode VM
Andreas Kling
2021-10-25
LibJS: Generate bytecode for UpdateExpression with MemberExpression arg
Andreas Kling
2021-10-25
LibJS: Add BytecodeGenerator helpers for reference get/put
Andreas Kling
2021-10-25
LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides
Andreas Kling
2021-10-25
LibJS: Always inline the bytecode instruction iterator's operator++
Andreas Kling
2021-10-25
LibJS: Add default constructor for PrivateName
Andreas Kling
2021-10-25
LibSQL: Add better error handling to `evaluate` and `execute` methods
Jan de Visser
2021-10-25
LibSQL: First cut of SQL `WHERE` clause
Jan de Visser
2021-10-25
LibSQL: Implement evaluate() method of BinaryOperatorExpression
Jan de Visser
2021-10-25
LibSQL: Implement binary operators for Value objects
Jan de Visser
2021-10-25
LibJS: Propagate exceptions across bytecode executable boundaries
Andreas Kling
2021-10-25
LibJS: Make eval() code run in the bytecode VM
Andreas Kling
2021-10-25
LibJS: Make bytecode interpreter leave unwind context immediately
Andreas Kling
2021-10-25
LibJS: Make bytecode VM throw TypeError on attempt to call non-callable
Andreas Kling
2021-10-25
LibJS: Fix bogus bytecode codegen for "catch" parameters
Andreas Kling
2021-10-25
LibX86: Take load base address into consideration during disassembly
Daniel Bertalan
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
2021-10-24
LibTest: Introduce a macro to only compare truthiness
Tim Schumacher
2021-10-24
LibHTTP: Reset m_content_length if there's a Transfer-Encoding header
Karol Kosek
2021-10-24
LibHTTP: Trim the last packet if it exceeded the Content-Length value
Karol Kosek
2021-10-24
LibHTTP: Store Content-Length value in the HTTP Job class
Karol Kosek
2021-10-24
LibHTTP: Fix buffer overflow when body is larger than the Content-Length
Karol Kosek
2021-10-24
LibWeb: Remove now-unnecessary String copy when parsing CSS colors
Sam Atkins
[next]