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-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
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibGL: Implement `glIsEnabled()`
Jelle Raaijmakers
2021-10-17
LibGL: Implement disabling GL_FOG
Jelle Raaijmakers
2021-10-17
LibGL: Correct GL_MODELVIEW and GL_PROJECTION values
Jelle Raaijmakers
2021-10-18
LibWeb: Fill page background with the "base" palette color
Andreas Kling
2021-10-17
LibC: Define ULLONG_MAX
L Pereira
2021-10-17
LibWeb: Factor out creation of independent formatting contexts
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-10-17
LibGUI: Don't render placeholders as secret
Peter Elliott
2021-10-17
LibX86: Add SSE support
Hediadyoin1
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-10-17
LibWeb: Make the CSS serialization functions actually output things :^)
Sam Atkins
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-10-17
LibCoredump: Show frames from Loader.so if the crash occurs in it
Daniel Bertalan
2021-10-17
LibDebug: Enable parsing `libgcc_s.so`
Daniel Bertalan
2021-10-17
LibDebug: Don't create compilation units for embedded resources
Daniel Bertalan
2021-10-17
LibDebug: Make use of the newly supported data forms
Daniel Bertalan
2021-10-17
LibDebug: Support `DW_FORM_data16`
Daniel Bertalan
2021-10-17
LibDebug: Support `addrx*`, `strx*` and `rnglistx` forms
Daniel Bertalan
2021-10-17
LibDebug: Don't expose AttributeValue internals, use getters instead
Daniel Bertalan
2021-10-17
LibCoredump: Accept dynamic libraries with versioned names
Daniel Bertalan
2021-10-17
LibC: Primitively implement wcsxfrm
Daniel Bertalan
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-17
LibC: Fix wcsrchr declaration to return a non-const wchar*
Daniel Bertalan
[next]