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
Age
Commit message (
Expand
)
Author
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
Shell: Immediately resolve value when setting a variable
Ali Mohammad Pur
2022-07-04
NetworkServer: Enable DHCP on interfaces that are not listed in config
Maciej
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
WidgetGallery: Repair GML layout on BasicsTab
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
Browser: Fix crash if clicking on non-visible nodes in the inspector
MacDue
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
BrowserSettings: Make content filtering on by default
Maciej
2022-07-03
BrowserSettings: Make default content filtering flag constexpr
Maciej
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
LookupServer: Try other available DNS nameservers on network errors
Idan Horowitz
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-02
unzip: Remove the arbitrary file size limit
Tim Schumacher
2022-07-01
LibGUI: Fix scrollbars not showing after updating content size
MacDue
2022-07-01
js: Implement pretty-printing of WeakRef objects
Linus Groh
2022-07-01
js: Implement pretty-printing of WeakSet objects
Linus Groh
2022-07-01
js: Implement pretty-printing of WeakMap objects
Linus Groh
2022-07-01
js: Fix pretty-printing of primitive wrapper objects
Linus Groh
2022-07-01
js: Prefix global variables with 'g_'
Linus Groh
2022-07-01
js: Fix a couple of const correctness issues
Linus Groh
2022-07-01
js: Move static_cast responsibility out of the pretty-print functions
Linus Groh
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
[next]