summaryrefslogtreecommitdiff
path: root/Userland/Libraries
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-21LibGUI: Make links only clickable where the text isBen Wiederhake
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-21LibJS: Remove now-redundant TemporaryClearException from Promise methodsTimothy Flynn
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-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy 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-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-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-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
2021-10-20LibJS: Add parsing and evaluation of private fields and methodsdavidot
2021-10-20LibJS: Add private referencesdavidot
2021-10-20LibJS: Add slot [[PrivateElements]] and related methods to Objectdavidot
2021-10-20LibJS: Add PrivateEnvironmentdavidot
2021-10-20LibJS: Lex private identifiers, identifiers prefixed with a '#'davidot
2021-10-20LibJS: Add static initializers to classesdavidot
2021-10-20LibJS: Make class definition evaluation more spec like in orderingdavidot
2021-10-20LibJS: Remove ErrorType::FixmeAddAnErrorStringLinus Groh
2021-10-20LibJS: Add ErrorTypes for Promise ownKeys trap invariant violationsLinus Groh
2021-10-20LibJS: Add ErrorType for IterableToListOfType value type mismatchLinus Groh
2021-10-20LibJS: Add ErrorType for duplicate global environment bindingLinus Groh
2021-10-20LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOrIdan Horowitz
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Convert NativeFunction callback to ThrowCompletionOrIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-20LibJS: Remove unused JS_{DECLARE,DEFINE}_NATIVE_{GETTER,SETTER} macrosIdan Horowitz
2021-10-20LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTERIdan Horowitz
2021-10-20LibWeb: Add missing headersBen Wiederhake
2021-10-20LibJS: Add missing header in EnvironmentCoordinate.hBen Wiederhake
2021-10-20LibC: Add missing header in search.hBen Wiederhake