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
2021-10-19
LibWeb: Make computed flex-grow and flex-shrink always available
Andreas Kling
2021-10-19
LibWeb: Add FlexFormattingContext to the forwarding header
Andreas Kling
2021-10-19
LibWeb: Remove already-fixed FIXME in creates_block_formatting_context()
Andreas Kling
2021-10-19
LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox
Andreas Kling
2021-10-19
LibWeb: Distinguish between integer and number when checking StyleValues
Sam Atkins
2021-10-19
LibWeb: Distinguish between integer and float in NumericStyleValue
Sam Atkins
2021-10-19
LibWeb: Distinguish between length and percentage values
Sam Atkins
2021-10-19
LoginServer: Fix typo in --auto-login option value name
Linus Groh
2021-10-19
ImageViewer: Use scaled image size when resizing window to fit it
Nícolas F. R. A. Prado
2021-10-19
LoginServer: Log in when the user presses the enter key
Timothy Flynn
2021-10-19
LibCore: Avoid buffer overrun when invoking crypt() with a SecretString
Timothy Flynn
2021-10-19
LibCore: Change Account::set_password to take a SecretString
Timothy Flynn
2021-10-19
LibWeb: Don't assume we hit a layout node when handling mousedown events
Andreas Kling
2021-10-19
LibWeb: Add Event.eventPhase constants
Luke Wilde
2021-10-18
LibJS: Convert Value operator AOs to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert is_loosely_equal() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert is_less_than() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert Value::get() to ThrowCompletionOr
Idan Horowitz
2021-10-18
Base: Add a test page for the various element classList APIs
Timothy Flynn
2021-10-18
LibWeb: Implement the Element classList attribute
Timothy Flynn
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn
2021-10-18
LibWeb: Add initial support for IDL methods with variadic parameters
Timothy Flynn
2021-10-18
LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert PrototypeObject::typed_this_object() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert PrototypeObject::this_object() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_symbol_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_string_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_number_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_bigint_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Remove a bunch of forgotten exception checks after TRY_OR_DISCARD
Linus Groh
2021-10-18
Kernel/Net: Generate interface name near construction point
Liav A
2021-10-18
LibWeb: Ensure parent is not null in DOMTreeModel::index_for_node()
Dana Burkart
2021-10-18
LibWeb: Make 'auto' LengthStyleValues return 'auto' identifier
Sam Atkins
2021-10-18
LibWeb: Use east const in StyleValue.{h,cpp}
Sam Atkins
2021-10-18
Welcome: Save startup preference to user's SystemServer session
thankyouverycool
2021-10-18
Base: Update tips.txt
thankyouverycool
2021-10-18
Meta: Add a gdb pretty printer for AK::Array
Brian Gianforcaro
2021-10-18
CI: Build the Clang toolchain a single time for both onboard pipelines
Timothy Flynn
2021-10-18
LibWeb: Update <object> style on resource load/failure
Andreas Kling
2021-10-18
LibWeb: Update <img> style on resource load/failure
Andreas Kling
2021-10-18
LibWeb: Coalesce nested repaint requests instead of swallowing them
Andreas Kling
2021-10-18
LibWeb: Only update layout if actually needed when scrolling to anchor
Andreas Kling
2021-10-18
LibWeb: Weakly store NamedNodeMap's & Attribute's associated Element
Timothy Flynn
2021-10-17
SystemMonitor: Request symbolication wihout source positions
Rodrigo Tobar
2021-10-17
LibSymbolication: Skip source position calculation if requested
Rodrigo Tobar
2021-10-18
LibJS: Convert to_index() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_length() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u8_clamp() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u8() to ThrowCompletionOr
Idan Horowitz
[next]