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
2022-07-04
LibWeb: Support adding a border-radius to <iframe> elements
MacDue
2022-07-04
LibWeb: Support adding a border-radius to <canvas> elements
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for image painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for shadow painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for background painting
MacDue
2022-07-04
LibWeb: Add ScopedCornerRadiusClip
MacDue
2022-07-04
LibWeb: Support overflow: hidden with a border-radius
MacDue
2022-07-04
LibWeb: Use padding box for clipping overflow
MacDue
2022-07-04
LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipper
MacDue
2022-07-04
LibWeb: Always apply min/max cross size constraints to flex items
Andreas Kling
2022-07-04
LibWeb: Simplify some WeakPtr assignments
Andreas Kling
2022-07-04
LibJS: Explicitly instantiate Parser::parse_function_node
Daniel Bertalan
2022-07-04
LibHTTP: Include JsonObject.h in Job.cpp
Daniel Bertalan
2022-07-04
LibJS/Tests: Disable one Array.prototype.toSpliced test for now
Linus Groh
2022-07-04
LibWeb: Use lowercase type selectors to match against html elements
networkException
2022-07-04
LibWeb: Add the type field to DOM::Document
networkException
2022-07-04
LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclaration
networkException
2022-07-04
LibGUI: Notify the layout system of more relevant events in TabWidget
FrHun
2022-07-04
LibGUI: Implement calculated min/preferred sizes for TabWidget
FrHun
2022-07-04
LibGUI: Add horizontal and vertical totals to Margins
FrHun
2022-07-04
LibGUI: Notify layout system of more relevant events in Widget
FrHun
2022-07-04
LibGUI: Avoid some unneeded relayouts from layout relevant changes
FrHun
2022-07-04
LibGUI: Calculate Window min_size on show
FrHun
2022-07-04
LibWeb: Shrink border radii for background-clip and support with images
MacDue
2022-07-04
LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData
MacDue
2022-07-04
LibWeb: Make hit testing respect hidden overflow
Igor Pissolati
2022-07-04
LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1
Linus Groh
2022-07-04
LibJS: Use u64 for the length parameter in Array::create()
Linus Groh
2022-07-04
LibJS: Add spec comments to ArrayCreate
Linus Groh
2022-07-04
LibJS: Use a template for 'Value from integral number' constructors
Linus Groh
2022-07-03
LibDebug: Make sure current_breakpoint has value before usage
Marcus Nilsson
2022-07-03
Everywhere: Fix two inconsistent serenity_lib() output names
Linus Groh
2022-07-03
LibWeb: Wire up XHR::ontimeout event
Kenneth Myhra
2022-07-03
LibWeb: Add timeout_callback to ResourceLoader::load()
Kenneth Myhra
2022-07-03
LibWeb: Use a single shot timer instead of an ordinary repetitive timer
Kenneth Myhra
2022-07-03
LibJS: Avoid potential overflow in Array.prototype.toSpliced()
Linus Groh
2022-07-03
LibJS: Add tests for %TypedArray%.prototype.toReversed
Obinna Ikeh
2022-07-03
LibJS: Add %TypedArray%.prototype.toReversed
Obinna Ikeh
2022-07-02
LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormat
Idan Horowitz
2022-07-02
LibJS: Disallow mixed-sign durations in Intl.DurationFormat
Idan Horowitz
2022-07-01
LibGUI: Fix scrollbars not showing after updating content size
MacDue
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.formatToParts
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.format
Idan Horowitz
2022-07-01
LibJS: Implement the PartitionDurationFormatPattern abstract operation
Idan Horowitz
2022-07-01
LibUnicode: Generate data about DurationFormat-required units as well
Idan Horowitz
2022-07-01
LibUnicode: Extract the timeSeparator numeric symbol from CLDR
Idan Horowitz
2022-07-01
LibJS: Implement the ToDurationRecord abstract operation
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.resolvedOptions
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.supportedLocalesOf
Idan Horowitz
2022-07-01
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
Idan Horowitz
[next]