summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
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
2021-10-19LibWeb: Use the correct initial value for the CSS 'align-items' propertyAndreas Kling
2021-10-19LibWeb: Make computed opacity always availableAndreas Kling
2021-10-19LibWeb: Make computed flex-grow and flex-shrink always availableAndreas Kling
2021-10-19LibWeb: Add FlexFormattingContext to the forwarding headerAndreas Kling
2021-10-19LibWeb: Remove already-fixed FIXME in creates_block_formatting_context()Andreas Kling
2021-10-19LibWeb: Add fast_is<T>() for SVGBox and SVGPathBoxAndreas Kling
2021-10-19LibWeb: Distinguish between integer and float in NumericStyleValueSam Atkins
2021-10-19LoginServer: Fix typo in --auto-login option value nameLinus Groh
2021-10-19ImageViewer: Use scaled image size when resizing window to fit itNícolas F. R. A. Prado
2021-10-19LoginServer: Log in when the user presses the enter keyTimothy Flynn
2021-10-19LibCore: Avoid buffer overrun when invoking crypt() with a SecretStringTimothy Flynn
2021-10-19LibCore: Change Account::set_password to take a SecretStringTimothy Flynn
2021-10-19LibWeb: Don't assume we hit a layout node when handling mousedown eventsAndreas Kling
2021-10-19LibWeb: Add Event.eventPhase constantsLuke Wilde