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-20
LibJS: Convert NativeFunction callback to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
LibJS: Remove unused JS_{DECLARE,DEFINE}_NATIVE_{GETTER,SETTER} macros
Idan Horowitz
2021-10-20
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
Idan Horowitz
2021-10-20
LibWeb: Add missing headers
Ben Wiederhake
2021-10-20
LibJS: Add missing header in EnvironmentCoordinate.h
Ben Wiederhake
2021-10-20
LibC: Add missing header in search.h
Ben Wiederhake
2021-10-19
LibWeb: Use the correct initial value for the CSS 'align-items' property
Andreas Kling
2021-10-19
LibWeb: Make computed opacity always available
Andreas Kling
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 float in NumericStyleValue
Sam Atkins
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
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
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
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
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
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
2021-10-18
LibJS: Convert to_i8() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
[next]