summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-21LibGUI: Add a GUI::Tray widget for the FilePicker common locationsAndreas Kling
2021-10-21LibGUI: Make toolbar buttons non-focusable by defaultAndreas Kling
2021-10-21Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() moreAndreas Kling
2021-10-21Kernel: Make Ext2FS::write_ext2_inode() return KResultAndreas Kling
2021-10-21Kernel: Make Inode::flush_metadata() return a KResultAndreas Kling
2021-10-21logout: Add this utility to REQUIRED_TARGETSKarol Kosek
2021-10-21Kernel: Call try_set_coredump_property with StringView argumentsDaniel Bertalan
2021-10-21Kernel: Convert Formatter<Process> to use Formatter<FormatString>Daniel Bertalan
2021-10-21AK: Avoid temporary String allocation in Formatter<FormatString>Daniel Bertalan
2021-10-21AK+Kernel: Format DistinctNumeric using the underlying type's formatterDaniel Bertalan
2021-10-21LibGUI: Make links only clickable where the text isBen Wiederhake
2021-10-21Documentation: Tweak RunningOnRaspberryPi a bitNico Weber
2021-10-21CI: Add a cache for the CLDR on the test262 runnerTimothy Flynn
2021-10-21CI: Use correct CLDR cache path on GitHub ActionsTimothy Flynn
2021-10-21LoginServer: Capitalize username and password fieldsxSlendiX
2021-10-21LibGUI: Move GUI::FocusPolicy to its own header & add explainer commentAndreas Kling
2021-10-21LibWeb: Use is_single_line() and add spec comments to FFC step 8Andreas Kling
2021-10-21LibWeb: Include flex-direction in layout tree dumpsAndreas Kling
2021-10-21adjtime: Drop unnecessary privileges unconditionallyBen Wiederhake
2021-10-21LibJS: Remove now-redundant TemporaryClearException from Promise methodsTimothy Flynn
2021-10-21Ports: Register all dependencies of portsJelle Raaijmakers
2021-10-21Ports: Return early in parse_arguments() in .port_include.shJelle Raaijmakers
2021-10-21LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expressionTimothy Flynn
2021-10-21LibJS: Convert GetPromiseResolve AO to ThrowCompletionOrTimothy Flynn
2021-10-21LoginServer: Mark the login window as non-closeable and non-minimizableTimothy Flynn
2021-10-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy Flynn
2021-10-21Meta: Enable ccache for Lagom by defaultTimothy Flynn
2021-10-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Use implicit ThrowCompletionOr<T> constructor where possibleLinus Groh
2021-10-21LibJS: Allow construction of ThrowCompletionOr<Value> from non-ValueLinus Groh
2021-10-21AK: Add IsPOD<T> template to StdLibExtrasLinus Groh
2021-10-21LibJS: Convert IterableToList AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Implement IteratorClose with Completions and align to the specTimothy Flynn
2021-10-21LibJS: Convert get_iterator_values helper to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorValue AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorComplete AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorStep AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorNext AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Retrieve GetIterator's optional 'method' function using GetMethodTimothy Flynn
2021-10-21LibJS: Convert GetIterator AO to ThrowCompletionOrTimothy Flynn
2021-10-21Userland: Teach the file utility more about ELF filesValtteri Koskivuori
2021-10-21LibELF: Rename the x86_64 machine type string to be less verboseValtteri Koskivuori
2021-10-21LibELF+Userland: Move a few functions to Elf::ImageValtteri Koskivuori
2021-10-21LibGUI: Convert ItemListModel's Display Role to string during searchKarol Kosek
2021-10-21LibWeb: Convert const pointer to nonnull into a referenceBen Wiederhake
2021-10-21LoginServer: Mark this component as REQUIREDKarol Kosek
2021-10-20LibJS: Implement private identifiers in optional chainsdavidot
2021-10-20LibJS: Use ClassFieldInitializerStatement for class fieldsdavidot
2021-10-20LibJS: Add support for the '#privateName in obj' expressiondavidot