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-29
LibJS: Convert BooleanPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert FunctionPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ErrorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ConsoleObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert JSONObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SymbolPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SymbolConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert BigIntPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibRegex: Don't ignore empty alternatives in append_alternation()
Ali Mohammad Pur
2021-10-28
LibWeb: Add Element.webkitMatchesSelector
Luke Wilde
2021-10-28
LibWeb: Don't try to layout list-item markers in BFC
Andreas Kling
2021-10-28
LibWeb: Add Layout::Box::border_box_as_relative_rect()
Andreas Kling
2021-10-28
LibWeb: Small fix to height computation for block-with-inline-children
Andreas Kling
2021-10-28
LibWeb: Use border edges when computing overflow for the ICB
Andreas Kling
2021-10-28
LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)
Andreas Kling
2021-10-28
LibWeb: Don't force line box fragments height to be at least line-height
Andreas Kling
2021-10-28
LibWeb: Make non-absolute values for line-height fall back to font-size
Andreas Kling
2021-10-28
LibWeb: Clip descendants of boxes with overflow:hidden
Andreas Kling
2021-10-28
LibWeb: Treat width:auto on tables as fit-content
Andreas Kling
2021-10-28
LibWeb: Allow whitespace when parsing "!important" in CSS
Sam Atkins
2021-10-28
LibWeb: Allow whitespace inside CSS attribute selectors
Sam Atkins
2021-10-28
LibWeb: Remove two lowercase string creations from Element::has_class
Timothy Flynn
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
[prev]
[next]