summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-04LibJS/Tests: Disable one Array.prototype.toSpliced test for nowLinus Groh
2022-07-04LibWeb: Use lowercase type selectors to match against html elementsnetworkException
2022-07-04LibWeb: Add the type field to DOM::DocumentnetworkException
2022-07-04LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclarationnetworkException
2022-07-04Shell: Immediately resolve value when setting a variableAli Mohammad Pur
2022-07-04NetworkServer: Enable DHCP on interfaces that are not listed in configMaciej
2022-07-04LibGUI: Notify the layout system of more relevant events in TabWidgetFrHun
2022-07-04LibGUI: Implement calculated min/preferred sizes for TabWidgetFrHun
2022-07-04LibGUI: Add horizontal and vertical totals to MarginsFrHun
2022-07-04LibGUI: Notify layout system of more relevant events in WidgetFrHun
2022-07-04LibGUI: Avoid some unneeded relayouts from layout relevant changesFrHun
2022-07-04LibGUI: Calculate Window min_size on showFrHun
2022-07-04WidgetGallery: Repair GML layout on BasicsTabFrHun
2022-07-04LibWeb: Shrink border radii for background-clip and support with imagesMacDue
2022-07-04LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiDataMacDue
2022-07-04LibWeb: Make hit testing respect hidden overflowIgor Pissolati
2022-07-04LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1Linus Groh
2022-07-04LibJS: Use u64 for the length parameter in Array::create()Linus Groh
2022-07-04LibJS: Add spec comments to ArrayCreateLinus Groh
2022-07-04LibJS: Use a template for 'Value from integral number' constructorsLinus Groh
2022-07-03LibDebug: Make sure current_breakpoint has value before usageMarcus Nilsson
2022-07-03Everywhere: Fix two inconsistent serenity_lib() output namesLinus Groh
2022-07-03Browser: Fix crash if clicking on non-visible nodes in the inspectorMacDue
2022-07-03LibWeb: Wire up XHR::ontimeout eventKenneth Myhra
2022-07-03LibWeb: Add timeout_callback to ResourceLoader::load()Kenneth Myhra
2022-07-03LibWeb: Use a single shot timer instead of an ordinary repetitive timerKenneth Myhra
2022-07-03BrowserSettings: Make content filtering on by defaultMaciej
2022-07-03BrowserSettings: Make default content filtering flag constexprMaciej
2022-07-03LibJS: Avoid potential overflow in Array.prototype.toSpliced()Linus Groh
2022-07-03LibJS: Add tests for %TypedArray%.prototype.toReversedObinna Ikeh
2022-07-03LibJS: Add %TypedArray%.prototype.toReversedObinna Ikeh
2022-07-02LookupServer: Try other available DNS nameservers on network errorsIdan Horowitz
2022-07-02LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormatIdan Horowitz
2022-07-02LibJS: Disallow mixed-sign durations in Intl.DurationFormatIdan Horowitz
2022-07-02unzip: Remove the arbitrary file size limitTim Schumacher
2022-07-01LibGUI: Fix scrollbars not showing after updating content sizeMacDue
2022-07-01js: Implement pretty-printing of WeakRef objectsLinus Groh
2022-07-01js: Implement pretty-printing of WeakSet objectsLinus Groh
2022-07-01js: Implement pretty-printing of WeakMap objectsLinus Groh
2022-07-01js: Fix pretty-printing of primitive wrapper objectsLinus Groh
2022-07-01js: Prefix global variables with 'g_'Linus Groh
2022-07-01js: Fix a couple of const correctness issuesLinus Groh
2022-07-01js: Move static_cast responsibility out of the pretty-print functionsLinus Groh
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatToPartsIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatIdan Horowitz
2022-07-01LibJS: Implement the PartitionDurationFormatPattern abstract operationIdan Horowitz
2022-07-01LibUnicode: Generate data about DurationFormat-required units as wellIdan Horowitz
2022-07-01LibUnicode: Extract the timeSeparator numeric symbol from CLDRIdan Horowitz
2022-07-01LibJS: Implement the ToDurationRecord abstract operationIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.resolvedOptionsIdan Horowitz